Rcpp installation fails on Cygwin: Rcpp::Timer not supported by your OS.

Yaakov (Cygwin/X) yselkowitz@users.sourceforge.net
Thu Aug 1 09:12:00 GMT 2013


On 2013-08-01 02:46, Enrico Ferrero wrote:
> Thanks Yaakov,
> That looks exactly like what I need. May I ask how would I go about
> patching and installing it on my system?

1) Manually:

wget http://cran.r-project.org/src/contrib/Rcpp_0.10.4.tar.gz
wget -O 0.10.4-cygwin.patch 
'http://cygwin-ports.git.sourceforge.net/git/gitweb.cgi?p=cygwin-ports/R-Rcpp;a=blob_plain;f=0.10.4-cygwin.patch;hb=HEAD'
tar axf Rcpp_0.10.4.tar.gz
pushd Rcpp
patch -p2 < ../0.10.4-cygwin.patch
popd
R CMD INSTALL ./Rcpp
mv /usr/lib/R/site-library/Rcpp/lib/libRcpp.dll /usr/bin/
ln -s /usr/bin/libRcpp.dll /usr/lib/R/site-library/Rcpp/lib/libRcpp.dll.a

2) Install cygport and git (and their prereqs), then:

git clone git://cygwin-ports.git.sourceforge.net/gitroot/cygwin-ports/R-Rcpp
cd R-Rcpp
cygport R-Rcpp.cygport fetch prep build install package
tar axf R-Rcpp-0.10.4-1/dist/R-Rcpp/R-Rcpp-0.10.4-1.tar.bz2 -C /
git clean -dfq


Yaakov


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple



More information about the Cygwin mailing list