You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fixed bug in reverse dependency check failure for `anthopolos()` and `bravo()` functions removing `returnValue()` when data are not missing
* Thank you, [Roger Bivand](https://github.com/rsbivand), for the catch. Relates to [ndi Issue #5](#5)
* Updated `duncan()`, `gini()`, `krieger()`, `messer()`, and `powell_wiley()` for consistency in messaging when data are not missing
* Updated tests for `anthopolos()` and `bravo()` if `Sys.getenv("CENSUS_API_KEY") != ""`
I updated the tests for anthopolos() and bravo() when quiet = FALSE to expect output and not silent. R CMD check results are clean when Sys.getenv("CENSUS_API_KEY") != "". I have released these updates in a new branch (ndi v0.1.4.9000). Please let me know if the updates works for you, and then I'll resubmit them to CRAN.
00check.log
testthat.Rout.zip
If Sys.getenv("CENSUS_API_KEY") != ""`, the tests are not skipped, and are not silent:
The text was updated successfully, but these errors were encountered: