-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
* chore: update maintainer to Colin * chore: Update URLS * chore: update GitHub actions
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
# Workflow derived from https://github.com/r-lib/actions/tree/master/examples | ||
# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples | ||
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help | ||
on: | ||
push: | ||
branches: [main, master] | ||
pull_request: | ||
branches: [main, master] | ||
release: | ||
types: [published] | ||
workflow_dispatch: | ||
|
@@ -12,24 +14,35 @@ name: pkgdown | |
jobs: | ||
pkgdown: | ||
runs-on: ubuntu-latest | ||
# Only restrict concurrency for non-PR jobs | ||
concurrency: | ||
group: pkgdown-${{ github.event_name != 'pull_request' || github.run_id }} | ||
env: | ||
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} | ||
permissions: | ||
contents: write | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/checkout@v4 | ||
|
||
- uses: r-lib/actions/setup-pandoc@v1 | ||
- uses: r-lib/actions/setup-pandoc@v2 | ||
|
||
- uses: r-lib/actions/setup-r@v1 | ||
- uses: r-lib/actions/setup-r@v2 | ||
with: | ||
use-public-rspm: true | ||
|
||
- uses: r-lib/actions/setup-r-dependencies@v1 | ||
- uses: r-lib/actions/setup-r-dependencies@v2 | ||
with: | ||
extra-packages: pkgdown | ||
extra-packages: any::pkgdown, local::. | ||
needs: website | ||
|
||
- name: Deploy package | ||
run: | | ||
git config --local user.name "$GITHUB_ACTOR" | ||
git config --local user.email "[email protected]" | ||
Rscript -e 'pkgdown::deploy_to_branch(new_process = FALSE)' | ||
- name: Build site | ||
run: pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE) | ||
shell: Rscript {0} | ||
|
||
- name: Deploy to GitHub pages 🚀 | ||
if: github.event_name != 'pull_request' | ||
uses: JamesIves/[email protected] | ||
with: | ||
clean: false | ||
branch: gh-pages | ||
folder: docs |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Version: 0.1.6 | ||
Date: 2022-05-03 20:18:55 UTC | ||
SHA: 29e97d78dfa8d28b6db13ef9477d2a8c954d92ed | ||
Version: 0.1.8 | ||
Date: 2024-02-26 17:30:25 UTC | ||
SHA: 33c09bcdec20cec355b4bfa415276c6100a17433 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
Package: datasauRus | ||
Title: Datasets from the Datasaurus Dozen | ||
Version: 0.1.7 | ||
Version: 0.1.8 | ||
Authors@R: c( | ||
person("Rhian", "Davies", , "rhian@jumpingrivers.com", role = c("cre", "aut")), | ||
person("Colin", "Gillespie", , "colin@jumpingrivers.com", role = c("cre", "aut")), | ||
person("Steph", "Locke", , "[email protected]", role = "aut"), | ||
person("Alberto", "Cairo", , "[email protected]", role = "dtc"), | ||
person("Rhian", "Davies", , "[email protected]", role = c("aut")), | ||
person("Justin", "Matejka", , "[email protected]", role = "dtc"), | ||
person("George", "Fitzmaurice", , "[email protected]", role = "dtc"), | ||
person("Lucy", "D'Agostino McGowan", , "[email protected]", role = "aut"), | ||
|
@@ -30,16 +31,18 @@ URL: https://github.com/jumpingrivers/datasauRus, | |
https://jumpingrivers.github.io/datasauRus/ | ||
BugReports: https://github.com/jumpingrivers/datasauRus/issues | ||
Depends: | ||
R (>= 3.0.0) | ||
R (>= 3.5.0) | ||
Suggests: | ||
dplyr, | ||
ggplot2, | ||
knitr, | ||
rmarkdown, | ||
spelling, | ||
testthat | ||
VignetteBuilder: | ||
knitr | ||
Encoding: UTF-8 | ||
LazyData: true | ||
Roxygen: list(markdown = TRUE) | ||
RoxygenNote: 7.2.1 | ||
RoxygenNote: 7.2.3 | ||
Language: en-US |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
# datasauRus 0.1.8 | ||
|
||
* Update maintainer | ||
|
||
# datasauRus 0.1.7 | ||
|
||
* Add long boxplots data | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
|
||
0 errors | 0 warnings | 1 note | ||
|
||
* Update maintainer | ||
* Changing maintainer |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.