Creating an R package for windows
问题 I created an R package on Linux (and it is working on Linux), but I can't make the same package work on Windows. What I tried to do (maybe it was a bit foolish) was to convert the tar.gz into a Zip file and to install it from the R GUI. However, when I load the package library("myPackage") then I get the following message: Error in library("myPackage") : there is no package called 'myPackage' Should I try to build the package directly from Windows with the R tools? 回答1: To build an R package