Displaying 1 result from an estimated 1 matches for "asmrsim".
Did you mean:
armasim
2006 Jun 12
1
Making a windows packages with zip
In the past I have been able to make windows packages (containing only
R code) from my mac by simply zipping the installed package directory,
eg.
R CMD install asmrsim
cd ~/Library/R/library/
zip -r9X asmrsim asmrsim
(using code copied from this list, from Duncan Murdoch, I think)
However, since 2.3.0, windows users now get the following error:
Error in library(pkg, character.only = TRUE) :
'asmrsim' is not a valid package -- installed < 2.0....