Skip to content

Commit

Permalink
correct win-builder errors for 3.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
msuchard committed Nov 1, 2024
1 parent a4855f1 commit 06db070
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 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.4.1
Version: 3.5.0
Authors@R: c(
person("Marc A.", "Suchard", email = "[email protected]", role = c("aut","cre")),
person("Martijn J.", "Schuemie", role = "aut"),
Expand Down
7 changes: 4 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
develop
Cyclops v3.5.0
==============

1. make `maxResets` a function parameter
2. provide optional (`optimalWarmStart = FALSE`) more parallelization when profiling likelihood
1. provide optional (`optimalWarmStart = FALSE`) more parallelization when profiling likelihood
2. make `maxResets` a function parameter
3. ensure compatibility with R v4.4

Cyclops v3.4.1
==============
Expand Down
6 changes: 3 additions & 3 deletions R/DataManagement.R
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@
#' @param time
#' Currently undocumented
#' @param dx
#' Optional dense \code{"\link{Matrix}"} of covariates
#' Optional dense \code{"\link[Matrix]{Matrix}"} of covariates
#' @param sx
#' Optional sparse \code{"\link{Matrix}"} of covariates
#' Optional sparse \code{"\link[Matrix]{Matrix}"} of covariates
#' @param ix
#' Optional \{0,1\} \code{"\link{Matrix}"} of covariates
#' Optional \{0,1\} \code{"\link[Matrix]{Matrix}"} of covariates
#' @param model
#' Currently undocumented
#' @param method
Expand Down
3 changes: 1 addition & 2 deletions R/cyclops.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
#' on computational optimization and fine-scale parallelization to yield
#' efficient inference in massive datasets.
#'
#' @docType package
#' @name cyclops
#' @import Rcpp Matrix dplyr
#'
Expand All @@ -38,7 +37,7 @@
#' @importFrom rlang .data
#'
#' @useDynLib Cyclops, .registration = TRUE
NULL
"_PACKAGE"

.onUnload <- function (libpath) {
library.dynam.unload("Cyclops", libpath)
Expand Down
6 changes: 3 additions & 3 deletions man/createCyclopsData.Rd

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

0 comments on commit 06db070

Please sign in to comment.