Skip to content

Commit 7f48721

Browse files
committed
removed all outside calls to install packages within internal functions
1 parent 840eb70 commit 7f48721

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

NAMESPACE

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ importFrom(tidyselect,where)
6161
importFrom(tools,R_user_dir)
6262
importFrom(utils,download.file)
6363
importFrom(utils,globalVariables)
64-
importFrom(utils,install.packages)
6564
importFrom(utils,read.csv)
6665
importFrom(utils,select.list)
6766
importFrom(utils,tail)

R/prep_dyads.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
#' @importFrom tidyselect all_of
3333
#' @importFrom tidyselect any_of
3434
#' @importFrom tidyselect contains
35-
#' @importFrom utils install.packages
3635
#' @importFrom utils select.list
3736
#' @export
3837

0 commit comments

Comments
 (0)