Skip to content

Commit

Permalink
updated codecov secret
Browse files Browse the repository at this point in the history
  • Loading branch information
abigailkeller committed Sep 28, 2024
1 parent a85bdac commit 7b3efc5
Show file tree
Hide file tree
Showing 6 changed files with 74 additions and 14 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
^README\.Rmd$
^\.github$
^codecov\.yml$
^codemeta\.json$
4 changes: 3 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ Maintainer: Abigail G. Keller <agkeller@berkeley.edu>
Author: Abigail G. Keller
Authors@R:
c(person("Abigail G.", "Keller", role = c("aut", "cre"), email="agkeller@berkeley.edu"),
person("Ryan P.", "Kelly", role = "ctb", email="rpkelly@uw.edu"))
person("Ryan P.", "Kelly", role = "ctb", email="rpkelly@uw.edu"),
person("Chitra M.", "Saraswati", role = "rev"),
person("Saras M.", "Windecker", role = "rev"))
Description: Models integrate environmental DNA (eDNA) detection data and traditional survey data to jointly estimate species catch rate (see package vignette: https://bookdown.org/abigailkeller/eDNAjoint_vignette/). Models can be used with count data via traditional survey methods (i.e., trapping, electrofishing, visual) and replicated eDNA detection/nondetection data via polymerase chain reaction (i.e., PCR or qPCR) from multiple survey locations. Estimated parameters include probability of a false positive eDNA detection, a site-level covariates that scale the sensitivity of eDNA surveys relative to traditional surveys, and catchability coefficients for traditional gear types. Models are implemented with a Bayesian framework (Markov chain Monte Carlo) using the 'Stan' probabilistic programming language.
License: GPL-3
URL: https://github.com/ropensci/eDNAjoint
Expand Down
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
- Improved programming (i.e., reduced cyclomatic complexity, spacing, etc.)
- Added functionality to accommodate semi-paired data (i.e., traditional samples not collected at all surveyed sites).
- Improved integration of package print statements with user guide.
- Updated default calculation of initial values for MCMC.

# eDNAjoint 0.1

Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ knitr::opts_chunk$set(
<!-- badges: start -->

[![R-CMD-check](https://github.com/ropensci/eDNAjoint/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/ropensci/eDNAjoint/actions/workflows/R-CMD-check.yaml)
[![codecov](https://codecov.io/gh/abigailkeller/eDNAjoint/graph/badge.svg?token=AEVR9NSQ9Z)](https://codecov.io/gh/abigailkeller/eDNAjoint)
[![codecov](https://codecov.io/gh/ropensci/eDNAjoint/graph/badge.svg?token=AEVR9NSQ9Z)](https://codecov.io/gh/ropensci/eDNAjoint)
[![Status at rOpenSci Software Peer
Review](https://badges.ropensci.org/642_status.svg)](https://github.com/ropensci/software-review/issues/642)
[![Lifecycle:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<!-- badges: start -->

[![R-CMD-check](https://github.com/ropensci/eDNAjoint/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/ropensci/eDNAjoint/actions/workflows/R-CMD-check.yaml)
[![codecov](https://codecov.io/gh/abigailkeller/eDNAjoint/graph/badge.svg?token=AEVR9NSQ9Z)](https://codecov.io/gh/ropensci/eDNAjoint)
[![codecov](https://codecov.io/gh/ropensci/eDNAjoint/graph/badge.svg?token=AEVR9NSQ9Z)](https://codecov.io/gh/ropensci/eDNAjoint)
[![Status at rOpenSci Software Peer
Review](https://badges.ropensci.org/642_status.svg)](https://github.com/ropensci/software-review/issues/642)
[![Lifecycle:
Expand Down
78 changes: 67 additions & 11 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"identifier": "eDNAjoint",
"description": "Models integrate environmental DNA (eDNA) detection data and traditional survey data to jointly estimate species catch rate. Models can be used with count data via traditional survey methods (i.e., trapping, electrofishing, visual) and replicated eDNA detection/nondetection data via polymerase chain reaction (i.e., PCR or qPCR) from multiple survey locations. Estimated parameters include probability of a false positive eDNA detection, a site-level covariates that scale the sensitivity of eDNA surveys relative to traditional surveys, and catchability coefficients for traditional gear types. Models are implemented with a Bayesian framework (Markov chain Monte Carlo) using the 'Stan' probabilistic programming language.",
"description": "Models integrate environmental DNA (eDNA) detection data and traditional survey data to jointly estimate species catch rate (see package vignette: https://bookdown.org/abigailkeller/eDNAjoint_vignette/). Models can be used with count data via traditional survey methods (i.e., trapping, electrofishing, visual) and replicated eDNA detection/nondetection data via polymerase chain reaction (i.e., PCR or qPCR) from multiple survey locations. Estimated parameters include probability of a false positive eDNA detection, a site-level covariates that scale the sensitivity of eDNA surveys relative to traditional surveys, and catchability coefficients for traditional gear types. Models are implemented with a Bayesian framework (Markov chain Monte Carlo) using the 'Stan' probabilistic programming language.",
"name": "eDNAjoint: Joint Modeling of Traditional and Environmental DNA Survey Data",
"codeRepository": "https://github.com/ropensci/eDNAjoint",
"issueTracker": "https://github.com/ropensci/eDNAjoint/issues",
Expand All @@ -13,7 +13,7 @@
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.2.2 (2022-10-31 ucrt)",
"runtimePlatform": "R version 4.3.3 (2024-02-29)",
"author": [
{
"@type": "Person",
Expand All @@ -39,6 +39,18 @@
}
],
"softwareSuggestions": [
{
"@type": "SoftwareApplication",
"identifier": "bayesplot",
"name": "bayesplot",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=bayesplot"
},
{
"@type": "SoftwareApplication",
"identifier": "knitr",
Expand Down Expand Up @@ -121,6 +133,18 @@
"sameAs": "https://CRAN.R-project.org/package=ggplot2"
},
"5": {
"@type": "SoftwareApplication",
"identifier": "lifecycle",
"name": "lifecycle",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=lifecycle"
},
"6": {
"@type": "SoftwareApplication",
"identifier": "loo",
"name": "loo",
Expand All @@ -132,7 +156,7 @@
},
"sameAs": "https://CRAN.R-project.org/package=loo"
},
"6": {
"7": {
"@type": "SoftwareApplication",
"identifier": "magrittr",
"name": "magrittr",
Expand All @@ -144,12 +168,12 @@
},
"sameAs": "https://CRAN.R-project.org/package=magrittr"
},
"7": {
"8": {
"@type": "SoftwareApplication",
"identifier": "methods",
"name": "methods"
},
"8": {
"9": {
"@type": "SoftwareApplication",
"identifier": "Rcpp",
"name": "Rcpp",
Expand All @@ -162,7 +186,7 @@
},
"sameAs": "https://CRAN.R-project.org/package=Rcpp"
},
"9": {
"10": {
"@type": "SoftwareApplication",
"identifier": "RcppParallel",
"name": "RcppParallel",
Expand All @@ -175,7 +199,19 @@
},
"sameAs": "https://CRAN.R-project.org/package=RcppParallel"
},
"10": {
"11": {
"@type": "SoftwareApplication",
"identifier": "rlist",
"name": "rlist",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=rlist"
},
"12": {
"@type": "SoftwareApplication",
"identifier": "rstan",
"name": "rstan",
Expand All @@ -188,7 +224,7 @@
},
"sameAs": "https://CRAN.R-project.org/package=rstan"
},
"11": {
"13": {
"@type": "SoftwareApplication",
"identifier": "rstantools",
"name": "rstantools",
Expand All @@ -201,7 +237,7 @@
},
"sameAs": "https://CRAN.R-project.org/package=rstantools"
},
"12": {
"14": {
"@type": "SoftwareApplication",
"identifier": "tidyr",
"name": "tidyr",
Expand All @@ -213,8 +249,28 @@
},
"sameAs": "https://CRAN.R-project.org/package=tidyr"
},
"15": {
"@type": "SoftwareApplication",
"identifier": "scales",
"name": "scales",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=scales"
},
"SystemRequirements": "GNU make"
},
"fileSize": "1277.027KB",
"readme": "https://github.com/ropensci/eDNAjoint/blob/master/README.md"
"fileSize": "4727.616KB",
"releaseNotes": "https://github.com/ropensci/eDNAjoint/blob/master/NEWS.md",
"readme": "https://github.com/ropensci/eDNAjoint/blob/master/README.md",
"contIntegration": ["https://github.com/ropensci/eDNAjoint/actions/workflows/R-CMD-check.yaml", "https://codecov.io/gh/abigailkeller/eDNAjoint"],
"developmentStatus": "https://lifecycle.r-lib.org/articles/stages.html#stable",
"review": {
"@type": "Review",
"url": "https://github.com/ropensci/software-review/issues/642",
"provider": "https://ropensci.org"
}
}

0 comments on commit 7b3efc5

Please sign in to comment.