Skip to content

Commit 67ceae1

Browse files
authored
Merge pull request #102 from tidymodels/tidymodels-switch
move to the tidymodels org
2 parents fc366b6 + 36fcf20 commit 67ceae1

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Authors@R: c(
66
person("Max", "Kuhn", , "max@rstudio.com", c("aut", "cre")),
77
person("RStudio", role = "cph"))
88
Maintainer: Max Kuhn <max@rstudio.com>
9-
URL: https://topepo.github.io/parsnip
10-
BugReports: https://github.com/topepo/parsnip/issues
9+
URL: https://tidymodels.github.io/parsnip
10+
BugReports: https://github.com/tidymodels/parsnip/issues
1111
License: GPL-2
1212
Encoding: UTF-8
1313
LazyData: true

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

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

66

@@ -44,5 +44,5 @@ To install it, use:
4444

4545
```r
4646
require(devtools)
47-
install_github("topepo/parsnip")
47+
install_github("tidymodels/parsnip")
4848
```

docs/articles/articles/Classification.html

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.html

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)