Skip to content

Commit 4c909dd

Browse files
committed
more GitHub references
1 parent cc882d9 commit 4c909dd

File tree

3 files changed

+15
-9
lines changed

3 files changed

+15
-9
lines changed

debian/copyright

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,8 @@ The sources were downloaded from the main CRAN site
77
http://cran.r-project.org/src/contrib/
88
and 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

1613
The package was renamed from its upstream name 'Rcpp' to
1714
'r-cran-rcpp' to fit the pattern of CRAN (and non-CRAN) packages for

inst/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Contact
4747
=======
4848

4949
Rcpp 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
5151
venue for discussions about Rcpp.
5252

5353
-- Dirk Eddelbuettel and Romain Francois

man/Rcpp-package.Rd

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,11 @@
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
@@ -31,13 +34,19 @@
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}

0 commit comments

Comments
 (0)