Skip to content

Commit

Permalink
fixed release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dhersz committed Sep 21, 2023
1 parent 428276e commit 5dd0496
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## Resubmission

This is a resubmission. Our latest submission got flagged for discrepancies on
CPU time and elapsed time, which, to the best of our knowledge, should have
been fixed in this version.

## Test environments

- Local Ubuntu 20.04 installation (R 4.3.1)
Expand Down
2 changes: 2 additions & 0 deletions tests/testthat.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
Sys.setenv(OMP_THREAD_LIMIT = 2)

library(testthat)
library(accessibility)

Expand Down
2 changes: 2 additions & 0 deletions vignettes/accessibility.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ vignette: >
---

```{r, include = FALSE}
Sys.setenv(OMP_THREAD_LIMIT = 2)
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
Expand Down
2 changes: 2 additions & 0 deletions vignettes/decay_functions.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ vignette: >
---

```{r, include = FALSE}
Sys.setenv(OMP_THREAD_LIMIT = 2)
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
Expand Down
2 changes: 2 additions & 0 deletions vignettes/inequality_and_poverty.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ vignette: >
---

```{r, include = FALSE}
Sys.setenv(OMP_THREAD_LIMIT = 2)
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
Expand Down

0 comments on commit 5dd0496

Please sign in to comment.