[R] install rdcomclient source
Uwe Ligges
ligges at statistik.tu-dortmund.de
Tue May 3 13:26:15 CEST 2011
On 02.05.2011 23:48, Richard Wang wrote:
> Hi,
>
> I'd like to ask a installation question. I want to install a source code
> through the following command,
> R CMD INSTALL RDCOMClient
This is intended to be used in the shell of your OS (assuming Windows
given the package), not in R.
From within R use install.packages("RDCOMClient", type="source") if you
really want to install from source.
Uwe Ligges
> but get Error: unexpected symbol in "r cmd"
>
> Please let know if I miss anything. I my utils package loaded.
>
> Thanks,
> Richard
>
> [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
More information about the R-help
mailing list