Closed chartgerink closed 7 years ago
Need to incorporate the changes from PR #23 into Travis, but test.osf.io is failing at the moment with login so I cannot create PAT.
Also, the
test
argument has been removed from functions to avoid messy...
arguments in other functions that need this argument passed on. Instead, if you want to run the operations on the test environment, you can specifySys.setenv(OSF_USE_TEST_SERVER = TRUE)
in your R session or set this as a system environment variable. This cleans up the functions since real users will never use this option and it also helps avoid problems when the user might misspecify an argument which gets passed to...
instead of throwing an error.
@hafen fixed this in PR #23
:100:
Need to check this out.