Skip to content

Commit

Permalink
rm print
Browse files Browse the repository at this point in the history
  • Loading branch information
tdhock committed Apr 17, 2024
1 parent c47204f commit 1cc3694
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions R/versions.R
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,6 @@ atime_versions_install <- function(Package, pkg.path, new.Package.vec, sha.vec,
'CMD INSTALL -l',
shQuote(.libPaths()[1]),
sha.path)
print(.libPaths())
print(INSTALL.cmd)
status.int <- system(INSTALL.cmd)
if(status.int != 0){
stop(INSTALL.cmd, " returned error status code ", status.int)
Expand Down
1 change: 0 additions & 1 deletion tests/testthat/test-versions.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ test_that("atime_pkg produces tests_all_facet.png", {
git2r::checkout(repo, branch="another-branch")
inst.atime <- file.path(tdir, "inst", "atime")
options(repos="http://cloud.r-project.org")#required to check CRAN version.
print(.libPaths())
result.list <- atime::atime_pkg(tdir)
tests_all_facet.png <- file.path(inst.atime, "tests_all_facet.png")
expect_true(file.exists(tests_all_facet.png))
Expand Down

0 comments on commit 1cc3694

Please sign in to comment.