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.2
2+
3+ ## Bug Fixes
4+
5+ * minor patch to address rchk warnings about unprotected variables when calling allocating functions.
6+ Added ` PROTECT samplemarg ` in ` model_probabilities.c `
7+
18# BAS 2.0.1
29
310## Bug Fixes
Original file line number Diff line number Diff line change 22
33## Submission reason
44
5- * This submission addresses CRAN Additional Issues under valgrind: unintialized values leading to conditional
5+ * This submission addresses CRAN Additional Issues under
6+
7+ rchk:
8+ Package BAS version 2.0.0
9+ Package built using 89195/R 4.6.0; x86_64-pc-linux-gnu; 2025-12-19 19:28:42 UTC; unix
10+ Checked with rchk version 35618ebbccf3cd0b45a3530e6303970a22a9056b LLVM version 14.0.6
11+ More information at https://github.com/kalibera/cran-checks/blob/master/rchk/PROTECT.md
12+ For rchk in docker image see https://github.com/kalibera/rchk/blob/master/doc/DOCKER.md
13+
14+ Function compute_margprobs_Bayes_BAS_MCMC
15+ [ UP] unprotected variable samplemargs while calling allocating function Rprintf BAS/src/model_probabilities.c:134
16+ [ UP] unprotected variable samplemargs while calling allocating function Rprintf BAS/src/model_probabilities.c:149
17+
18+ valgrind:
19+ unintialized values leading to conditional
620jumps or moves depending on unitialized values
721
22+ valgrind time: 1.5 hours so may time-out on precheck servers
23+
824* Update is necessary before 1/15/2026 to maintain on CRAN
925
1026
@@ -19,8 +35,9 @@ No issues identified via the docker valgrind checks and running of examples and
1935## R CMD check results for this submission
2036
2137* Mac, Windows, Ubuntu
22- 0 error | 0 warnings | 0 notes
38+ 0 error | 0 warnings | 1 notes
2339
40+ Days since last update: 6
2441
2542## Reverse Dependencies
2643
You can’t perform that action at this time.
0 commit comments