Skip to content

Commit 6b69f20

Browse files
committed
Increment version number to 2.0.1
1 parent f0cda66 commit 6b69f20

4 files changed

Lines changed: 16 additions & 23 deletions

File tree

NEWS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# BAS 2.0.1
2+
3+
## Bug Fixes
4+
5+
* minor patch to initialize variables flagged using `valgrind`
6+
17
# BAS 2.0.0
28

39
## Features

cran-comments.md

Lines changed: 6 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,33 +2,20 @@
22

33
## Submission reason
44

5-
This submission addresses CRAN Notes and a bug fix.
5+
* This submission addresses CRAN Additional Issues under valgrind: unintialized values leading to conditional
6+
jumps or moves depending on unitialized values
67

7-
CRAN NOTES:
8-
Version: 1.7.5
9-
Check: compiled code
10-
Result: NOTE
11-
File ‘BAS/libs/BAS.so’:
12-
Found non-API call to R: ‘SETLENGTH’
8+
* Update is necessary before 1/15/2026 to maintain on CRAN
139

14-
Replaced use of non-API call to `SETLENGTH` for over allocated vectors and objects in `C` code for
15-
sampling without enumeration - Issue #82
16-
17-
Bugs:
18-
19-
- Fixed Issue #96: where `R2` was incorrect for models where the number of columns in the design matrix exceeded `n`, but
20-
the model was full rank.
21-
22-
- Fixed Issue #97: where the truncated poisson and truncated power priors did not account for the number of
23-
models of a given size.
2410

2511
## Test environments
2612

13+
- ubuntu R-devel with valgrind via docker
2714
- local OS X install, R 4.5.2 (arm64)
28-
- ubuntu (github actions CI), R-release R-devel R-oldrelease
29-
- windows (github actions CI), R-release;
3015
- win-builder (r-release, r-devel)
3116

17+
No issues identified via the docker valgrind checks and running of examples and unit tests per WRE usage of Valgrind
18+
3219
## R CMD check results for this submission
3320

3421
* Mac, Windows, Ubuntu

revdep/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
|field |value |
44
|:--------|:--------------------------------------------------------------------------------------------------|
55
|version |R version 4.5.2 (2025-10-31) |
6-
|os |macOS Sequoia 15.6.1 |
6+
|os |macOS Sequoia 15.7.3 |
77
|system |aarch64, darwin20 |
88
|ui |RStudio |
99
|language |(EN) |
1010
|collate |en_US.UTF-8 |
1111
|ctype |en_US.UTF-8 |
1212
|tz |America/New_York |
13-
|date |2025-12-14 |
13+
|date |2025-12-18 |
1414
|rstudio |2025.09.2+418 Cucumberleaf Sunflower (desktop) |
1515
|pandoc |3.6.3 @ /Applications/RStudio.app/Contents/Resources/app/quarto/bin/tools/aarch64/ (via rmarkdown) |
1616
|quarto |1.6.32 @ /usr/local/bin/quarto |
@@ -19,7 +19,7 @@
1919

2020
|package |old |new |Δ |
2121
|:-------|:-----|:-----|:--|
22-
|BAS |1.7.5 |2.0.0 |* |
22+
|BAS |2.0.0 |2.0.0 |NA |
2323

2424
# Revdeps
2525

run_checks.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
devtools::check_win_devel()
44

55

6-
rhub::rhub_check(branch="devel", platforms = "valgrind") # if needed
6+
3rhub::rhub_check(branch="devel", platforms = "valgrind") # if needed
77

88

99

0 commit comments

Comments
 (0)