Skip to content

Commit

Permalink
suppress warnings in unit test (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
achubaty committed Nov 18, 2014
1 parent eb908ab commit cc16c8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-7-updatePackages.R
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ test_that("updatePackages downloads source files and builds PACKAGES file", {
version=c("1.4.0", "0.2-7", "1.0.5"),
stringsAsFactors=FALSE)
addOldPackage(pkgList, path=repo_root, vers=oldVers[,"version"], type=pkg_type)
updatePackages(path=repo_root, repos=revolution, type=pkg_type, ask=FALSE)
suppressWarnings(updatePackages(path=repo_root, repos=revolution, type=pkg_type, ask=FALSE))

updateVers <- miniCRAN:::getPkgVersFromFile(list.files(file.path(repo_root, prefix)))

Expand Down

0 comments on commit cc16c8a

Please sign in to comment.