Hi Chaomei,
On 23 April 2014 at 14:57, Chaomei Lo wrote:
| I am testing the TRNG (Random number generation) using Rcpp, but it seems like
| the PKG_CPPFLAGS and PKG_LIBS not being picked for compilation and creating
| shared library. I invoked the R shell right above the “trng”.
I would recomm
Hi, Dirk,
I am testing the TRNG (Random number generation) using Rcpp, but it seems
like the PKG_CPPFLAGS and PKG_LIBS not being picked for compilation and
creating shared library. I invoked the R shell right above the “trng”.
> getwd()
[1] "/people/mei/trng-4.15"
> library(Rcpp)
> Sys.se