Displaying 2 results from an estimated 2 matches for "boostlib".
Did you mean:
boost_id
2013 Nov 03
1
How to make an R package that uses Boost.Thread, qualified to be published on CRAN or shared by the most
...other ways to host my package, but I think CRAN is more straight forward, though it may be stricter.)
2) As I said in my question at stackoverflow (http://stackoverflow.com/questions/19651954/is-it-possible-to-build-an-r-package-which-use-rcpp-and-boost-thread-on-http), I have tried MAKE variable BOOSTLIB on win-builder (http://win-builder.r-project.org/), It is OK for header-only Boost libraries. I am not sure whether it is OK for separately-compiled libraries such as Boost.Thread, after many fails. Is it possible? Are there any special variables or path for Boost.Thread? May I suppose that it i...
2012 Dec 23
1
problem in installing RcppBDT_0.2.1
...--------------------------------------------------------
It seems Rcpp is automatically detected by PKG_LIBS set in Makevars
and Makevars.win and the problem looks to be boost.
But I have placed boost under
C:/Users/skim13/Documents/R/win-library/2.14/boost_1_51, the default
library folder and set BOOSTLIB accordingly
(BOOSTLIB=C:/Users/skim13/Documents/R/win-library/2.14/boost_1_51).
Can you please tell me what I have to do to make it work?
I have tried this on my Mac and Linux, and it is successfully
installed on both.
This makes me wonder even more why it cannot be installed on Windows.
Thanks,...