Skip to content

Commit

Permalink
Removed dplyr library call within the scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
UMGCCFCSS committed Dec 26, 2024
1 parent 7b980f5 commit 2d469ba
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion TheScript_3L.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RepositoryPath <- WorkingDirectory
TheRepo <- git2r::repository(RepositoryPath)
git2r::pull(TheRepo)

library(dplyr)
#library(dplyr)
library(stringr)
library(lubridate)
library(Luciernaga)
Expand Down
2 changes: 1 addition & 1 deletion TheScript_4L.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RepositoryPath <- WorkingDirectory
TheRepo <- git2r::repository(RepositoryPath)
git2r::pull(TheRepo)

library(dplyr)
#library(dplyr)
library(stringr)
library(lubridate)
library(purrr)
Expand Down
2 changes: 1 addition & 1 deletion TheScript_5L.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RepositoryPath <- "C:/Users/Aurora/Documents/InstrumentQC"
TheRepo <- git2r::repository(RepositoryPath)
git2r::pull(TheRepo)

library(dplyr)
#library(dplyr)
library(stringr)
library(lubridate)
library(purrr)
Expand Down
2 changes: 1 addition & 1 deletion TheScript_CS.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if (length(AnyFlags) == 0){
TheRepo <- git2r::repository(RepositoryPath)
git2r::pull(TheRepo)

library(dplyr)
#library(dplyr)
library(stringr)
library(lubridate)
library(purrr)
Expand Down

0 comments on commit 2d469ba

Please sign in to comment.