Skip to content

Commit

Permalink
0-2-0 Release Candidate (#30)
Browse files Browse the repository at this point in the history
* fix urls

* update parsnip dep version

* Increment version number to 0.2.0

* type in readme

* CoC link forwarding

Co-authored-by: Max Kuhn <[email protected]>
  • Loading branch information
EmilHvitfeldt and topepo authored Mar 9, 2022
1 parent 3a915ee commit 32b9234
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 11 deletions.
6 changes: 2 additions & 4 deletions 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.1.1.9000
Version: 0.2.0
Authors@R:
c(person(given = "Max",
family = "Kuhn",
Expand All @@ -18,7 +18,7 @@ URL: https://github.com/tidymodels/poissonreg,
https://poissonreg.tidymodels.org/
BugReports: https://github.com/tidymodels/poissonreg/issues
Depends:
parsnip (>= 0.1.7.9000),
parsnip (>= 0.2.0),
R (>= 2.10)
Imports:
dplyr,
Expand All @@ -34,8 +34,6 @@ Suggests:
pscl,
spelling,
testthat
Remotes:
tidymodels/parsnip
Encoding: UTF-8
Language: en-US
LazyData: true
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# poissonreg (development version)
# poissonreg 0.2.0

* Model definition functions (e.g. `poisson_reg()`) were moved to the parsnip package.

Expand Down
6 changes: 3 additions & 3 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ knitr::opts_chunk$set(
[![R build status](https://github.com/tidymodels/poissonreg/workflows/R-CMD-check/badge.svg)](https://github.com/tidymodels/poissonreg/actions)
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html)
[![CRAN status](https://www.r-pkg.org/badges/version/poissonreg)](https://CRAN.R-project.org/package=poissonreg)
[![Codecov test coverage](https://codecov.io/gh/tidymodels/poissonreg/branch/main/graph/badge.svg)](https://codecov.io/gh/tidymodels/poissonreg?branch=main)
[![Codecov test coverage](https://codecov.io/gh/tidymodels/poissonreg/branch/main/graph/badge.svg)](https://app.codecov.io/gh/tidymodels/poissonreg?branch=main)
[![R-CMD-check](https://github.com/tidymodels/poissonreg/workflows/R-CMD-check/badge.svg)](https://github.com/tidymodels/poissonreg/actions)
<!-- badges: end -->

Expand All @@ -40,7 +40,7 @@ require("devtools")
install_github("tidymodels/poissonreg")
```

## Avaliable Engines
## Available Engines

The poissonreg package provides engines for the models in the following table.

Expand Down Expand Up @@ -79,7 +79,7 @@ poisson_reg() %>%

## Contributing

This project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/0/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.
This project is released with a [Contributor Code of Conduct](https://www.contributor-covenant.org/version/2/0/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.

- For questions and discussions about tidymodels packages, modeling, and machine learning, please [post on RStudio Community](https://community.rstudio.com/new-topic?category_id=15&tags=tidymodels,question).

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](h
[![CRAN
status](https://www.r-pkg.org/badges/version/poissonreg)](https://CRAN.R-project.org/package=poissonreg)
[![Codecov test
coverage](https://codecov.io/gh/tidymodels/poissonreg/branch/main/graph/badge.svg)](https://codecov.io/gh/tidymodels/poissonreg?branch=main)
coverage](https://codecov.io/gh/tidymodels/poissonreg/branch/main/graph/badge.svg)](https://app.codecov.io/gh/tidymodels/poissonreg?branch=main)
[![R-CMD-check](https://github.com/tidymodels/poissonreg/workflows/R-CMD-check/badge.svg)](https://github.com/tidymodels/poissonreg/actions)
<!-- badges: end -->

Expand All @@ -37,7 +37,7 @@ require("devtools")
install_github("tidymodels/poissonreg")
```

## Avaliable Engines
## Available Engines

The poissonreg package provides engines for the models in the following
table.
Expand Down Expand Up @@ -85,7 +85,7 @@ poisson_reg() %>%
## Contributing

This project is released with a [Contributor Code of
Conduct](https://contributor-covenant.org/version/2/0/CODE_OF_CONDUCT.html).
Conduct](https://www.contributor-covenant.org/version/2/0/CODE_OF_CONDUCT.html).
By contributing to this project, you agree to abide by its terms.

- For questions and discussions about tidymodels packages, modeling,
Expand Down

0 comments on commit 32b9234

Please sign in to comment.