Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 531 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (13 loc) · 531 Bytes

Local development

devtools::install()

  • if devtools not installed, run install.packages("devtools")
  • If you get SSL errors, run httr::set_config(httr::config(ssl_verifypeer = 0L))
  • To install updates, run devtools::install()

Reload with Cmd + Shift + L or devtools::load_all(), experiment in console

Testing

Sys.setenv(REDIVIS_API_TOKEN="") Sys.setenv(REDIVIS_API_ENDPOINT="https://localhost:8443/api/v1") devtools::test()

Building

  • Run devtools::document() to run roxygen

https://r-pkgs.org/tests.html