nwfsc-cb / rCAX

rCAX R package: an R client to access the REST API for the StreamNet Coordinated Assessments tables
https://nwfsc-cb.github.io/rCAX/
Other
5 stars 1 forks source link

write tests #17

Open eeholmes opened 1 year ago

eeholmes commented 1 year ago

see how rredlist did this

use roxytest

Suggests: testthat, roxytest
Roxygen: list(roclets = c("namespace", "rd", "roxytest::testthat_roclet"))
Suggests: testthat, tinytest
BugReports: https://github.com/mikldk/roxytestdemo/issues
Encoding: UTF-8
Roxygen: list(roclets = c("namespace", "rd", "roxytest::testthat_roclet",
                                             "roxytest::tinytest_roclet", 
                                             "roxytest::param_roclet", 
                                             "roxytest::return_roclet", 
                                             "roxytest::examples_roclet"))