Skip to content

Commit

Permalink
v3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
msuchard committed Oct 31, 2023
1 parent 4d89788 commit 64796ac
Show file tree
Hide file tree
Showing 12 changed files with 84 additions and 86 deletions.
5 changes: 4 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: Cyclops
Type: Package
Title: Cyclic Coordinate Descent for Logistic, Poisson and Survival Analysis
Version: 3.3.1.999
Version: 3.4.0
Authors@R: c(
person("Marc A.", "Suchard", email = "msuchard@ucla.edu", role = c("aut","cre")),
person("Martijn J.", "Schuemie", role = "aut"),
Expand Down Expand Up @@ -50,4 +50,7 @@ Suggests:
ggplot2,
microbenchmark,
cmprsk
NeedsCompilation: yes
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
Encoding: UTF-8
13 changes: 3 additions & 10 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,9 @@
## Resubmission after VALGRIND feedback from Brian Ripley
## Submission of v3.4.0

* fixed VALGRIND uninitialized value (UB) issue; variable 'priorType' was uninitialized,
specifically in:

==2293460== Conditional jump or move depends on uninitialised value(s)
==2293460== at 0x22CE4848: bsccs::CyclicCoordinateDescent::computeAsymptoticPrecisionMatrix() (packages/tests-vg/Cyclops/src/cyclops/CyclicCoordinateDescent.cpp:1335)
* fixed use of deprecated `$` function in `dbplyr` using CRAN errors

* fixed VALGRIND memory leak issue; was caused by calls to '::Rf_error()' instead of
'Rcpp::stop()' when handling some error edge-cases

## Test environments
* local OS X install, R 4.1
* local OS X install, R 4.3
* r-devel-valgrind docker container
* ubuntu 20.04 (via gh-actions: devel and release)
* win-builder (devel and release)
Expand Down
2 changes: 1 addition & 1 deletion man/Multitype.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions man/aconfint.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 11 additions & 11 deletions man/convertToCyclopsData.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions man/convertToTimeVaryingCoef.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/createControl.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 15 additions & 13 deletions man/createCyclopsData.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions man/fitCyclopsModel.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions man/oxford.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

50 changes: 25 additions & 25 deletions man/readCyclopsData.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions man/splitTime.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 64796ac

Please sign in to comment.