Skip to content
Prev 32623 / 398502 Next

install-packages

G?ran Brostr?m wrote:
That might be the problem: Zip it with the tools collection, most easily 
  using the (recommended) way described below.


 >  and this file doesn't work with
- Use  Rcmd INSTALL --build  ....  to create the Windows binary version 
of the package.

- Does the package pass R CMD check under Linux / Rcmd check under Windows?

- Be sure not to have loaded (an old version of) the package before 
trying install.packages(), because files may be locked.

- Follow readme.packages in .../src/gnuwin32 *exactly*.

Uwe