Displaying 3 results from an estimated 3 matches for "check_results_rcpp".
2011 Jul 30
1
R checks links broken
I was about to show the Rcpp build check results to a user when I noticed
that the relevant URL
http://cran.r-project.org/web/checks/check_results_Rcpp.html
currently yields a 404 error.
Spot checking for other package yields the same. Looking at
http://cran.r-project.org/web/
shows that no checks/ diretory can be found. Did an NFS mount go down?
Cheers, Dirk
--
Gauss once played himself in a zero-sum game and won $50....
2011 Dec 22
1
adding packages R 2.14.0
Well, I was able to build R 2.14.0 on my Solaris x86 machine, with a lot of
work and some help. Thanks!
At first the update.packages() would not work because some of the .so files
that came with R were 32 - not 64 bit. I was able to install them and so
now the update.packages() works. I still have a couple of issues:
1) a lot of packages are not available for R 2.14.0.
2) When compiling I
2016 May 06
2
Is it possible to increase MAX_NUM_DLLS in future R releases?
Thanks for all your great answers.
The app I?m working on is indeed an exploratory data analysis tool for gene expression, which requires a bunch of bioconductor packages.
I guess for now, my best solution is to divide my app into modules and load/unload packages as the user switch from one module to another.
This brought me another question: it seems that unload package with the