Skip to content

Commit b447de9

Browse files
committed
minor release 0.12.12.5
1 parent c7eaf51 commit b447de9

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

ChangeLog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
2017-09-21 Dirk Eddelbuettel <[email protected]>
22

3+
* DESCRIPTION (Version, Date): Roll minor version
4+
35
* vignettes/Rcpp-FAQ.Rmd (Rcpp): Add entry for 'symbols not found' error
46
requiring two runs of compileAttributes
57

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: Rcpp
22
Title: Seamless R and C++ Integration
3-
Version: 0.12.12.4
4-
Date: 2017-09-20
3+
Version: 0.12.12.5
4+
Date: 2017-09-21
55
Author: Dirk Eddelbuettel, Romain Francois, JJ Allaire, Kevin Ushey, Qiang Kou,
66
Nathan Russell, Douglas Bates and John Chambers
77
Maintainer: Dirk Eddelbuettel <[email protected]>

inst/NEWS.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
\item New const iterators functions \code{cbegin()} and \code{cend()} have
1111
been added to several vector and matrix classes (Dan Dillon and James
1212
Balamuta in \ghpr{748}) starting to address \ghit{741}).
13-
The \code{tinyformat.h} header now ends in a newline (\ghit{701}).
13+
\item The \code{tinyformat.h} header now ends in a newline (\ghit{701}).
1414
}
1515
\item Changes in Rcpp Modules:
1616
\itemize{

vignettes/Rcpp-FAQ.Rmd

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1694,7 +1694,7 @@ is added to `src/RcppExports.cpp`.
16941694

16951695
However, the transition from the previously generated file `src/RcppExports.cpp`
16961696
to the new one may require running `compileAttributes()` twice (which does not
1697-
happen when, _e.g., devrtools is used). When `Rcpp::compileAttributes()` is
1697+
happen when, _e.g._, devtools is used). When `Rcpp::compileAttributes()` is
16981698
called, it also calls `tools::package_native_routine_registration_skeleton()`,
16991699
which crawls through usages of `.Call()` in the `R/` source files of the package to
17001700
figure out what routines need to be registered. If an older `RcppExports.R` file
@@ -1706,7 +1706,5 @@ elsewhere.
17061706

17071707
So if your autogenerated file fails, and a `symbols not found` error is reported
17081708
by the linker, consider running `compileAttributes()` twice. Deleting
1709-
`R/RcppExports.R` and `src/RcppExports.cpp` may also work.
1710-
1711-
1712-
\newpage
1709+
`R/RcppExports.R` and `src/RcppExports.cpp` may also work.
1710+

0 commit comments

Comments
 (0)