We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b009f61 commit c934436Copy full SHA for c934436
R/RcppLdpath.R
@@ -17,7 +17,7 @@
17
18
## make sure system.file returns an absolute path
19
Rcpp.system.file <- function(...){
20
- tools:::file_path_as_absolute( base:::system.file( ..., package = "Rcpp" ) )
+ tools::file_path_as_absolute( base::system.file( ..., package = "Rcpp" ) )
21
}
22
23
## identifies if the default linking on the platform should be static
0 commit comments