Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Authors@R: c(
person("Max", "Kuhn", , "max@rstudio.com", c("aut", "cre")),
person("RStudio", role = "cph"))
Maintainer: Max Kuhn <max@rstudio.com>
URL: https://topepo.github.io/parsnip
BugReports: https://github.com/topepo/parsnip/issues
URL: https://tidymodels.github.io/parsnip
BugReports: https://github.com/tidymodels/parsnip/issues
License: GPL-2
Encoding: UTF-8
LazyData: true
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

[![Travis build status](https://travis-ci.org/topepo/parsnip.svg?branch=master)](https://travis-ci.org/topepo/parsnip)
[![Coverage status](https://codecov.io/gh/topepo/parsnip/branch/master/graph/badge.svg)](https://codecov.io/github/topepo/parsnip?branch=master)
[![Travis build status](https://travis-ci.org/tidymodels/parsnip.svg?branch=master)](https://travis-ci.org/tidymodels/parsnip)
[![Coverage status](https://codecov.io/gh/tidymodels/parsnip/branch/master/graph/badge.svg)](https://codecov.io/github/tidymodels/parsnip?branch=master)
![](https://img.shields.io/badge/lifecycle-experimental-orange.svg)


Expand Down Expand Up @@ -44,5 +44,5 @@ To install it, use:

```r
require(devtools)
install_github("topepo/parsnip")
install_github("tidymodels/parsnip")
```
8 changes: 4 additions & 4 deletions docs/articles/articles/Classification.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.