Skip to content

Commit

Permalink
removes installed.packages from namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
richardjtelford committed Mar 15, 2023
1 parent 31b42f6 commit 54dca71
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ export(chk_make)
export(chk_requirements)
importFrom(stats,setNames)
importFrom(utils,compareVersion)
importFrom(utils,installed.packages)
importFrom(utils,osVersion)
importFrom(utils,packageVersion)
importFrom(yaml,as.yaml)
Expand Down
1 change: 0 additions & 1 deletion R/maker.R
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
#' unlink(f)
#' @importFrom stats setNames
#' @importFrom yaml as.yaml
#' @importFrom utils installed.packages
#' @export

chk_make <- function(path, programs, packages, options) {
Expand Down

0 comments on commit 54dca71

Please sign in to comment.