Skip to content

Commit

Permalink
Merge pull request #82 from tidymodels/0-4-6-rc
Browse files Browse the repository at this point in the history
0-4-6 RC
  • Loading branch information
topepo authored Jul 23, 2020
2 parents fa86176 + 7dcff61 commit d695574
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ importFrom(purrr,map_int)
importFrom(purrr,map_lgl)
importFrom(purrr,reduce)
importFrom(purrr,transpose)
importFrom(stats,binomial)
importFrom(stats,predict)
importFrom(stats,qt)
importFrom(tibble,tibble)
Expand Down
1 change: 1 addition & 0 deletions R/tidypredict.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#' @importFrom knitr knit_print
#' @importFrom dplyr mutate
#' @importFrom dplyr case_when
#' @importFrom stats binomial
#' @keywords internal
#'
"_PACKAGE"
Expand Down
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ output: github_document
# tidypredict <img src="man/figures/logo.png" align="right" width = "120px"/>

[![R build status](https://github.com/tidymodels/tidypredict/workflows/R-CMD-check/badge.svg)](https://github.com/tidymodels/tidypredict/actions)
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/tidypredict)](https://cran.r-project.org/package=tidypredict)
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/tidypredict)](https://CRAN.r-project.org/package=tidypredict)
[![Codecov test coverage](https://codecov.io/gh/tidymodels/tidypredict/branch/master/graph/badge.svg)](https://codecov.io/gh/tidymodels/tidypredict?branch=master)
[![Downloads](http://cranlogs.r-pkg.org/badges/tidypredict)](http://cran.rstudio.com/package=tidypredict)
[![Downloads](http://cranlogs.r-pkg.org/badges/tidypredict)](https://CRAN.R-project.org/package=tidypredict)

```{r setup, include=FALSE}
library(dplyr)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@

[![R build
status](https://github.com/tidymodels/tidypredict/workflows/R-CMD-check/badge.svg)](https://github.com/tidymodels/tidypredict/actions)
[![CRAN\_Status\_Badge](http://www.r-pkg.org/badges/version/tidypredict)](https://cran.r-project.org/package=tidypredict)
[![CRAN\_Status\_Badge](http://www.r-pkg.org/badges/version/tidypredict)](https://CRAN.r-project.org/package=tidypredict)
[![Codecov test
coverage](https://codecov.io/gh/tidymodels/tidypredict/branch/master/graph/badge.svg)](https://codecov.io/gh/tidymodels/tidypredict?branch=master)
[![Downloads](http://cranlogs.r-pkg.org/badges/tidypredict)](http://cran.rstudio.com/package=tidypredict)
[![Downloads](http://cranlogs.r-pkg.org/badges/tidypredict)](https://CRAN.R-project.org/package=tidypredict)

The main goal of `tidypredict` is to enable running predictions inside
databases. It reads the model, extracts the components needed to
Expand Down

0 comments on commit d695574

Please sign in to comment.