Skip to content

Commit

Permalink
Remove pbapply
Browse files Browse the repository at this point in the history
  • Loading branch information
robertzk committed Dec 28, 2015
1 parent 61b47b4 commit 8554306
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 deletions.
1 change: 0 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ Suggests:
bettertrace,
devtools,
knitr,
pbapply,
testthatsomemore
VignetteBuilder: knitr
License: MIT + file LICENSE
Expand Down
4 changes: 1 addition & 3 deletions R/test.R
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,7 @@
#' "silent", "stop", "tap", "teamcity")}, with the default being \code{"summary"}.
#' @seealso \code{\link{syberia_engine}}
#' @export
#' @return \code{TRUE} if all tests pass or will error otherwise. Note this
#' function uses \code{pblapply} from the pbapply package to
#' represent progress if available.
#' @return \code{TRUE} if all tests pass or will error otherwise.
test_engine <- function(engine = syberia_engine(), base = "test",
config = file.path("config", "environments", "test"),
ignored_tests = ignored_tests_from_config(engine, base, config),
Expand Down
3 changes: 3 additions & 0 deletions man/ensure_no_global_variable_pollution.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ ensure_no_global_variable_pollution(expr, desc, check_options = FALSE)
\item{check_options}{logical. Whether to check if any global options were changed.
variables while [\code{desc} goes here]".}
}
\value{
the output of the \code{expr}.
}
\description{
If any global variables are removed or created, it will
give a descriptive error.
Expand Down
4 changes: 4 additions & 0 deletions man/syberia_version.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
\usage{
syberia_version()
}
\value{
The version of the syberia package as \code{\link{package_version}}
object.
}
\description{
Fetch the current Syberia version.
}
Expand Down
4 changes: 1 addition & 3 deletions man/test_engine.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,7 @@ options are \code{c("check", "list", "summary", "minimal", "multi", "rstudio",
"silent", "stop", "tap", "teamcity")}, with the default being \code{"summary"}.}
}
\value{
\code{TRUE} if all tests pass or will error otherwise. Note this
function uses \code{pblapply} from the pbapply package to
represent progress if available.
\code{TRUE} if all tests pass or will error otherwise.
}
\description{
The tests that will be run are all those in the \code{test} subdirectory
Expand Down

0 comments on commit 8554306

Please sign in to comment.