File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -59,20 +59,17 @@ and working examples.
59
59
A number of examples are included as are over 920 unit tests in over 470 unit
60
60
test functions provide additional usage examples.
61
61
62
- The [ CRAN] ( http://cran.r-project.org ) network contains
63
- (as of May 2015) over 380 packages which also provide usage
64
- examples, with another 50+ as part of [ BioConductor] ( http://www.bioconductor.org ) .
65
-
66
62
An earlier version of Rcpp, containing what we now call the 'classic Rcpp
67
63
API' was written during 2005 and 2006 by Dominick Samperi. This code has
68
64
been factored out of Rcpp into the package RcppClassic, and it is still
69
65
available for code relying on the older interface. New development should
70
66
always use this Rcpp package instead.
71
67
72
- Other usage examples are provided by packages using Rcpp. As of July 2015 , there
73
- are about 423 CRAN packages using Rcpp, a further 57 BioConductor packages as
68
+ Other usage examples are provided by packages using Rcpp. As of January 2016 , there
69
+ are about 550 CRAN packages using Rcpp, a further [ BioConductor] ( http://www.bioconductor.org ) packages as
74
70
well as an unknown number of GitHub, Bitbucket, R-Forge, ... repositories using
75
- Rcpp.
71
+ Rcpp. All these packages provide usage examples for Rcpp.
72
+
76
73
77
74
### Installation
78
75
You can’t perform that action at this time.
0 commit comments