File tree Expand file tree Collapse file tree 3 files changed +15
-9
lines changed
Expand file tree Collapse file tree 3 files changed +15
-9
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,8 @@ The sources were downloaded from the main CRAN site
77 http://cran.r-project.org/src/contrib/
88and are also available from all CRAN mirrors as e.g.
99 http://cran.us.r-project.org/src/contrib/
10- as well the R-Forge SVN host at
11- http://r-forge.r-project.org/projects/rcpp/
12- via
13- svn://svn.r-forge.r-project.org/svnroot/rcpp
14-
10+ as well the GitHub repo
11+ http://github.com/RcppCore/Rcpp
1512
1613The package was renamed from its upstream name 'Rcpp' to
1714'r-cran-rcpp' to fit the pattern of CRAN (and non-CRAN) packages for
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ Contact
4747=======
4848
4949Rcpp is in active and open development, and new contributors are invited to
50- join the R-Forge project . The rcpp-devel project mailing list is the main
50+ follow the development on GitHub . The rcpp-devel project mailing list is the main
5151venue for discussions about Rcpp.
5252
5353 -- Dirk Eddelbuettel and Romain Francois
Original file line number Diff line number Diff line change 2020\references {
2121 Dirk Eddelbuettel and Romain Francois (2011 ). \pkg {Rcpp }: Seamless R
2222 and C ++ Integration. \emph {Journal of Statistical Software },
23- \bold {40 (8 )}, 1 - 18 . URL http : // www.jstatsoft.org / v40 / i08 / and
23+ \bold {40 (8 )}, 1 - 18 . URL \ url { http : // www.jstatsoft.org / v40 / i08 / } and
2424 available as \code {vignette(" Rcpp-introduction" )}.
25+
26+ Eddelbuettel , Dirk (2013 ) Seamless R and C ++ Integration with
27+ \pkg {Rcpp }. Springer , New York. ISBN 978 - 1 - 4614 - 6867 - 7 .
2528}
2629\section {History }{
2730 The initial versions of Rcpp were written by Dominick Samperi during 2005 and
3134
3235 Dirk Eddelbuettel and Romain Francois have been extending Rcpp since 2009 .
3336}
37+ \seealso {
38+ Development for \pkg {Rcpp } can be followed via the GitHub repository
39+ at \url {http : // github.com / RcppCore / Rcpp }.
40+
41+ Extensive examples with full documentation are available at
42+ \url {http : // gallery.rcpp.org }.
3443\examples {
3544\dontrun {
3645# introduction to Rcpp
37- vignette( " Rcpp-introduction" )
46+ vignette(" Rcpp-introduction" )
3847
3948# information on how to build a package that uses Rcpp
40- vignette( " Rcpp-package" )
49+ vignette(" Rcpp-package" )
4150}
4251}
4352\keyword {programming }
You can’t perform that action at this time.
0 commit comments