diff --git a/.Rbuildignore b/.Rbuildignore index 6968aea..e5cee93 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -10,3 +10,6 @@ ^data-raw$ ^README.md$ ^CRAN-SUBMISSION$ +^_pkgdown\.yml$ +^docs$ +^pkgdown$ diff --git a/.github/workflows/pkgdown.yaml b/.github/workflows/pkgdown.yaml index ed7650c..bfc9f4d 100644 --- a/.github/workflows/pkgdown.yaml +++ b/.github/workflows/pkgdown.yaml @@ -4,12 +4,13 @@ on: push: branches: [main, master] pull_request: - branches: [main, master] release: types: [published] workflow_dispatch: -name: pkgdown +name: pkgdown.yaml + +permissions: read-all jobs: pkgdown: @@ -22,7 +23,7 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: r-lib/actions/setup-pandoc@v2 @@ -41,7 +42,7 @@ jobs: - name: Deploy to GitHub pages 🚀 if: github.event_name != 'pull_request' - uses: JamesIves/github-pages-deploy-action@v4.4.1 + uses: JamesIves/github-pages-deploy-action@v4.5.0 with: clean: false branch: gh-pages diff --git a/.gitignore b/.gitignore index e8e22c4..737dfea 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ inst/doc .DS_Store README.html +docs diff --git a/DESCRIPTION b/DESCRIPTION index 582b829..d735b78 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -62,8 +62,8 @@ Suggests: viridis, viridisLite VignetteBuilder: knitr -URL: https://LMJL-Alea.github.io/flipr/, https://github.com/LMJL-Alea/flipr/ -BugReports: https://github.com/LMJL-Alea/flipr/issues/ +URL: https://permaverse.github.io/flipr/, https://github.com/permaverse/flipr/ +BugReports: https://github.com/permaverse/flipr/issues/ Depends: R (>= 2.10) LinkingTo: diff --git a/_pkgdown.yml b/_pkgdown.yml new file mode 100644 index 0000000..9385ee4 --- /dev/null +++ b/_pkgdown.yml @@ -0,0 +1,4 @@ +url: https://permaverse.github.io/flipr/ +template: + bootstrap: 5 + diff --git a/man/flipr-package.Rd b/man/flipr-package.Rd index 00a68fa..f3743cc 100644 --- a/man/flipr-package.Rd +++ b/man/flipr-package.Rd @@ -15,9 +15,9 @@ density-valued data. \seealso{ Useful links: \itemize{ - \item \url{https://LMJL-Alea.github.io/flipr/} - \item \url{https://github.com/LMJL-Alea/flipr/} - \item Report bugs at \url{https://github.com/LMJL-Alea/flipr/issues/} + \item \url{https://permaverse.github.io/flipr/} + \item \url{https://github.com/permaverse/flipr/} + \item Report bugs at \url{https://github.com/permaverse/flipr/issues/} } }