[R] masked from package:base?
Uwe Ligges
ligges at statistik.uni-dortmund.de
Fri Dec 2 12:58:40 CET 2005
August Berg wrote:
>>>The source of an R package can be checked by the command
>>> "R CMD check <package_name>"
>>>(on a Unix/Linux machines; on Windows machines this is slightly
>>
>>different).
>>
>>In fact, it is exactly the same command on Windows.
>>
>>Uwe Ligges
>
>
>
> Why it did not work for me?
>
>>library( systemfit )
>>R CMD check systemfit
Please read the R Installation and Administration manual. You are
supposed to check from the OS shell, not from within R. Additionally,
you have to do it on the package sources and you will need the relevant
tools and compiler.
Anyway, the checks have already been performed for you on recent
versions of R and systemfit. See:
http://cran.r-project.org/bin/windows/contrib/checkSummaryWin.html
Uwe Ligges
> Error: syntax error in "R CMD"
>
>>R CMD check <systemfit>
>
> Error: syntax error in "R CMD"
>
More information about the R-help
mailing list