File tree 3 files changed +69
-0
lines changed
3 files changed +69
-0
lines changed Original file line number Diff line number Diff line change @@ -23,3 +23,4 @@ index.md
23
23
^CODE_OF_CONDUCT\.md$
24
24
^paper/*$
25
25
^CONTRIBUTING\.md$
26
+ ^CITATION\.cff$
Original file line number Diff line number Diff line change
1
+ cff-version : " 1.2.0"
2
+ authors :
3
+ - family-names : Khoshnevis
4
+ given-names : Naeem
5
+ orcid : " https://orcid.org/0000-0003-4315-1426"
6
+ - family-names : Ren
7
+ given-names : Boyu
8
+ orcid : " https://orcid.org/0000-0002-5300-1184"
9
+ - family-names : Braun
10
+ given-names : Danielle
11
+ orcid : " https://orcid.org/0000-0002-5177-8598"
12
+ contact :
13
+ - family-names : Khoshnevis
14
+ given-names : Naeem
15
+ orcid : " https://orcid.org/0000-0003-4315-1426"
16
+ doi : 10.5281/zenodo.10757333
17
+ message : If you use this software, please cite our article in the
18
+ Journal of Open Source Software.
19
+ preferred-citation :
20
+ authors :
21
+ - family-names : Khoshnevis
22
+ given-names : Naeem
23
+ orcid : " https://orcid.org/0000-0003-4315-1426"
24
+ - family-names : Ren
25
+ given-names : Boyu
26
+ orcid : " https://orcid.org/0000-0002-5300-1184"
27
+ - family-names : Braun
28
+ given-names : Danielle
29
+ orcid : " https://orcid.org/0000-0002-5177-8598"
30
+ date-published : 2024-03-13
31
+ doi : 10.21105/joss.05465
32
+ issn : 2475-9066
33
+ issue : 95
34
+ journal : Journal of Open Source Software
35
+ publisher :
36
+ name : Open Journals
37
+ start : 5465
38
+ title : GPCERF - An R package for implementing Gaussian processes for
39
+ estimating causal exposure response curves
40
+ type : article
41
+ url : " https://joss.theoj.org/papers/10.21105/joss.05465"
42
+ volume : 9
43
+ title : GPCERF - An R package for implementing Gaussian processes for
44
+ estimating causal exposure response curves
Original file line number Diff line number Diff line change 3
3
| Platforms | Windows, macOS, Linux| codecov |
4
4
| R CMD check | [ ![ R build status] ( https://github.com/NSAPH-Software/GPCERF/workflows/R-CMD-check/badge.svg )] ( https://github.com/NSAPH-Software/GPCERF/actions ) | [ ![ codecov] ( https://codecov.io/gh/NSAPH-Software/GPCERF/branch/develop/graph/badge.svg?token=066ISL822N )] ( https://app.codecov.io/gh/NSAPH-Software/GPCERF ) |
5
5
6
+ <p align =" center " >
7
+ <img src =" man/figures/png/gpcerf_logo.png " height =" 100 " alt =" Cover Image " />
8
+ </p >
9
+
10
+ <div align =" center " >
11
+ <a href="https://CRAN.R-project.org/package=gpcerf">
12
+ <img src="http://www.r-pkg.org/badges/version-last-release/gpcerf" alt="CRAN Package Version">
13
+ </a>
14
+ <a href="https://joss.theoj.org/papers/10.21105/joss.05465">
15
+ <img src="https://joss.theoj.org/papers/10.21105/joss.05465/status.svg" alt="JOSS Status">
16
+ </a>
17
+ <a href="https://github.com/NSAPH-Software/GPCERF/actions">
18
+ <img src="https://github.com/NSAPH-Software/GPCERF/workflows/R-CMD-check/badge.svg", alt="R-CMD-check status">
19
+ </a>
20
+ <a href="https://app.codecov.io/gh/NSAPH-Software/GPCERF">
21
+ <img src="https://codecov.io/gh/NSAPH-Software/GPCERF/branch/develop/graph/badge.svg?token=066ISL822N", alt="Codecov">
22
+ </a>
23
+ <a href="http://www.r-pkg.org/pkg/gpcerf">
24
+ <img src="https://cranlogs.r-pkg.org/badges/grand-total/gpcerf" alt="CRAN RStudio Mirror Downloads">
25
+ </a>
26
+ </div >
27
+
28
+
29
+
6
30
7
31
# Gaussian processes for the estimation of causal exposure-response curves (GP-CERF)
8
32
You can’t perform that action at this time.
0 commit comments