Skip to content

Commit 39e64d3

Browse files
committed
prep for CRAN resubmission
1 parent 32e4a7b commit 39e64d3

File tree

3 files changed

+14
-8
lines changed

3 files changed

+14
-8
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: verdata
22
Title: Analyze Data from the Truth Commission in Colombia
3-
Version: 1.0.1
3+
Version: 1.0.2
44
Authors@R: c(
55
person("Maria", "Gargiulo", , "mariag@hrdag.org", role = c("aut", "cre")),
66
person("María Juliana", "Durán", , "mduranfedullo@gmail.com", role = "aut"),

NEWS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
* Removing a test of `mse()` when `lookup_estimates = TRUE`. This was a timing based test that was too flaky to be a reliable indicator of function performance across all test environment. Increasing the time tolerance in update 1.0.1 did not meaningfully resolve this issue as hoped.
44

5+
* Setting tests involving `lookup_estimates()` to `skip_on_cran` with `testthat` due to flaky behavior with Linux development environments on CRAN. These tests are working on all other testing environments.
6+
57
# verdata 1.0.1
68

79
* Timing test for `mse()` using `lookup_estimates` option uses more generous comparison to ensure that test doesn't fail unnecessarily when estimates are correctly looked up.

cran-comments.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,26 @@
55
─ R was compiled by
66
Apple clang version 14.0.0 (clang-1400.0.29.202)
77
GNU Fortran (GCC) 12.2.0
8-
─ running under: macOS 15.6.1
8+
─ running under: macOS 15.7.3
9+
─ using session charset: UTF-8
10+
─ using options ‘--no-manual --as-cran’
911

1012
0 errors ✔ | 0 warnings ✔ | 0 notes ✔
1113

1214
# devtools::check_win_devel() results
15+
1316
* using log directory 'd:/RCompile/CRANguest/R-devel/verdata.Rcheck'
14-
* using R Under development (unstable) (2025-11-06 r88990 ucrt)
17+
* using R Under development (unstable) (2026-02-01 r89366 ucrt)
1518
* using platform: x86_64-w64-mingw32
1619
* R was compiled by
1720
gcc.exe (GCC) 14.3.0
1821
GNU Fortran (GCC) 14.3.0
1922
* running under: Windows Server 2022 x64 (build 20348)
2023
* using session charset: UTF-8
2124
* checking for file 'verdata/DESCRIPTION' ... OK
22-
* this is package 'verdata' version '1.0.1'
25+
* this is package 'verdata' version '1.0.2'
2326
* package encoding: UTF-8
24-
* checking CRAN incoming feasibility ... [28s] NOTE
27+
* checking CRAN incoming feasibility ... [12s] NOTE
2528
Maintainer: 'Maria Gargiulo <mariag@hrdag.org>'
2629

2730
Found the following (possibly) invalid URLs:
@@ -136,13 +139,14 @@ add trailing slashes, or replace the old by the new URL.
136139
* checking R/sysdata.rda ... OK
137140
* checking examples ... OK
138141
* checking for unstated dependencies in 'tests' ... OK
139-
* checking tests ... [152s] OK
142+
* checking tests ... [27m] OK
140143
Running 'spelling.R'
141-
Running 'testthat.R' [151s]
142-
* checking PDF version of manual ... [11s] OK
144+
Running 'testthat.R' [27m]
145+
* checking PDF version of manual ... [12s] OK
143146
* checking HTML version of manual ... OK
144147
* DONE
145148
Status: 1 NOTE
146149

147150
The links flagged by the check are correct and do not need to be changed.
148151

152+
<!-- done. -->

0 commit comments

Comments
 (0)