Skip to content

Commit 1cd2e7f

Browse files
committed
update R version
1 parent d905e06 commit 1cd2e7f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

paper/paper.bib

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
@Manual{R_2022,
1+
@Manual{R_2023,
22
title = {{R}: A Language and Environment for Statistical Computing},
33
author = {{R Core Team}},
44
organization = {R Foundation for Statistical Computing},
55
address = {Vienna, Austria},
6-
year = {2022},
6+
year = {2023},
77
url = {https://www.R-project.org/},
88
}
99

@@ -80,8 +80,8 @@ @Manual{logger
8080
@Manual{gpcerf_cran,
8181
title = {{GPCERF}: {Gaussian} Processes for Estimating Causal Exposure Response Curves},
8282
author = {Naeem Khoshnevis and Boyu Ren and Danielle Braun},
83-
year = {2023},
84-
note = {{R} package version 0.2.1},
83+
year = {2024},
84+
note = {{R} package version 0.2.3},
8585
url = {https://CRAN.R-project.org/package=GPCERF},
8686
}
8787

paper/paper.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ The time complexity of the standard Gaussian Process (GP) model is $O(n^3)$, whi
250250
# Software related features
251251

252252
We have implemented several features to enhance the package performance and usability. By utilizing an internal `parallel` package, the software is capable of scaling up in a shared memory system. Additionally, we have implemented a logging infrastructure that tracks the software's internal progress and provides users and developers with detailed information on processed runs [@logger]. We have also activated continuous integration (CI) through GitHub actions, which runs unit tests and checks the code quality for any submitted pull request. The majority of the codebase is tested at least once. To ensure efficient development, we follow a successful git branching model [@driessen_2010] and use the tidyverse styling guide.
253-
The software is available on CRAN [@gpcerf_cran] and is primarily written in R [@R_2022]. However, some of the core computations are written in C++ using the `Rcpp` package [@rcpp_1; @rcpp_2; @rcpp_3].
253+
The software is available on CRAN [@gpcerf_cran] and is primarily written in R [@R_2023]. However, some of the core computations are written in C++ using the `Rcpp` package [@rcpp_1; @rcpp_2; @rcpp_3]. All analyses were conducted using R Statistical Software [v4.2.3; @R_2023].
254254

255255
# Acknowledgement
256256

0 commit comments

Comments
 (0)