Skip to content

Commit

Permalink
fix precommit workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Sep 22, 2023
1 parent 1d02606 commit 0720447
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
^CRAN-RELEASE$
^CRAN-SUBMISSION$
^LICENSE\.md$
^Makefile$
^Meta$
^NEWS$
^README-.*\.png$
Expand Down Expand Up @@ -48,6 +49,5 @@
hextools
publication/*
references.bib
tests\^spelling
^Makefile$
shell
tests\^spelling
8 changes: 5 additions & 3 deletions shell/metadata.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Update metadata for package
#!/bin/bash

# Update metadata for package
#
# To run on
# - mac: > sh <filename>.sh
# - windows: > bash <filename>.sh
# - mac: > sh <filename>.sh
# - windows: > bash <filename>.sh

Rscript -e 'roxygen2::roxygenise()'
Rscript -e 'codemetar::write_codemeta()'
Expand Down

0 comments on commit 0720447

Please sign in to comment.