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 38b2a41 commit c8ab684Copy full SHA for c8ab684
src/library/tools/R/sotools.R
@@ -1064,7 +1064,7 @@ function(file = "symbols.rds")
1064
## sub-directories" of WRE.
1065
if(length(pkglibs)) {
1066
files <- list.files("..", recursive = TRUE, pattern = "[.]a$",
1067
- full.names = TRUE)
+ all.files = TRUE, full.names = TRUE)
1068
if(any(ind <- startsWith(files, "../src/")))
1069
files[ind] <- substring(files[ind], 8L)
1070
## Case A: local static libs given via their path.
0 commit comments