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 9cc76bf commit ef83ae8Copy full SHA for ef83ae8
src/library/tools/R/check.R
@@ -7551,7 +7551,7 @@ add_dummies <- function(dir, Log)
7551
if (thispkg_subdirs == "default") thispkg_subdirs <- "no"
7552
} else if (file.exists(pkg)) {
7553
is_tar <- TRUE
7554
- ## if (thispkg_subdirs == "default") thispkg_subdirs <- "yes-maybe"
+ if (thispkg_subdirs == "default") thispkg_subdirs <- "yes-maybe"
7555
## pkgname0 <- sub("\\.(tar|tar\\.gz|tgz|tar\\.bz2|tar\\.xz|tar\\.zstd)$", "", pkgname0)
7556
## pkgname0 <- sub("_[0-9.-]*$", "", pkgname0)
7557
## look at the contents to find the package name
0 commit comments