-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Rename .r -> .R * Update GH actions * Update CoC * Update license, DESCRIPTION * Add badges, pak to README * Update GH actions
- Loading branch information
1 parent
82065a1
commit e76e703
Showing
12 changed files
with
52 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ jobs: | |
env: | ||
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/checkout@v3 | ||
|
||
- uses: r-lib/actions/setup-pandoc@v2 | ||
|
||
|
@@ -39,7 +39,7 @@ jobs: | |
|
||
- name: Deploy to GitHub pages 🚀 | ||
if: github.event_name != 'pull_request' | ||
uses: JamesIves/[email protected].4 | ||
uses: JamesIves/github-pages-deploy-action@v4.4.1 | ||
with: | ||
clean: false | ||
branch: gh-pages | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,12 +4,12 @@ Version: 0.3.1.9000 | |
Authors@R: c( | ||
person("Joyce", "Cahoon", , "[email protected]", role = "aut", | ||
comment = c(ORCID = "0000-0001-7217-4702")), | ||
person("Davis", "Vaughan", , "davis@rstudio.com", role = "aut"), | ||
person("Max", "Kuhn", , "max@rstudio.com", role = "aut"), | ||
person("Davis", "Vaughan", , "davis@posit.co", role = "aut"), | ||
person("Max", "Kuhn", , "max@posit.co", role = "aut"), | ||
person("Alex", "Hayes", , "[email protected]", role = "aut"), | ||
person("Julia", "Silge", , "julia.silge@rstudio.com", role = c("cre", "aut"), | ||
person("Julia", "Silge", , "julia.silge@posit.co", role = c("cre", "aut"), | ||
comment = c(ORCID = "0000-0002-3671-836X")), | ||
person("RStudio", role = c("cph", "fnd")) | ||
person(given = "Posit, PBC", role = c("cph", "fnd")) | ||
) | ||
Description: Provides a set of S3 generics to axe components of fitted | ||
model objects and help reduce the size of model objects saved to disk. | ||
|
@@ -18,7 +18,7 @@ URL: https://butcher.tidymodels.org/, | |
https://github.com/tidymodels/butcher | ||
BugReports: https://github.com/tidymodels/butcher/issues | ||
Depends: | ||
R (>= 3.4.0) | ||
R (>= 3.5.0) | ||
Imports: | ||
cli (>= 3.3.0), | ||
lobstr (>= 1.1.2), | ||
|
@@ -45,8 +45,8 @@ Suggests: | |
fs, | ||
ipred, | ||
kernlab, | ||
klaR, | ||
kknn, | ||
klaR, | ||
knitr, | ||
MASS, | ||
mda, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
YEAR: 2019 | ||
COPYRIGHT HOLDER: Joyce Cahoon | ||
COPYRIGHT HOLDER: butcher authors |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters