File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 |
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
Original file line number Diff line number Diff line change 33devtools :: 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
You can’t perform that action at this time.
0 commit comments