Skip to content

Commit c934436

Browse files
committed
two base R functions we can access via :: instead of :::
1 parent b009f61 commit c934436

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/RcppLdpath.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
## make sure system.file returns an absolute path
1919
Rcpp.system.file <- function(...){
20-
tools:::file_path_as_absolute( base:::system.file( ..., package = "Rcpp" ) )
20+
tools::file_path_as_absolute( base::system.file( ..., package = "Rcpp" ) )
2121
}
2222

2323
## identifies if the default linking on the platform should be static

0 commit comments

Comments
 (0)