search for: rcppgsl

Displaying 13 results from an estimated 13 matches for "rcppgsl".

2011 Jun 21
2
Error using RcppGSL
Hi, I get an error using RcppGSL: fatal error: gsl/gsl_vector.h:No such file or directory. What is the best way to install these files as they seem to be missing? Thanks, Oyvind -- View this message in context: http://r.789695.n4.nabble.com/Error-using-RcppGSL-tp3613535p3613535.html Sent from the R devel mailing list archive at...
2010 Dec 22
0
Rcpp 0.9.0 and RcppClassic 0.9.0
...ting definition, compilation, linking and loading of C++ functions directly from R - extensive documentation now covering eight vignettes - exception handling and error propagation back to R - extensive test suite using RUnit covering over 700 tests - extension packages RcppArmadillo and RcppGSL provide easy-to-use integration with the Armadillo (linear algebra) and GNU GSL librasries - increasing adoption among R users and package developers with now twenty packages from CRAN or BioConductor depending on Rcpp - support for the legacy 'classic' Rcpp is now provided by the...
2010 Dec 22
0
Rcpp 0.9.0 and RcppClassic 0.9.0
...ting definition, compilation, linking and loading of C++ functions directly from R - extensive documentation now covering eight vignettes - exception handling and error propagation back to R - extensive test suite using RUnit covering over 700 tests - extension packages RcppArmadillo and RcppGSL provide easy-to-use integration with the Armadillo (linear algebra) and GNU GSL librasries - increasing adoption among R users and package developers with now twenty packages from CRAN or BioConductor depending on Rcpp - support for the legacy 'classic' Rcpp is now provided by the...
2023 Mar 26
1
Announcing r2u: 20k CRAN binaries for Ubuntu 22.04 + 20.04
...Azure Pipelines, Travis, ...) long switched to it as well [4]. I hope you find this useful too. Cheers, Dirk [1] Documentation is at https://eddelbuettel.github.io/r2u/ including a short FAQ section [2] https://cloud.r-project.org/package=bspm [3] A classic example that bit me many times is RcppGSL being dependent on the current version of GSL. And when, say, libgsl24 is updated to libgsl25 the compiled RcppGSL would break. No more: now apt will keep libgsl24 and install libgsl25 next to it, and your R use cannot break. No other OS gives you that. [3] See https://eddelbuettel....
2011 Jan 11
1
as.environment.list provides inconsistent results under torture
...hread. See http://comments.gmane.org/gmane.comp.lang.r.rcpp/1336) Romain -- Romain Francois Professional R Enthusiast +33(0) 6 28 91 30 30 http://romainfrancois.blog.free.fr |- http://bit.ly/fT2rZM : highlight 0.2-5 |- http://bit.ly/gpCSpH : Evolution of Rcpp code size `- http://bit.ly/hovakS : RcppGSL initial release
2015 Feb 11
0
CRAN check fails on Solaris, any hints why?
...e so the GSL does not abort R. But what I wonder is why does the error happen at all. The same example works fine wih Windows, Linux and OSX. After googling a bit I saw that there are other packages with problems related to Solaris and GSL (such as http://cran.r-project.org/web/checks/check_results_RcppGSL.html), so I wonder if the issue is related to incorrect Makevars and/or configure or something like that? This is the first project where I needed configure script. This is my configure.ac which I copied from RcppGSL packages example: AC_INIT([Rlibeemd], 1.3.0) ## Use gsl-config to find arguments...
2011 Apr 23
2
Could I use R function lm or nlm in C code?
Dear R, I'm doing some simulation work and it takes me a lot of time to do it in R. So I try to implement it in C code, but I want to use some R functions directly for my lazy and the robustness of code. For example, I will use lm and nlm in my program. How could I use R's lm and nlm function directly? I thinks these functions are not included in the R's include directory. Do I need
2010 Dec 03
1
Error using Rcpp under windows xp
Hi, I am a newbie to Rcpp packages, and got problems in having basic set-ups for Rcpp under windows xp. Here is the list I have done. 1) installed Rtools and have no problem in compiling .c file. 2) installed Rcpp packages 3) set enviroment variables 'path' to make C:\Program Files\R\R-2.12.0\library\Rcpp\include\ searchable The sample C++ code I used is from the original website:
2010 Dec 02
1
Strange problems with compiling dll
Dear sir\madam! I'm trying to speed up my R code by writing quite simple dll's in C. But I faced some problems, and I cannot determine their source. #include <Rinternals.h> SEXP mycombin(SEXP N, SEXP k){ int i, *j, *l, c; j = INTEGER(k);l = INTEGER(N); c = 1; if(j[0] > 0 && j[0] < l[0]){ if(j[0] <= l[0] - j[0]){ for(i =
2011 Jan 11
0
[Rcpp-devel] Loading a package using Rcpp Modules results in memory corruption
...} Dominick > Romain > > > -- > Romain Francois > Professional R Enthusiast > +33(0) 6 28 91 30 30 > http://romainfrancois.blog.free.fr > |- http://bit.ly/fT2rZM : highlight 0.2-5 > |- http://bit.ly/gpCSpH : Evolution of Rcpp code size > `- http://bit.ly/hovakS : RcppGSL initial release > > > _______________________________________________ > Rcpp-devel mailing list > Rcpp-devel@lists.r-forge.r-project.org > https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel > [[alternative HTML version deleted]]
2010 Dec 14
1
embed Sweave driver in .Rnw file
...he default driver. Could something like that be added to Sweave ? Romain -- Romain Francois Professional R Enthusiast +33(0) 6 28 91 30 30 http://romainfrancois.blog.free.fr |- http://bit.ly/fT2rZM : highlight 0.2-5 |- http://bit.ly/gpCSpH : Evolution of Rcpp code size `- http://bit.ly/hovakS : RcppGSL initial release
2010 May 17
0
Rcpp 0.8.0 on CRAN
...t; Rcpp contains several examples that illustrate wrap and as. The mechanism was designed to be extensible. We have developped separate packages to illustrate how to extend Rcpp conversion mechanisms to third party types. - RcppArmadillo : conversion of types from the Armadillo C++ library. - RcppGSL : conversion of types from the GNU Scientific Library. Rcpp is also used for data interchange by the RInside package which provides and easy way of embedding an R instance inside of C++ programs. ===== inline use ===== Rcpp depends on the inline package by Oleg Sklyar et al. Rcpp then us...
2010 May 17
0
Rcpp 0.8.0 on CRAN
...t; Rcpp contains several examples that illustrate wrap and as. The mechanism was designed to be extensible. We have developped separate packages to illustrate how to extend Rcpp conversion mechanisms to third party types. - RcppArmadillo : conversion of types from the Armadillo C++ library. - RcppGSL : conversion of types from the GNU Scientific Library. Rcpp is also used for data interchange by the RInside package which provides and easy way of embedding an R instance inside of C++ programs. ===== inline use ===== Rcpp depends on the inline package by Oleg Sklyar et al. Rcpp then us...