Thomas Roth
2011-Mar-21 17:01 UTC
[Rd] error in: testing if installed package can be loaded
hi, I am preparing my package for R 2.13 build and check gives no warnings just OK's However when running R CMD INSTALL it gives me (nfortunately it is in german) ** help *** installing help indices ** building package indices ... ** testing if installed package can be loaded Fehler: '\U' ohne Hex-Ziffern in der Zeichenkette beginnend mit "C:\U" genutzt Ausführung angehalten Fehler: loading failed Is this the packages fault? because i wouldn't know where to look... sessionInfo() gives R version 2.13.0 alpha (2011-03-17 r54849) Platform: x86_64-pc-mingw32/x64 (64-bit) locale: [1] LC_COLLATE=German_Germany.1252 LC_CTYPE=German_Germany.1252 LC_MONETARY=German_Germany.1252 LC_NUMERIC=C [5] LC_TIME=German_Germany.1252 attached base packages: [1] stats graphics grDevices utils datasets methods base other attached packages: [1] qualityTools_1.41 loaded via a namespace (and not attached): [1] tools_2.13.0 Best Whishes Thomas Roth [[alternative HTML version deleted]]
Uwe Ligges
2011-Mar-28 15:37 UTC
[Rd] error in: testing if installed package can be loaded
On 21.03.2011 18:01, Thomas Roth wrote:> hi, > > I am preparing my package for R 2.13 > build and check gives no warnings just OK's > > However when running R CMD INSTALL it gives me (nfortunately it is in > german) >You can change to English by setting set LANGUAGE=en before running R CMD check.> ** help > *** installing help indices > ** building package indices ... > ** testing if installed package can be loaded > Fehler: '\U' ohne Hex-Ziffern in der Zeichenkette beginnend mit "C:\U" > genutzt > Ausf?hrung angehalten > Fehler: loading failedInteresting. From which path are you testing. Using which command? What's the name of the package? Can we see the package? Do you have recent Rtools installed? [Checking packages works on winbuilder with R-2.13.0 alpha for 64-bit Windows for all CRAN packages without such a message.] Best, Uwe Ligges> Is this the packages fault? because i wouldn't know where to look... > > sessionInfo() gives > > R version 2.13.0 alpha (2011-03-17 r54849) > Platform: x86_64-pc-mingw32/x64 (64-bit) > > locale: > [1] LC_COLLATE=German_Germany.1252 LC_CTYPE=German_Germany.1252 > LC_MONETARY=German_Germany.1252 LC_NUMERIC=C > [5] LC_TIME=German_Germany.1252 > > attached base packages: > [1] stats graphics grDevices utils datasets methods base > > other attached packages: > [1] qualityTools_1.41 > > loaded via a namespace (and not attached): > [1] tools_2.13.0 > > Best Whishes > > Thomas Roth > > [[alternative HTML version deleted]] > > > > > ______________________________________________ > R-devel at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel
Apparently Analagous Threads
- Fwd: Re: Package cwhmisc and problems
- Antw: Re: Confidence interval for the difference between proportions - method used in prop.test()
- SSOAP and Chemspider: Security token?
- Config review (2.0.5)
- scripting/littler: How to call function named iteratively (`f1`, `f2`, …)?