forked from cjvanlissa/bain
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ab0815d
commit 7b4c104
Showing
5 changed files
with
64 additions
and
92 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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@v3 | ||
|
||
- 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 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ Authors@R: c( | |
person(c("Xin"), "Gu", role = c("aut"), email = "[email protected]"), | ||
person(c("Herbert"), "Hoijtink", role = c("aut"), email = "[email protected]"), | ||
person(c("Joris"), "Mulder", role = c("aut"), email = "[email protected]"), | ||
person(c("Caspar", "J"), "van Lissa", role = c("aut", "cre"), email = "c.j.vanlissa@uu.nl"), | ||
person(c("Caspar", "J"), "van Lissa", role = c("aut", "cre"), email = "c.j.vanlissa@tilburguniversity.edu"), | ||
person(c("Van Zundert"), "Camiel", role = "ctb"), | ||
person(c("Jeff"), "Jones", role = "ctb"), | ||
person(c("Niels"), "Waller", role = "ctb") | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,26 @@ | ||
# Version 0.2.8 | ||
# Version 0.2.9 | ||
|
||
* Minor bugfix to ensure compatibility with JASP | ||
|
||
## Test environments | ||
* local x86_64-pc-linux-gnu, R 4.1.0 | ||
* rhub check: Windows Server 2008 R2 SP1, R-devel, 32/64 bit | ||
* rhub check: Ubuntu Linux 20.04.1 LTS, R-release, GCC | ||
* local x86_64-pc-linux-gnu, R 4.2.2 | ||
* rhub check: Windows Server 2022, R-devel, 64 bit | ||
* rhub check: Fedora Linux, R-devel, clang, gfortran | ||
* rhub check: Ubuntu Linux 20.04.1 LTS, R-release, GCC | ||
* rhub check: Debian Linux, R-devel, GCC ASAN/UBSAN | ||
* win-builder (devel and release) | ||
* win-builder: 4.2.3 (2023-03-15 ucrt) | ||
* win-builder: 4.3.0 (2023-04-21 ucrt) | ||
* win-builder: R Under development (unstable) (2023-04-25 r84327 ucrt) | ||
* GitHub actions, windows-latest (release) | ||
* GitHub actions, macOS-latest (release) | ||
* GitHub actions, ubuntu-20.04 (release) | ||
* GitHub actions, ubuntu-20.04 (devel) | ||
|
||
## R CMD check results | ||
|
||
0 errors | 0 warnings | 0 notes | ||
0 errors | 0 warnings | 2 notes | ||
|
||
* New maintainer | ||
+ My affiliation changed, https://www.tilburguniversity.edu/nl/medewerkers/c-j-vanlissa | ||
* (possibly) invalid DOIs | ||
+ These DOIs are correct, but the server blocks some automated calls. |