Skip to content

Commit 1334ec7

Browse files
committed
changes to vignette to allow building under R-devel
also finalises switched updated highlight package does no longer build embedded demo package (as the unitTests already do anyway)
1 parent 16692bc commit 1334ec7

File tree

2 files changed

+218
-144
lines changed

2 files changed

+218
-144
lines changed

ChangeLog

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
2013-09-17 JJ Allaire <jj@rstudio.org>
22

3-
* R/Attributes.R: Call inlineCxxPlugin and Rcpp.plugin.maker without qualification rather than with '...'
3+
* R/Attributes.R: Call inlineCxxPlugin and Rcpp.plugin.maker without
4+
qualification rather than with '...'
45

56
2013-09-17 Dirk Eddelbuettel <edd@debian.org>
67

78
* NAMESPACE: Export RcppLdFlags which is often used to build Rcpp
89
* man/RcppLdFlags.Rd: Added required manual page
9-
* R/Attributes.R: Call RcppLdFlags() via '::' instead of ':::'
10+
* R/Attributes.R: Call RcppLdFlags() via '::' instead of ':::'
1011
* R/SHLIB.R: Ditto
1112
* R/inline.R: Ditto
1213

@@ -17,20 +18,25 @@
1718
* vignettes/Rcpp-package.Rnw: Idem
1819
* vignettes/Rcpp-quickref.Rnw: Idem
1920
* vignettes/Rcpp-sugar.Rnw: Idem
20-
21-
2013-09-16 JJ Allaire <jj@rstudio.org>
21+
22+
* vignettes/Rcpp-package.Rnw: Altered to make use of highlight
23+
package; also no longer build embedded demo package (which upsets R
24+
CMD check under R-devel)
25+
26+
2013-09-16 JJ Allaire <jj@rstudio.org>
2227

2328
* R/Attributes.R : Remove calls to non-exported functions from the tools package
2429

25-
2013-09-16 Romain Francois <romain@r-enthusiasts.com>
30+
2013-09-16 Romain Francois <romain@r-enthusiasts.com>
2631

27-
* include/Rcpp/internal/Exporter.h : Specific handling of containers (std::vector,
28-
std::deque, and std::list so that we use their faster range constructor when
29-
we can, and so let the STL optimize how data is copied
32+
* include/Rcpp/internal/Exporter.h : Specific handling of containers
33+
(std::vector, std::deque, and std::list so that we use their faster
34+
range constructor when we can, and so let the STL optimize how data
35+
is copied
3036
* include/Rcpp/api/meat/export.h : Implementation of the above
3137
* include/Rcpp/vector/Vector.h : added Vector( const char* ) ctor
3238
* DESCRIPTION : bump to 0.10.4.5 (for RcppExtras)
33-
39+
3440
2013-09-15 Dirk Eddelbuettel <edd@debian.org>
3541

3642
* inst/include/Rcpp/InputParameter.h (Rcpp): Add 'const' case

0 commit comments

Comments
 (0)