[R] Using packages built in linux in windows
romain at r-enthusiasts.com
romain at r-enthusiasts.com
Wed Sep 1 17:37:29 CEST 2010
Hi,
The proper venue for Rcpp related questions is the Rcpp-devel mailing list:
http://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel
Of course you can build a package that uses Rcpp on windows, once all the proper tools are installed, it is just the same as building it on any other supported system :
R CMD INSTALL wonderland
Otherwise, you can use win-builder: http://win-builder.r-project.org/
Romain
Le 01/09/10 17:05, rajesh j a écrit :
>
> Hi,
>
> I built a package in linux and would like to use it in windows. I cant build
> the package again in windows because it would miss the necessary libraries
> etc(I'm using Rcpp). So I need to generate a binary version and try to
> install it in windows. I tried this and I get the error
>
> /cygdrive/RTools/bin/cp: target 'xf->>' is not a directory
>
> Can someone help me with this?
--
Romain Francois
Professional R Enthusiast
+33(0) 6 28 91 30 30
http://romainfrancois.blog.free.fr
|- http://bit.ly/bzoWrs : Rcpp svn revision 2000
|- http://bit.ly/b8VNE2 : Rcpp at LondonR, oct 5th
`- http://bit.ly/aAyra4 : highlight 0.2-2
More information about the R-help
mailing list