The goal of testdatazoomamazonia is to ...
You can install the development version of testdatazoomamazonia from GitHub with:
# install.packages("devtools")
devtools::install_github("carolinamoura2000/essai-DTZ-tests-")
This is a basic example which shows you how to solve a common problem:
library(testdatazoomamazonia)
## basic example code
## From the R console, you can run all tests in a file with test_file("./path/to/file"), and all tests in a folder with test_dir("./path/to/folder")
test_dir("C:/Users/carol/iCloudDrive/PUC/DATAZOOM/essai-DTZ-tests-/tests/testthat", reporter=c("minimal", "location"))
# If you want to run all the tests of a package, you just need to press Ctrl/Cmd + Shift + T (from within RStudio), or run devtools::test() from the R console.
install.packages("datazoom.amazonia")