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 5d5c354 commit 99ca958Copy full SHA for 99ca958
src/library/tools/R/build.R
@@ -1099,7 +1099,7 @@ inRbuildignore <- function(files, pkgdir) {
1099
## Fix permissions for all files to be at least 644, and dirs 755
1100
## Not restricted by umask.
1101
if (!WINDOWS) .Call(C_dirchmod, pkgname, group.writable=FALSE)
1102
- ## Add build stamp *and* expaned R fields to the DESCRIPTION file:
+ ## Add build stamp *and* expanded R fields to the DESCRIPTION file:
1103
add_build_stamp_to_description_file(file.path(pkgname, "DESCRIPTION"),
1104
pkgdir, user)
1105
messageLog(Log,
0 commit comments