Skip to content

Commit

Permalink
update mechanisms
Browse files Browse the repository at this point in the history
  • Loading branch information
Carl Boettiger committed Mar 9, 2023
1 parent 649cb31 commit 7187ce7
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 37 deletions.
21 changes: 12 additions & 9 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Workflow derived from https://github.com/r-lib/actions/tree/master/examples
# 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:
Expand All @@ -18,9 +18,9 @@ jobs:
fail-fast: false
matrix:
config:
- {os: macOS-latest, r: 'release'}
- {os: macOS-latest, r: 'devel'}
- {os: macos-latest, r: 'release'}
- {os: windows-latest, r: 'release'}
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
- {os: ubuntu-latest, r: 'release'}
- {os: ubuntu-latest, r: 'oldrel-1'}

Expand All @@ -29,18 +29,21 @@ jobs:
R_KEEP_PKG_SOURCE: yes

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

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

- uses: r-lib/actions/setup-r@v1
- uses: r-lib/actions/setup-r@v2
with:
r-version: ${{ matrix.config.r }}
http-user-agent: ${{ matrix.config.http-user-agent }}
use-public-rspm: true

- uses: r-lib/actions/setup-r-dependencies@v1
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: rcmdcheck
extra-packages: any::rcmdcheck
needs: check

- uses: r-lib/actions/check-r-package@v1
- uses: r-lib/actions/check-r-package@v2
with:
upload-snapshots: true
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Imports:
readr,
dplyr,
tidyr
RoxygenNote: 7.1.2
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
Suggests:
magrittr,
Expand Down
87 changes: 60 additions & 27 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
@@ -1,54 +1,87 @@
BDB
CMD
CircleCI
DOI
DataTypes
Dockerfile
Grolemund
JSON
LD
NCName
Norvig
ORCID
OSX
Ooms
POSTGRES
Postgres
RDF
RDFa
README
RStudio
SPARQL
Schemas
URI
URIs
URNs
UUIDs
VM
Wickham
XMLSchema
Zenodo
analgous
berkeley
Boettiger
bugfix
charset
consise
csv
dajobe
datatypes
DataTypes
dev
doi
dsn
getNextResult
github
homebrew
https
ifying
javascript
json
JSON
jsonld
knitr
Krystalli
ld
LD
libdb
librdf
lossy
Mecum
md
mysql
MySQL
NCName
Norvig
nquad
nquads
ntriples
ORCID
onboarding
parsers
pkgdown
postgres
PostgreSQL
pre
prebuild
rOpenSci
rdf
RDF
RDFa
rdfxml
readr
rectangling
redland
rmarkdown
Schemas
Senderov
rofooter
ropensci
serializeToFile
serializer
SPARQL
serializers
sparql
sqlite
sumarizes
tidyverse
toolset
triplestore
triplestores
ubiquitious
un
uri
URI
URIs
URNs
UUIDs
VignetteEncoding
VignetteEngine
VignetteIndexEntry
Viktor

yml
zenodo

0 comments on commit 7187ce7

Please sign in to comment.