Skip to content

Commit

Permalink
defer checkihg symbol registration as part of --as-cran
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.r-project.org/R/trunk@71987 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
ripley committed Jan 16, 2017
1 parent 7ca0161 commit ea54ad8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/library/tools/R/check.R
Original file line number Diff line number Diff line change
Expand Up @@ -4729,7 +4729,8 @@ setRlibs <-
Sys.setenv("_R_CHECK_S3_METHODS_NOT_REGISTERED_" = "TRUE")
Sys.setenv("_R_CHECK_PACKAGE_DATASETS_SUPPRESS_NOTES_" = "TRUE")
Sys.setenv("_R_CHECK_PACKAGES_USED_IGNORE_UNUSED_IMPORTS_" = "TRUE")
Sys.setenv("_R_CHECK_SYMBOL_REGISTRATION_" = "TRUE")
### to come once fully documented
### Sys.setenv("_R_CHECK_SYMBOL_REGISTRATION_" = "TRUE")
R_check_vc_dirs <- TRUE
R_check_executables_exclusions <- FALSE
R_check_doc_sizes2 <- TRUE
Expand Down

0 comments on commit ea54ad8

Please sign in to comment.