getwilds / cancerprof

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

Error in `as_tibble()` #101

Open howardbaek opened 3 months ago

howardbaek commented 3 months ago

While reviewing https://github.com/getwilds/cancerprof/pull/91, I ran into an error when running process_resp():

Error in as_tibble(.) : could not find function "as_tibble"

I think you just need to add @importFrom tibble as_tibble in the roxygen documentation for process_resp().