Skip to content

Commit

Permalink
update authors
Browse files Browse the repository at this point in the history
  • Loading branch information
PascalIrz committed Mar 20, 2024
1 parent d0e6de0 commit 7ffaa13
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ 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
- uses: actions/checkout@v4

- uses: r-lib/actions/setup-pandoc@v2

Expand All @@ -39,7 +41,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
Expand Down
9 changes: 7 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ Type: Package
Title: Package R pour traiter les données ONDE de suivi des étiages en France
Version: 0.1.2
Date: 2023-03-31
Author: Pascal Irz
Authors@R: c(
person("Pascal", "Irz", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "00000-0002-2066-8935")),
person("Benoît", "Richard", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0003-4522-027X")
)
Maintainer: Pascal Irz <[email protected]>
Description: Le package propose un ensemble de fonctions facilitant l'exploitation des données
de l'Observatoire National des Etiages. En particulier, il permet une chaîne de traitement
Expand Down Expand Up @@ -54,6 +59,6 @@ VignetteBuilder: knitr
URL: https://pascalirz.github.io/ondetools/
Depends:
R (>= 2.10)
Remotes:
Remotes:
MaelTheuliere/COGiter,
inrae/hubeau

0 comments on commit 7ffaa13

Please sign in to comment.