Skip to content

Commit

Permalink
Merge pull request #37 from tidymodels/1-0-0-RC
Browse files Browse the repository at this point in the history
RC 1.0.0
  • Loading branch information
hfrick authored Jun 15, 2022
2 parents d42c32c + 98c2b7f commit 3e9c595
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@
^_pkgdown\.yml$
^man-roxygen$
^pkgdown$
^CRAN-SUBMISSION$
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: poissonreg
Title: Model Wrappers for Poisson Regression
Version: 0.2.0.9000
Version: 1.0.0
Authors@R: c(
person("Max", "Kuhn", , "[email protected]", role = c("aut"),
comment = c(ORCID = "0000-0003-2402-136X")),
Expand Down
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# poissonreg (development version)
# poissonreg 1.0.0

* Changes for using case weights with parsnip 1.0.0.

# poissonreg 0.2.0

Expand Down
8 changes: 8 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## R CMD check results

0 errors | 0 warnings | 1 note

## Submission 1.0.0

This release marks a **change in maintainer** from Max Kuhn <[email protected]>
to Hannah Frick <[email protected]>.

0 comments on commit 3e9c595

Please sign in to comment.