Skip to content

Commit

Permalink
uninstall test package 'control' after pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
bburns632 committed May 3, 2024
1 parent 739cdfc commit c1808f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/teardown-setTestEnv.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if(identical(Sys.getenv("NOT_CRAN"), "true")){
# Uninstall Test Packages From Test Library if Not Already Uninstalled
try(
utils::remove.packages(
pkgs = c('baseballstats', 'sartre', 'milne', 'silverstein', 'pkgnet')
pkgs = c('baseballstats', 'sartre', 'milne', 'silverstein', 'control', 'pkgnet')
, lib = Sys.getenv('PKGNET_TEST_LIB')
)
)
Expand Down

0 comments on commit c1808f5

Please sign in to comment.