Ayla Pearson
Ayla Pearson
Running `use_pkgdown_travis()` generated this error ``` "-- Building favicons ----------------------------------------------------------- Building favicons with realfavicongenerator.net... * Set up deploy keys by running `travis::use_travis_deploy()` * Insert the following code in '.travis.yml' before_cache:...
Hey @KarHarker, I looked into the issue and agree that we should pull the `standardize_mdl_units()` function into `standardize_wqdata()`. Since one of the purposes of `standardize_wqdata()` is to deal with units,...
The cause of this is error when all the data points are censored, specifically when the Censored = TRUE for every row. ``` # real data output EMS_ID Station Variable...
This error is caused by the internal function `summarise_wqdata_by()` in the summaries-wqdata.R file
It also fails on a single value ``` > df ml ml Error in exp(x@survreg$coef[1]) : non-numeric argument to mathematical function ``` ``` # fails df
In these edge cases when either all values are censored or only a single value is given the function should return NA' s instead of an error.
This would then generate this table when the site that has no data display NA's instead of throwing an error. ``` # A tibble: 2 × 14 Variable EMS_ID n...
@HeatherGranger Are you able to provide the code you used to pull this using rems package? When I tried with rems I also had that data missing. ``` data %...
Issue related to wqbc https://github.com/bcgov/wqbc/issues/163