getwilds / cancerprof

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

fixed numeric datatypes #72

Closed realbp closed 3 months ago

realbp commented 3 months ago

@seankross I am getting some warnings on test-mortality-cancer and test-incidence-cancer with the warning message: There was 1 warning in mutate(). i In argument: across(...). Caused by warning: ! NAs introduced by coercion

This occured after changing the "*" to NA values and using across to change values to numeric. When I run check() the warnings do not show. Is this something that I should look into and fix or is it okay to ignore?