Displaying 1 result from an estimated 1 matches for "723011".
Did you mean:
23011
2008 Apr 28
1
R-Forge SVN repositories: R CMD build/check error on Windows machines
Dear R-devel,
One of our R-Forge developers pointed out that it is not possible to
build packages under Windows using the R-Forge repository structure: a
package resides in ./pkg - not in a directory with the same name as the
package name.
Under Linux 'R CMD build pkg' or 'R CMD check pkg' work pretty well (I
think Kurt Hornik fixed that in R 2.5.1 or so) whereas under