Skip to content

Commit 9436598

Browse files
committed
fix typo/thinko in \link in Rd file and roll minor version
1 parent 4813640 commit 9436598

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

ChangeLog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2018-08-27 Dirk Eddelbuettel <[email protected]>
2+
3+
* DESCRIPTION (Version, Date): Roll minor version
4+
* inst/include/Rcpp/config.h: Idem
5+
6+
* man/Rcpp-deprecated.Rd: Fix two-char typo/thinko in \link{}
7+
18
2018-07-29 Dirk Eddelbuettel <[email protected]>
29

310
* README.md: Refreshed via some edits and updates

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.18.1
4-
Date: 2018-07-29
3+
Version: 0.12.18.2
4+
Date: 2018-08-27
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/include/Rcpp/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929
#define RCPP_VERSION Rcpp_Version(0,12,18)
3030

3131
// the current source snapshot
32-
#define RCPP_DEV_VERSION RcppDevVersion(0,12,18,1)
32+
#define RCPP_DEV_VERSION RcppDevVersion(0,12,18,2)
3333

3434
#endif

man/Rcpp-deprecated.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
\item \code{\link{loadRcppModules}} calls should now be replaced by
1111
\code{\link{loadModule}} calls, one per Module.
1212

13-
\item \code{\link{LdFlags()}} and \code{\link{RcppLdFlags}} are no
13+
\item \code{\link{LdFlags}} and \code{\link{RcppLdFlags}} are no
1414
longer required as no library is provided (or needed) by Rcpp (as it
1515
was up until release 0.10.1).
1616
}

0 commit comments

Comments
 (0)