Skip to content

Commit 29fa5c9

Browse files
committed
version bump
1 parent aaefa1c commit 29fa5c9

3 files changed

Lines changed: 534 additions & 264 deletions

File tree

.version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"schemaVersion": 1,
33
"label": "GitHub",
4-
"message": "1.6.1",
4+
"message": "1.6.1.1",
55
"color": "blue"
66
}

DESCRIPTION

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
Package: biglasso
2-
Version: 1.6.1
3-
Date: 2025-03-05
42
Title: Extending Lasso Model Fitting to Big Data
3+
Version: 1.6.1.1
54
Authors@R: c(
65
person("Yaohui", "Zeng", role = c("aut")),
76
person("Chuyi", "Wang", role = c("aut")),
87
person("Tabitha", "Peter", role = c("aut")),
98
person("Patrick", "Breheny", role=c("aut","cre"),
109
email="patrick-breheny@uiowa.edu", comment=c(ORCID="0000-0002-0650-1119")))
11-
Maintainer: Patrick Breheny <patrick-breheny@uiowa.edu>
1210
Description: Extend lasso and elastic-net model fitting for large data sets that
1311
cannot be loaded into memory. Designed to be more memory- and
1412
computation-efficient than existing lasso-fitting packages like 'glmnet' and
@@ -19,15 +17,15 @@ URL: https://pbreheny.github.io/biglasso/, https://github.com/pbreheny/biglasso
1917
BugReports: https://github.com/pbreheny/biglasso/issues
2018
Depends: R (>= 3.2.0), bigmemory (>= 4.5.0), Matrix, ncvreg
2119
Imports: Rcpp (>= 0.12.1), methods
22-
LinkingTo: Rcpp, RcppArmadillo (>= 0.8.600), bigmemory, BH
23-
VignetteBuilder: knitr
2420
Suggests:
2521
glmnet,
2622
knitr,
2723
parallel,
2824
rmarkdown,
2925
survival,
3026
tinytest
27+
LinkingTo: Rcpp, RcppArmadillo (>= 0.8.600), bigmemory, BH
28+
VignetteBuilder: knitr
29+
Encoding: UTF-8
3130
Roxygen: list(markdown = TRUE)
3231
RoxygenNote: 7.3.2
33-
Encoding: UTF-8

0 commit comments

Comments
 (0)