On 13 November 2014 at 11:47, Devin Heer wrote:
| Thanks.
|
| I think, I messed up with the setting of the environment variable...due to the
| following new error message:
|
| g++ -m64 -I"C:/PROGRA~1/R/R-31~1.1/include" -DNDEBUG -IC:\Program Files (x86)\
| CodeLibraries/include -I"C:/PROGRA~
Thanks.
I think, I messed up with the setting of the environment variable...due to
the following new error message:
g++ -m64 -I"C:/PROGRA~1/R/R-31~1.1/include" -DNDEBUG -IC:\Program Files
(x86)\CodeLibraries/include
-I"C:/PROGRA~1/R/R-31~1.1/library/Rcpp/include"
-I"C:/PROGRA~1/R/R-31~1.1/library
On 12 November 2014 at 18:08, Devin Heer wrote:
| Thanks for your quick reply!
|
| Indeed, the file you described within RcppGSL\examples\RcppGSLExample\src
looks
| as follows:
|
| ## This assumes that the LIB_GSL variable points to working GSL libraries
| PKG_CPPFLAGS=-I$(LIB_GSL)/include
| PK
Thanks for your quick reply!
Indeed, the file you described within RcppGSL\examples\RcppGSLExample\src looks
as follows:
## This assumes that the LIB_GSL variable points to working GSL libraries
PKG_CPPFLAGS=-I$(LIB_GSL)/include
PKG_LIBS=-L$(LIB_GSL)/lib -lgsl -lgslcblas
I can now simply replac
Hi Devin,
On 12 November 2014 at 15:13, Devin Heer wrote:
| Thus, I would really like to get the RcppGSL package up and running. I have
| downloaded the GSL library and saved it in the same folder where the header
| file Rcpp.h is located (I assume this is the default place RcppGSL is looking
| f
Hello
I am trying to translate one R function into C++ by using Rcpp. This
function makes use of hyperg_2F1 from the gsl package.
Thus, I would really like to get the RcppGSL package up and running. I have
downloaded the GSL library and saved it in the same folder where the header
file Rcpp.h is l