From f74c900c86c3f0133b880764baa2bc04a76bde43 Mon Sep 17 00:00:00 2001 From: wlandau Date: Tue, 30 Nov 2021 16:36:18 -0500 Subject: [PATCH] Add .zenodo.json --- .Rbuildignore | 1 + .zenodo.json | 13 +++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 .zenodo.json diff --git a/.Rbuildignore b/.Rbuildignore index 1cdf29d..0381273 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -22,6 +22,7 @@ ^\.RData$ ^\.Rhistory$ ^\.Rproj\.user$ +^\.zenodo\.json$ ^_pkgdown\.yml$ ^_targets$ ^_targets\.R$ diff --git a/.zenodo.json b/.zenodo.json new file mode 100644 index 0000000..de37a52 --- /dev/null +++ b/.zenodo.json @@ -0,0 +1,13 @@ +{ + "description": "", + "license": "other-open", + "title": "The jagstargets R package: a reproducible workflow framework for Bayesian data analysis with JAGS", + "upload_type": "software", + "creators": [ + { + "name": "William Michael Landau", + "affiliation": "Eli Lilly and Company" + } + ], + "access_right": "open" +}