Skip to content

Commit 4358ff0

Browse files
author
hornik
committed
Tweaks.
git-svn-id: https://svn.r-project.org/R/trunk@89131 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 253f14e commit 4358ff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/library/tools/R/doitools.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ function(x)
8888
}
8989

9090
doi_db_from_package_sources <-
91-
function(dir, add = FALSE, Rd = FALSE)
91+
function(dir, add = FALSE, Rd = TRUE)
9292
{
9393
meta <- .get_package_metadata(dir, FALSE)
9494
db <- rbind(doi_db_from_package_metadata(meta),

0 commit comments

Comments
 (0)