Skip to content

Commit 8abf94b

Browse files
committed
edited cran-comments.md
1 parent 6fe9283 commit 8abf94b

File tree

2 files changed

+14
-23
lines changed

2 files changed

+14
-23
lines changed

NEWS.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ This may have been addressed at 64a308ba50b9119108e8946737460de5997b805b by addi
1111
* In issue #92 (vcfR2genlight big data #92), JimWhiting91 has documented that `extract.gt()` could be greatly improved with multithreading. While he used `mclapply()` I do not feel this is the best solution because it does not work on Windows. I think a better solution would be [RCppParallel](https://rcppcore.github.io/RcppParallel/) because this should work on all CRAN platforms.
1212

1313
# vcfR 1.16.0
14-
15-
Released on CRAN 202X-XX-XX
14+
Released on CRAN 2026-02-XX
1615
* Added parameter 'VariantKey' to tidy functions to provide a unique identifier for each variant.
1716
* vcfR::vcf_field_names() now uses `sub("^[^=]+=", "", myValue)` to remove key from meta key-pairs.
1817

cran-comments.md

Lines changed: 13 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3,31 +3,23 @@
33
## Test environments
44

55
* local:
6-
R 4.5.1; Ubuntu 24.04.2 LTS
7-
* checking installed package size ... NOTE
8-
installed size is 15.0Mb
9-
sub-directories of 1Mb or more:
10-
R 4.4Mb
11-
libs 9.1Mb
12-
13-
* win-builder:
14-
* using R Under development (unstable) (2023-12-04 r85659 ucrt)
15-
* using platform: x86_64-w64-mingw32
16-
* R was compiled by
17-
gcc.exe (GCC) 12.3.0
18-
GNU Fortran (GCC) 12.3.0
19-
* running under: Windows Server 2022 x64 (build 20348)
6+
R 4.5.2; Ubuntu 24.04.3 LTS
7+
* checking compilation flags used ... NOTE
8+
Compilation used the following non-portable flag(s):
9+
‘-mno-omit-leaf-frame-pointer’
2010

2111
* GitHub Actions
22-
MacOS-latest (release) - macOS Monterey 12.7.1-R version 4.3.2 (2023-10-31)
23-
Windows-latest (release) - Windows Server 2022 x64 (build 20348)-R version 4.3.2 (2023-10-31 ucrt)
24-
Ubuntu-latest (devel) - Ubuntu 22.04.3 LTS-R version 4.4.0 (ge:16; iid:2fdf6c18-697a-4ba7-b8ef-11c0d92f1327); R Under development (unstable) (2023-12-02 r85657)
25-
Ubuntu-latest (release) - Ubuntu 22.04.3 LTS-R version 4.3.2 (2023-10-31)
26-
Ubuntu-latest (oldrel-1) - Ubuntu 22.04.3 LTS-R version 4.2.3 (2023-03-15)
12+
MacOS-latest (release) - macOS Sequoia 15.7.4 - R version 4.5.2 (2025-10-31)
13+
Windows-latest (release) - Windows Server 2022 x64 (build 26100) - R version 4.5.2 (2025-10-31 ucrt)
14+
Ubuntu-latest (devel) - Ubuntu 24.04.3 LTS - R Under development (unstable) (2026-02-20 r89444)
15+
Ubuntu-latest (release) - Ubuntu 24.04.3 LTS - R version 4.5.2 (2025-10-31)
16+
Ubuntu-latest (oldrel-1) - Ubuntu 24.04.3 LTS - R version 4.4.3 (2025-02-28)
17+
18+
* win-builder:
19+
None for this submission
2720

2821
* AppVeyor:
29-
Windows Server 2012 R2 x64 (build 9600); R version 4.3.2 (2023-10-31 ucrt)
30-
Windows Server 2012 R2 x64 (build 9600); R Under development (unstable) (2023-12-02 r85657 ucrt)
22+
None for this submission
3123

3224
* rhub:
3325
None for this submission

0 commit comments

Comments
 (0)