Skip to content

Commit 9bb794a

Browse files
committed
prep for transfer to tidymodels org
1 parent d93a16d commit 9bb794a

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ Description: A common interface to specifying clustering models, in the
1111
same style as `parsnip`. Creates unified interface across different
1212
functions and computational engines.
1313
License: MIT + file LICENSE
14-
URL: https://github.com/EmilHvitfeldt/tidyclust
15-
BugReports: https://github.com/EmilHvitfeldt/tidyclust/issues
14+
URL: https://github.com/tidymodels/tidyclust
15+
BugReports: https://github.com/tidymodels/tidyclust/issues
1616
Imports:
1717
cli (>= 3.0.0),
1818
dials (>= 1.1.0),

README.Rmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ knitr::opts_chunk$set(
1616
# tidyclust <img src="man/figures/logo.svg" align="right" height="139" />
1717

1818
<!-- badges: start -->
19-
[![Codecov test coverage](https://codecov.io/gh/EmilHvitfeldt/tidyclust/branch/main/graph/badge.svg)](https://app.codecov.io/gh/EmilHvitfeldt/tidyclust?branch=main)
20-
[![R-CMD-check](https://github.com/EmilHvitfeldt/tidyclust/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/EmilHvitfeldt/tidyclust/actions/workflows/R-CMD-check.yaml)
19+
[![Codecov test coverage](https://codecov.io/gh/tidymodels/tidyclust/branch/main/graph/badge.svg)](https://app.codecov.io/gh/tidymodels/tidyclust?branch=main)
20+
[![R-CMD-check](https://github.com/tidymodels/tidyclust/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/tidymodels/tidyclust/actions/workflows/R-CMD-check.yaml)
2121
<!-- badges: end -->
2222

2323
The goal of tidyclust is to provide a tidy, unified interface to clustering models. The packages is closely modeled after the [parsnip](https://parsnip.tidymodels.org/) package.
@@ -28,7 +28,7 @@ You can install the development version of tidyclust from [GitHub](https://githu
2828

2929
``` r
3030
# install.packages("devtools")
31-
devtools::install_github("EmilHvitfeldt/tidyclust")
31+
devtools::install_github("tidymodels/tidyclust")
3232
```
3333

3434
## Example

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<!-- badges: start -->
77

88
[![Codecov test
9-
coverage](https://codecov.io/gh/EmilHvitfeldt/tidyclust/branch/main/graph/badge.svg)](https://app.codecov.io/gh/EmilHvitfeldt/tidyclust?branch=main)
10-
[![R-CMD-check](https://github.com/EmilHvitfeldt/tidyclust/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/EmilHvitfeldt/tidyclust/actions/workflows/R-CMD-check.yaml)
9+
coverage](https://codecov.io/gh/tidymodels/tidyclust/branch/main/graph/badge.svg)](https://app.codecov.io/gh/tidymodels/tidyclust?branch=main)
10+
[![R-CMD-check](https://github.com/tidymodels/tidyclust/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/tidymodels/tidyclust/actions/workflows/R-CMD-check.yaml)
1111
<!-- badges: end -->
1212

1313
The goal of tidyclust is to provide a tidy, unified interface to
@@ -21,7 +21,7 @@ You can install the development version of tidyclust from
2121

2222
``` r
2323
# install.packages("devtools")
24-
devtools::install_github("EmilHvitfeldt/tidyclust")
24+
devtools::install_github("tidymodels/tidyclust")
2525
```
2626

2727
## Example

_pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
url: ~
1+
url: https://tidyclust.tidymodels.org
22
template:
33
bootstrap: 5
44

man/tidyclust-package.Rd

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

0 commit comments

Comments
 (0)