Skip to content

Commit

Permalink
update general; re-roxygenate
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestguevarra committed Aug 8, 2022
1 parent 6af00e0 commit 2f18849
Show file tree
Hide file tree
Showing 6 changed files with 66 additions and 142 deletions.
49 changes: 49 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
# 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]

name: R-CMD-check

jobs:
R-CMD-check:
runs-on: ${{ matrix.config.os }}

name: ${{ matrix.config.os }} (${{ matrix.config.r }})

strategy:
fail-fast: false
matrix:
config:
- {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'}

env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
R_KEEP_PKG_SOURCE: yes

steps:
- uses: actions/checkout@v2

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

- 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@v2
with:
extra-packages: any::rcmdcheck
needs: check

- uses: r-lib/actions/check-r-package@v2
with:
upload-snapshots: true
84 changes: 0 additions & 84 deletions .github/workflows/check-standard.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: nipnTK
Type: Package
Title: National Information Platforms for Nutrition Anthropometric Data Toolkit
Version: 0.1.0.9000
Version: 0.1.1.9000
Authors@R: c(
person(given = "Mark",
family = "Myatt",
Expand Down Expand Up @@ -34,7 +34,7 @@ Suggests:
Encoding: UTF-8
Language: en-GB
LazyData: true
RoxygenNote: 7.1.1
RoxygenNote: 7.2.1
Roxygen: list(markdown = TRUE)
URL: https://nutriverse.io/nipnTK/, https://github.com/nutriverse/nipnTK
BugReports: https://github.com/nutriverse/nipnTK/issues
Expand Down
14 changes: 13 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
# nipnTK 0.1.0
## nipnTK 0.1.1.9000

Second release of `nipnTK`. This is a GitHub-only development release. In this
release:

### General updates

* remove `appveyor.yml` and the Appveyor ci/cd workflow

* update GitHub Actions workflow to latest 5 system standard check


## nipnTK 0.1.0

This is the first [CRAN](https://cran.r-project.org) release of `nipnTK`.

Expand Down
51 changes: 0 additions & 51 deletions appveyor.yml

This file was deleted.

6 changes: 2 additions & 4 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ AnthroPlus
AppVeyor
BAZ
BMI
CodeFactor
DHS
DPS
Dadaab
Expand Down Expand Up @@ -44,6 +45,7 @@ bp
bpqa
cex
codecov
cran
csv
demispan
df
Expand Down Expand Up @@ -87,7 +89,3 @@ xquartz
years’
zt
β
Anthropometric
anthropometric
anthropometry

0 comments on commit 2f18849

Please sign in to comment.