|
I am trying to compile the R package "KernGPLM" found here: http://www.marlenemueller.de/KernGPLM/KernGPLM_0.65.tar.gz since the binary available is for R 2.4. but the compilation ends with the error message: *** arch-i386 ERROR: compilation failed for the package 'KernGPLM' Here is my session info: R version 2.14.2 (2012-02-29) Platform: x86_64-pc-mingw32/x64 (64-bit) locale: [1] LC_COLLATE=English_United States.1252 [2] LC_CTYPE=English_United States.1252 [3] LC_MONETARY=English_United States.1252 [4] LC_NUMERIC=C [5] LC_TIME=English_United States.1252 attached base packages: [1] stats graphics grDevices utils datasets methods [7] base other attached packages: [1] Revobase_6.0.0 RevoMods_6.0.0 RevoScaleR_3.0-0 lattice_0.20-0 loaded via a namespace (and not attached): [1] codetools_0.2-8 foreach_1.4.0 grid_2.14.2 iterators_1.0.6 [5] tools_2.14.2 Is it possible to diagnose the problem from this information? Thanks. ______________________________________________ [hidden email] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. |
|
On 17.08.2012 12:38, Fg Nu wrote: > > > I am trying to compile the R package "KernGPLM" found here: > http://www.marlenemueller.de/KernGPLM/KernGPLM_0.65.tar.gz > > since the binary available is for R 2.4. > > but the compilation ends with the error message: > *** arch-i386 > ERROR: compilation failed for the package 'KernGPLM' See the "R Installation and Administration" manual. It tells you how to set up an environment under Windows to be able to install the package from sources. We cannot say more without the actual output of R CMD INSTALL. Best, Uwe Ligges > Here is my session info: > > R version 2.14.2 (2012-02-29) > Platform: x86_64-pc-mingw32/x64 (64-bit) > > locale: > [1] LC_COLLATE=English_United States.1252 > [2] LC_CTYPE=English_United States.1252 > [3] LC_MONETARY=English_United States.1252 > [4] LC_NUMERIC=C > [5] LC_TIME=English_United States.1252 > > attached base packages: > [1] stats graphics grDevices utils datasets methods > [7] base > > other attached packages: > [1] Revobase_6.0.0 RevoMods_6.0.0 RevoScaleR_3.0-0 lattice_0.20-0 > > loaded via a namespace (and not attached): > [1] codetools_0.2-8 foreach_1.4.0 grid_2.14.2 iterators_1.0.6 > [5] tools_2.14.2 > > > > Is it possible to diagnose the problem from this information? > > Thanks. > > ______________________________________________ > [hidden email] mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. > ______________________________________________ [hidden email] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. |
|
Uwe,
I did give you the output from R CMD INSTALL (or at least, what I thought was the relevant part). Here is the output in toto: * installing to library 'C:/programming/r/revolutions/R-2.14.2/library' * installing *source* package 'KernGPLM' ... ** libs *** arch - i386 ERROR: compilation failed for package 'KernGPLM' * removing 'C:/programming/r/revolutions/R-2.14.2/library/KernGPLM' Any advice will be very useful. Thanks. ----- Original Message ----- From: Uwe Ligges <[hidden email]> To: Fg Nu <[hidden email]> Cc: "[hidden email]" <[hidden email]> Sent: Friday, August 17, 2012 4:45 AM Subject: Re: [R] Trouble compiling package on Windows (64 bit) On 17.08.2012 12:38, Fg Nu wrote: > > > I am trying to compile the R package "KernGPLM" found here: > http://www.marlenemueller.de/KernGPLM/KernGPLM_0.65.tar.gz > > since the binary available is for R 2.4. > > but the compilation ends with the error message: > *** arch-i386 > ERROR: compilation failed for the package 'KernGPLM' See the "R Installation and Administration" manual. It tells you how to set up an environment under Windows to be able to install the package from sources. We cannot say more without the actual output of R CMD INSTALL. Best, Uwe Ligges > Here is my session info: > > R version 2.14.2 (2012-02-29) > Platform: x86_64-pc-mingw32/x64 (64-bit) > > locale: > [1] LC_COLLATE=English_United States.1252 > [2] LC_CTYPE=English_United States.1252 > [3] LC_MONETARY=English_United States.1252 > [4] LC_NUMERIC=C > [5] LC_TIME=English_United States.1252 > > attached base packages: > [1] stats graphics grDevices utils datasets methods > [7] base > > other attached packages: > [1] Revobase_6.0.0 RevoMods_6.0.0 RevoScaleR_3.0-0 lattice_0.20-0 > > loaded via a namespace (and not attached): > [1] codetools_0.2-8 foreach_1.4.0 grid_2.14.2 iterators_1.0.6 > [5] tools_2.14.2 > > > > Is it possible to diagnose the problem from this information? > > Thanks. > > ______________________________________________ > [hidden email] mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. > ______________________________________________ [hidden email] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. |
|
On 17.08.2012 19:32, Fg Nu wrote: > Uwe, > > I did give you the output from R CMD INSTALL (or at least, what I thought was the relevant part). > > Here is the output in toto: > > * installing to library 'C:/programming/r/revolutions/R-2.14.2/library' > * installing *source* package 'KernGPLM' ... > ** libs > > *** arch - i386 > ERROR: compilation failed for package 'KernGPLM' > * removing 'C:/programming/r/revolutions/R-2.14.2/library/KernGPLM' > > Any advice will be very useful. If there was nothing else, I have no idea, hence re-read the manual and be careful to follow all the steps mentioned there. It works for me. Best, Uwe Ligges > > Thanks. > > > ----- Original Message ----- > From: Uwe Ligges <[hidden email]> > To: Fg Nu <[hidden email]> > Cc: "[hidden email]" <[hidden email]> > Sent: Friday, August 17, 2012 4:45 AM > Subject: Re: [R] Trouble compiling package on Windows (64 bit) > > > > On 17.08.2012 12:38, Fg Nu wrote: >> >> >> I am trying to compile the R package "KernGPLM" found here: >> http://www.marlenemueller.de/KernGPLM/KernGPLM_0.65.tar.gz >> > >> since the binary available is for R 2.4. >> >> but the compilation ends with the error message: >> *** arch-i386 >> ERROR: compilation failed for the package 'KernGPLM' > > > See the "R Installation and Administration" manual. > It tells you how to set up an environment under Windows to be able to > install the package from sources. > > We cannot say more without the actual output of R CMD INSTALL. > > Best, > Uwe Ligges > > > > >> Here is my session info: >> >> R version 2.14.2 (2012-02-29) >> Platform: x86_64-pc-mingw32/x64 (64-bit) >> >> locale: >> [1] LC_COLLATE=English_United States.1252 >> [2] LC_CTYPE=English_United States.1252 >> [3] LC_MONETARY=English_United States.1252 >> [4] LC_NUMERIC=C >> [5] LC_TIME=English_United States.1252 >> >> attached base packages: >> [1] stats graphics grDevices utils datasets methods >> [7] base >> >> other attached packages: >> [1] Revobase_6.0.0 RevoMods_6.0.0 RevoScaleR_3.0-0 lattice_0.20-0 >> >> loaded via a namespace (and not attached): >> [1] codetools_0.2-8 foreach_1.4.0 grid_2.14.2 iterators_1.0.6 >> [5] tools_2.14.2 >> >> >> >> Is it possible to diagnose the problem from this information? >> >> Thanks. >> >> ______________________________________________ >> [hidden email] mailing list >> https://stat.ethz.ch/mailman/listinfo/r-help >> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html >> and provide commented, minimal, self-contained, reproducible code. >> > > > ______________________________________________ > [hidden email] mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. > ______________________________________________ [hidden email] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. |
| Powered by Nabble | Edit this page |
