Skip to content

Commit 8d58746

Browse files
Enchufa2eddelbuettel
authored andcommitted
fix typo (RcppCore#738)
1 parent bee6b1e commit 8d58746

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R/Attributes.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -714,7 +714,7 @@ sourceCppFunction <- function(func, isVoid, dll, symbol) {
714714
# set CLINK_CPPFLAGS based on the LinkingTo dependencies
715715
buildEnv$CLINK_CPPFLAGS <- .buildClinkCppFlags(linkingToPackages)
716716

717-
# add the source file's directory to the compliation
717+
# add the source file's directory to the compilation
718718
srcDir <- dirname(sourceFile)
719719
srcDir <- asBuildPath(srcDir)
720720
buildDirs <- srcDir

man/cppFunction.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ cppFunction(code, depends = character(), plugins = character(), includes = chara
2020
Character vector of packages that the compilation depends on. Each package listed will first be queried for an \link[inline:plugins]{inline plugin} to determine header files to include. If no plugin is defined for the package then a header file based the package's name (e.g. \code{PkgName.h}) will be included.
2121
}
2222
\item{plugins}{
23-
Character vector of \link[inline:plugins]{inline plugins} to use for the compliation.
23+
Character vector of \link[inline:plugins]{inline plugins} to use for the compilation.
2424
}
2525
\item{includes}{
2626
Character vector of user includes (inserted after the includes provided by \code{depends}).

0 commit comments

Comments
 (0)