From fe7a2827e7df4ce06b0e8ca96c5cab4f1a1e1287 Mon Sep 17 00:00:00 2001 From: AAoritz Date: Thu, 14 Mar 2024 11:24:33 +0100 Subject: [PATCH] deactivate github deployment, update links of pkgdown to https://docs.ropensci.org/nuts --- .github/workflows/pkgdown.yaml | 48 ---------------------------------- DESCRIPTION | 4 +-- README.md | 6 ++--- inst/CITATION | 2 +- 4 files changed, 6 insertions(+), 54 deletions(-) delete mode 100644 .github/workflows/pkgdown.yaml diff --git a/.github/workflows/pkgdown.yaml b/.github/workflows/pkgdown.yaml deleted file mode 100644 index ed7650c..0000000 --- a/.github/workflows/pkgdown.yaml +++ /dev/null @@ -1,48 +0,0 @@ -# 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: - -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@v3 - - - uses: r-lib/actions/setup-pandoc@v2 - - - uses: r-lib/actions/setup-r@v2 - with: - use-public-rspm: true - - - uses: r-lib/actions/setup-r-dependencies@v2 - with: - extra-packages: any::pkgdown, local::. - needs: website - - - 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/github-pages-deploy-action@v4.4.1 - with: - clean: false - branch: gh-pages - folder: docs diff --git a/DESCRIPTION b/DESCRIPTION index 57567f5..011323e 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -14,7 +14,7 @@ Description: Motivated by changing administrative boundaries over time, granular (100mx100m) population and land use data provided by the European Commission's Joint Research Center. License: MIT + file LICENSE -URL: https://github.com/ropensci/nuts +URL: https://docs.ropensci.org/nuts, https://github.com/ropensci/nuts BugReports: https://github.com/ropensci/nuts Depends: R (>= 3.5.0) @@ -52,4 +52,4 @@ Config/testthat/edition: 3 Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) -RoxygenNote: 7.3.1 +RoxygenNote: 7.3.1 \ No newline at end of file diff --git a/README.md b/README.md index 55c8b7b..378e561 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ pak::pak("AAoritz/nuts") ### Usage -Check out the [website](https://aaoritz.github.io/nuts) for example usage and further details. +Check out the [website](https://docs.ropensci.org/nuts) for example usage and further details. ### Verbosity Control @@ -34,7 +34,7 @@ Please support the development of open science and data by citing the JRC and us - Joint Research Centre (2022) NUTS converter. -- Hennicke M, Krause W (2024). _nuts: Convert European Regional Data_. R package version 0.0.0.9000, . +- Hennicke M, Krause W (2024). _nuts: Convert European Regional Data_. R package version 0.0.0.9000, . Bibtex Users: @@ -52,6 +52,6 @@ Bibtex Users: author = {Moritz Hennicke and Werner Krause}, year = {2024}, note = {R package version 0.0.0.9000}, - url = {https://AAoritz.github.io/nuts/}, + url = {https://docs.ropensci.org/nuts}, } ``` diff --git a/inst/CITATION b/inst/CITATION index da21e02..e455df5 100644 --- a/inst/CITATION +++ b/inst/CITATION @@ -4,5 +4,5 @@ bibentry( author = "Moritz Hennicke, Werner Krause", year = "2024", note = "R package version 0.0.0.9000", - url = "https://AAoritz.github.io/nuts/", + url = "https://docs.ropensci.org/nuts", )