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"
>

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to