[Rd] error in: testing if installed package can be loaded

Uwe Ligges ligges at statistik.tu-dortmund.de
Mon Mar 28 17:37:13 CEST 2011



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 failed

Interesting. 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



More information about the R-devel mailing list