Skip to content
Prev 13745 / 63421 Next

Rcmd problems and questions, lazyloading

Kjetil Brinchmann Halvorsen wrote:

            
Kjetil,

I tested the package and it appears to binary-build perfectly on my machine.
Have you made a clean build from scratch (don't only overwrite any old 
directories of R)?
Have you set all the paths correctly and are all tools installed?
Ahhhhh! Here you will need forward slashes:

   R CMD INSTALL --build ../library/asypow
or
   R CMD BUILD --binary ../library/asypow


Uwe