runLocalTests: run local tests of rdwd

View source: R/runLocalTests.R

runLocalTestsR Documentation

run local tests of rdwd

Description

Run rdwd tests on local machine. Due to time-intensive data downloads, these tests are not run automatically on CRAN.

Usage

runLocalTests(
  dir_data = locdir(),
  dir_exmpl = berryFunctions::packagePath(file = "misc/ExampleTests"),
  start = 1,
  quiet = rdwdquiet()
)

Arguments

dir_data

Reusable data location. Preferably not under version control. DEFAULT: locdir()

dir_exmpl

Reusable example location. DEFAULT: local directory

start

Number to start tests at, helpful for partially successful runs. DEFAULT: 1

quiet

Suppress progress messages? DEFAULT: FALSE through rdwdquiet()

Value

Time taken to run tests in minutes

Author(s)

Berry Boessenkool, berry-b@gmx.de, Apr-Oct 2019

See Also

locdir()


rdwd documentation built on July 9, 2023, 5:24 p.m.