docs/CONTRIBUTING.md

Contributing to rdrop2

IMPORTANT INFORMATION REGARDING TESTING

# first authenticate into your own account
token <- drop_auth(new_user = TRUE)
saveRDS(token, "tests/testthat/token.rds")
# Now run the tests as usual

Since token.rds is git ignored (as is .httr-oauth) your credentials will NOT end up on this repository. But you must have tests pass (and make a note of that) when you PR. A maintainer will checkout your request, make sure everything passes, and following comments, re-trigger Travis before merging.



karthik/rdrop2 documentation built on March 28, 2024, 5:51 a.m.