Skip to content

Commit

Permalink
new source repo plus gha
Browse files Browse the repository at this point in the history
  • Loading branch information
reikoch committed Nov 9, 2023
1 parent bc8dd94 commit 70e834e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
group: pkgdown-${{ github.event_name != 'pull_request' || github.run_id }}
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
permissions:
contents: write
steps:
- uses: actions/checkout@v3

Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: smetlite
Type: Package
Title: Read and Write SMET Files
Version: 0.2.9
Version: 0.2.10
Authors@R: person(given = "Reinhold",
family = "Koch",
role = c("aut", "cre", "cph"),
Expand All @@ -17,7 +17,7 @@ Imports:
stringr
RoxygenNote: 7.2.3
Suggests: tinytest
URL: https://baselr.github.io/smetlite/
URL: https://github.com/BaselDataScience/smetlite, https://baseldatascience.github.io/smetlite/
Depends:
R (>= 3.5.0)
LazyData: true
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# smetlite 0.2.10

* migrate to BaselDataScience repo

# smetlite 0.2.7

* Initial CRAN submission.
2 changes: 1 addition & 1 deletion _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
url: https://baselr.github.io/smetlite/
url: https://baseldatascience.github.io/smetlite/
template:
bootstrap: 5

0 comments on commit 70e834e

Please sign in to comment.