Skip to content

Commit

Permalink
Merge pull request #35 from tidymodels/rc-0-2-0
Browse files Browse the repository at this point in the history
Rc 0 2 0
  • Loading branch information
hfrick authored May 5, 2022
2 parents 284f29d + 9023a4d commit a3b7d1b
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 14 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@
^_pkgdown\.yml$
^docs$
^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: multilevelmod
Title: Model Wrappers for Multi-Level Models
Version: 0.1.0.9000
Version: 0.2.0
Authors@R: c(
person("Max", "Kuhn", , "[email protected]", role = c("aut"),
comment = c(ORCID = "0000-0003-2402-136X")),
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# multilevelmod 0.1.0.9000
# multilevelmod 0.2.0

* The vignette now uses the `sleepstudy` data.

Expand Down
3 changes: 1 addition & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ knitr::opts_chunk$set(
<!-- badges: start -->
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html)
[![Codecov test coverage](https://codecov.io/gh/topepo/multilevelmod/branch/main/graph/badge.svg)](https://app.codecov.io/gh/topepo/multilevelmod?branch=main)
[![R-CMD-check](https://github.com/tidymodels/multilevelmod/workflows/R-CMD-check/badge.svg)](https://github.com/tidymodels/multilevelmod/actions)
[![R-CMD-check](https://github.com/tidymodels/multilevelmod/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/tidymodels/multilevelmod/actions/workflows/R-CMD-check.yaml)
<!-- badges: end -->

Expand All @@ -30,7 +29,7 @@ multilevelmod enables the use of multi-level models (a.k.a mixed-effects models,

## Installation

You can install the released version of multilevelmod from [CRAN](https://CRAN.R-project.org) with:
You can install the released version of multilevelmod from [CRAN](https://cran.r-project.org) with:

``` r
install.packages("multilevelmod")
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html)
[![Codecov test
coverage](https://codecov.io/gh/topepo/multilevelmod/branch/main/graph/badge.svg)](https://app.codecov.io/gh/topepo/multilevelmod?branch=main)
[![R-CMD-check](https://github.com/tidymodels/multilevelmod/workflows/R-CMD-check/badge.svg)](https://github.com/tidymodels/multilevelmod/actions)
[![R-CMD-check](https://github.com/tidymodels/multilevelmod/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/tidymodels/multilevelmod/actions/workflows/R-CMD-check.yaml)
<!-- badges: end -->

multilevelmod enables the use of multi-level models (a.k.a mixed-effects
Expand All @@ -23,7 +23,7 @@ models, Bayesian hierarchical models, etc.) with the parsnip package.
## Installation

You can install the released version of multilevelmod from
[CRAN](https://CRAN.R-project.org) with:
[CRAN](https://cran.r-project.org) with:

``` r
install.packages("multilevelmod")
Expand Down
10 changes: 2 additions & 8 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
## Test environments

* GitHub Actions (ubuntu-16.04): 3.2, 3.3, oldrel, release, devel
* GitHub Actions (windows): release
* Github Actions (macOS): release, devel
* win-builder: devel

## R CMD check results

0 errors | 0 warnings | 1 note

* This is a new release.
* This is a maintainer change from Max Kuhn ([email protected]) to
Hannah Frick ([email protected]).

0 comments on commit a3b7d1b

Please sign in to comment.