Skip to content

Commit

Permalink
Correct one stray Rd macro
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Oct 27, 2023
1 parent 8575b2e commit f1fb42d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2023-10-27 Dirk Eddelbuettel <[email protected]>

* R/tools.R: Correct missing Rd macros (spotted by R-devel CMD check)

2023-10-22 Aaron Lun <[email protected]>

* inst/include/Rcpp/vector/MatrixColumn.h: Cast integer index
Expand Down
2 changes: 1 addition & 1 deletion R/tools.R
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ asBuildPath <- function(path) {
##' Helper function to report the package version of the R installation.
##'
##' While \code{packageVersion(Rcpp)} exports the version registers in
##' {DESCRIPTION}, this version does get incremented more easily
##' \code{DESCRIPTION}, this version does get incremented more easily
##' during development and can therefore be higher than the released
##' version. The actual \code{#define} long used at the C++ level
##' corresponds more to an \sQuote{API Version} which is now provided
Expand Down

0 comments on commit f1fb42d

Please sign in to comment.