Skip to content

Commit ef83ae8

Browse files
author
ripley
committed
uncomment for now
git-svn-id: https://svn.r-project.org/R/trunk@88352 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 9cc76bf commit ef83ae8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/library/tools/R/check.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7551,7 +7551,7 @@ add_dummies <- function(dir, Log)
75517551
if (thispkg_subdirs == "default") thispkg_subdirs <- "no"
75527552
} else if (file.exists(pkg)) {
75537553
is_tar <- TRUE
7554-
## if (thispkg_subdirs == "default") thispkg_subdirs <- "yes-maybe"
7554+
if (thispkg_subdirs == "default") thispkg_subdirs <- "yes-maybe"
75557555
## pkgname0 <- sub("\\.(tar|tar\\.gz|tgz|tar\\.bz2|tar\\.xz|tar\\.zstd)$", "", pkgname0)
75567556
## pkgname0 <- sub("_[0-9.-]*$", "", pkgname0)
75577557
## look at the contents to find the package name

0 commit comments

Comments
 (0)