aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Kellner <ken@kenkellner.com>2021-06-16 13:22:00 -0400
committerKen Kellner <ken@kenkellner.com>2021-06-16 13:22:00 -0400
commitda4dce5de4ea8cb2f5bcb3cdd4a8903ed43c36e4 (patch)
treed65dca662f8e036d51fd878dd77ed1b687a2474c
parent154d2af4d36dc5eb14557afb5d35a2fb08e71fc2 (diff)
Install JAGS in github actions
-rw-r--r--.github/workflows/R-CMD-check.yaml7
-rw-r--r--DESCRIPTION8
2 files changed, 10 insertions, 5 deletions
diff --git a/.github/workflows/R-CMD-check.yaml b/.github/workflows/R-CMD-check.yaml
index 90f242b..5c67090 100644
--- a/.github/workflows/R-CMD-check.yaml
+++ b/.github/workflows/R-CMD-check.yaml
@@ -22,8 +22,6 @@ jobs:
fail-fast: false
matrix:
config:
- - {os: windows-latest, r: 'release'}
- - {os: macOS-latest, r: 'release'}
- {os: ubuntu-20.04, r: 'release', rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest"}
- {os: ubuntu-20.04, r: 'devel', rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest"}
- {os: ubuntu-20.04, r: 'oldrel', rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest"}
@@ -57,6 +55,11 @@ jobs:
key: ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-1-${{ hashFiles('.github/depends.Rds') }}
restore-keys: ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-1-
+ - name: Install JAGS
+ run: |
+ sudo apt-get update -y
+ sudo apt-get install -y jags
+
- name: Install system dependencies
if: runner.os == 'Linux'
run: |
diff --git a/DESCRIPTION b/DESCRIPTION
index f18c435..3777163 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,9 +1,11 @@
Package: jagsUI
-Version: 1.5.1.9104
+Version: 1.5.1.9105
Date: 2021-06-16
Title: A Wrapper Around 'rjags' to Streamline 'JAGS' Analyses
-Author: Ken Kellner <contact@kenkellner.com>
-Maintainer: Ken Kellner <contact@kenkellner.com>
+Authors@R: c(
+ person("Ken", "Kellner", email="contact@kenkellner.com", role=c("cre","aut")),
+ person("Mike", "Meredith", role="ctb")
+ )
Depends:
R (>= 2.14.0),
Imports: