Skip to content

Commit

Permalink
Merge pull request #137 from hubverse-org/ls/release/0.1.9
Browse files Browse the repository at this point in the history
ls/release/0.1.9
  • Loading branch information
lshandross authored Oct 3, 2024
2 parents 91f882b + a7f9d6c commit 9ba5eab
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 36 deletions.
6 changes: 3 additions & 3 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Version: 0.1.8
Date: 2024-09-25 17:49:01 UTC
SHA: 9bfa495a73a67116b9b70b69c3ebbd95b561e387
Version: 0.1.9
Date: 2024-10-02 16:44:09 UTC
SHA: 31013790c4c8b7267dedde687c242670b7853696
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: hubEnsembles
Title: Ensemble Methods for Combining Hub Model Outputs
Version: 0.1.8.9000
Version: 0.1.9
Authors@R: c(
person(given = "Evan L", family = "Ray", email = "[email protected]", role = "aut"),
person(given = "Li", family = "Shandross", email = "[email protected]", role = c("aut", "cre"),
Expand Down
50 changes: 25 additions & 25 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,59 +1,59 @@
# hubEnsembles (development version)
# hubEnsembles 0.1.9

* Fix bug in `simple_ensemble()` where `all.equal()` was sometimes throwing an error (#134)
* `simple_ensemble()` now uses `identical()` to avoid triggering an `all.equal.environment()` error. This error would sometimes occur when providing the `agg_fun` argument with a custom function. (#134)

# hubEnsembles 0.1.8

* Update README to point to hubverse R-universe
* Submission to CRAN
* README now points to hubverse R-universe
* Package submission to CRAN

# hubEnsembles 0.1.7

* Make `hubEnsembles.Rmd` an article
* Rewrite `linear_pool_quantile()` to not use `Hmisc-utils` functions
* Fix bug in `linear_pool()` where the pools were not being properly split (#128)
* Fix warnings from dplyr about usage of `all_of()`
* `hubEnsembles.Rmd` vignette is now an article
* `linear_pool()` now properly splits its pools (#128)
* `linear_pool_quantile()` uses internal package functions only, not `Hmisc-utils` functions
* Functions using `all_of()` are updated to avoid throwing dplyr warnings

# hubEnsembles 0.1.6

* Fix bug in `simple_ensemble()` that produces invalid distributions for certain weighted medians (#122)
* Replace magrittr pipe (`%>%`) with base R 4.1 pipe (`|>`)
* Simplify examples
* Base R 4.1 pipe (`|>`) is used in place of magrittr pipe (`%>%`)
* Function examples are simplified
* `simple_ensemble()` now produces valid distributions for all weighted medians (#122)

# hubEnsembles 0.1.5

* Check that weights don't depend on output type ID for PMF and CDF forecasts (#35)
* Validate that `weights` argument doesn't contain weights dependent on output type ID for PMF and CDF forecasts (#35)

# hubEnsembles 0.1.4

* Replace superseded `map_dfr()` call
* Replace usage of superseded ".data$"
* Functions now use `map()` and `list_rbind()` in conjunction to avoid superseded warnings from purrr (#117)
* Functions now use double quotes or `.data[[]]` as appropriate within dplyr functions to avoid warnings (#117)

# hubEnsembles 0.1.3

* Change organization name to "hubverse-org" (#115)
* Organization name has been changed to "hubverse-org" (#115)

# hubEnsembles 0.1.2

* Updated vignette (#29, #113)
* Remove out-of-date example data (#113)
* Remove Hmisc dependency (#55)
* `hubEnsembles.Rmd` vignette now better reflects package capabilities (#29, #113)
* Example data that is out of date has been removed (#113)
* Hmisc dependency has been removed (#55)

# hubEnsembles 0.1.1

* Bumped hubUtils to 0.0.1 or higher, which has been split into hubUtils and hubData (#98)
* Bumped Roxygen to 7.3.1
* Add lint workflow (#96, #98)
* Upgrade GitHub workflows (#96, #98)
* hubUtils dependency has been bumped to 0.0.1 or higher, after its split into hubUtils and hubData (#98)
* Roxygen is bumped to 7.3.1
* Lint workflow have been added (#96, #98)
* GitHub workflows have been upgraded (#96, #98)

# hubEnsembles 0.1.0

* Add example data (#95)
* Upgrades package docs to hubStyle theme (#93)
* Example data has been added (#95)
* Package docs are upgraded to hubStyle theme (#93)

# hubEnsembles 0.0.9001

* Fix handling of quantile output type in `linear_pool_quantile()` internal helper (#69)
* `linear_pool_quantile()` now coerces quantile levels to numeric to prevent distfromq errors (#58, #63)

# hubEnsembles 0.0.9000

Expand Down
19 changes: 12 additions & 7 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
This submission fixes a previously unidentified bug that may occur when custom functions are passed to the `agg_fun` argument

## R CMD check results

0 errors | 0 warnings | 1 note

* This is a new release.

Additional previous actions in response to automated and manual reviews
* Days since last update: 6

* Removed S3 method `all.is.numeric()` that was not registered (replaced by a new internal function)
* Suggests or Enhances not in mainstream repositories:
hubExamples, hubVis
Availability using Additional_repositories specification:
hubExamples yes https://hubverse-org.r-universe.dev/
hubVis yes https://hubverse-org.r-universe.dev/

* Made 'hubEnsembles.Rmd' vignette which failed to build into an article
Any tests that use hubExamples are wrapped in `skip_if_not_installed()`
The remaining uses of hubExamples and hubVis are contained within an article

* Package dependencies 'distfromq', 'hubUtils' have been added to CRAN
## revdepcheck check

* Installation instructions updated in README.md
There are currently no downstream dependencies for this package

0 comments on commit 9ba5eab

Please sign in to comment.