Closed maurolepore closed 4 years ago
2020-04-22 after team meeting
Testing:
expect_*()
usethis::use_testthat()
usethis::use_test()
Continuous integration:
usethis::use_github_action_check_release()
Building packages:
usethis::create_package()
--
cc @Clare2D @jdhoffa @andybue
I added a couple of resources. Thanks for the meeting. Closing now.
2020-04-22 after team meeting
What is the issue you need help with?
Resources
Testing:
expect_*()
functions.usethis::use_testthat()
: Use testthat in an R package.usethis::use_test()
: Adds infrastructure to test code associated to a file in the directory R/.Continuous integration:
usethis::use_github_action_check_release()
.Building packages:
usethis::create_package()
and all package development tools--
cc @Clare2D @jdhoffa @andybue