search for: filedistribution

Displaying 1 result from an estimated 1 matches for "filedistribution".

2011 Jun 02
1
Problem to execute a function loading by my package that I created
...my package, I have a big program writed in C++. This program compiles in C++. I put this program in SGeMS/src. In my program, I added a header file and a source file named respectively CreateFile.h and CreateFile.cpp. CreateFile contains 5 functions : File, FileGeneral, FileData, FileVariogram and FileDistribution. I use the package Rcpp to compile this. So in CreateFile.h, I added 'RcppExport' in front of all the functions. I compiled my package with R CMD INSTALL SGeMS. The compilation works. In R, I put : > library("SGeMS") Loading required package: Rcpp > is.loaded("File&qu...