getwilds / cancerprof

API Client for State Cancer Profiles
http://getwilds.org/cancerprof/
Other
2 stars 3 forks source link

added skip on cran #65

Closed realbp closed 7 months ago

realbp commented 7 months ago

@seankross, All tests that query the API has skip_on_cran(). Should we also add this to the test-process-X functions? They are the functions that uses dput_resp that we stored in a separate file.

seankross commented 7 months ago

Should we also add this to the test-process-X functions?

Do those functions hit the API or need an internet connection to run successfully? If no to both, these tests should be run on CRAN.

realbp commented 7 months ago

Should we also add this to the test-process-X functions?

Do those functions hit the API or need an internet connection to run successfully? If no to both, these tests should be run on CRAN.

they technically do hit it API but does not need internet connection because we stored the API all in a separate file using dput. I will add skip on cran to these files as well.