Skip to content

Commit b35f1a8

Browse files
committed
correct call
1 parent e113c1a commit b35f1a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/tools.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,6 @@ asBuildPath <- function(path) {
7070
##' \code{\link{Rcpp.package.skeleton}}
7171
##' @examples getRcppVersion()
7272
getRcppVersion <- function(devel = FALSE) {
73-
rcpp <- .Call("getRcppVersionStrings", package="Rcpp")
73+
rcpp <- .Call("getRcppVersionStrings", PACKAGE="Rcpp")
7474
package_version(rcpp[if(devel) 2 else 1])
7575
}

0 commit comments

Comments
 (0)