Skip to content

adelie

Group Lasso and Elastic Net Solver for Generalized Linear Models

v1.0.8 · Jul 1, 2025 · MIT + file LICENSE

Description

Extremely efficient procedures for fitting the entire group lasso and group elastic net regularization path for GLMs, multinomial, the Cox model and multi-task Gaussian models. Similar to the R package 'glmnet' in scope of models, and in computational speed. This package provides R bindings to the C++ code underlying the corresponding Python package 'adelie'. These bindings offer a general purpose group elastic net solver, a wide range of matrix classes that can exploit special structure to allow large-scale inputs, and an assortment of generalized linear model classes for fitting various types of data. The package is an implementation of Yang, J. and Hastie, T. (2024) <doi:10.48550/arXiv.2405.08631>.

Downloads

326

Last 30 days

11989th

755

Last 90 days

3.3K

Last year

Trend: +36.4% (30d vs prior 30d)

CRAN Check Status

7 NOTE
7 OK
Show all 14 flavors
Flavor Status
r-devel-linux-x86_64-debian-clang NOTE
r-devel-linux-x86_64-debian-gcc NOTE
r-devel-linux-x86_64-fedora-clang OK
r-devel-linux-x86_64-fedora-gcc OK
r-devel-macos-arm64 OK
r-devel-windows-x86_64 NOTE
r-oldrel-macos-arm64 NOTE
r-oldrel-macos-x86_64 NOTE
r-oldrel-windows-x86_64 NOTE
r-patched-linux-x86_64 NOTE
r-release-linux-x86_64 OK
r-release-macos-arm64 OK
r-release-macos-x86_64 OK
r-release-windows-x86_64 OK
Check details (7 non-OK)
NOTE r-devel-linux-x86_64-debian-clang

compiled code

File ‘adelie/libs/adelie.so’:
  Found non-API call to R: ‘R_UnboundValue’

Compiled code should not call non-API entry points in R.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
NOTE r-devel-linux-x86_64-debian-gcc

compiled code

File ‘adelie/libs/adelie.so’:
  Found non-API call to R: ‘R_UnboundValue’

Compiled code should not call non-API entry points in R.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
NOTE r-devel-windows-x86_64

compiled code

File 'adelie/libs/x64/adelie.dll':
  Found non-API call to R: 'R_UnboundValue'

Compiled code should not call non-API entry points in R.

See 'Writing portable packages' in the 'Writing R Extensions' manual,
and section 'Moving into C API compliance' for issues with the use of
non-API entry points.
NOTE r-oldrel-macos-arm64

installed package size

installed size is 211.4Mb
  sub-directories of 1Mb or more:
    adelie    2.0Mb
    doc       1.6Mb
    libs    207.5Mb
NOTE r-oldrel-macos-x86_64

installed package size

installed size is 211.8Mb
  sub-directories of 1Mb or more:
    adelie    2.0Mb
    doc       1.6Mb
    libs    207.8Mb
NOTE r-oldrel-windows-x86_64

installed package size

installed size is  9.3Mb
  sub-directories of 1Mb or more:
    adelie   1.9Mb
    doc      1.6Mb
    libs     5.5Mb
NOTE r-patched-linux-x86_64

compiled code

File ‘adelie/libs/adelie.so’:
  Found non-API call to R: ‘R_UnboundValue’

Compiled code should not call non-API entry points in R.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.

Changelog

Full NEWS →

v1.0.8

# adelie (development version)

Check History

NOTE 11 OK · 3 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 10, 2026
NOTE r-oldrel-macos-arm64

installed package size

installed size is 211.4Mb
  sub-directories of 1Mb or more:
    adelie    2.0Mb
    doc       1.6Mb
    libs    207.5Mb
NOTE r-oldrel-macos-x86_64

installed package size

installed size is 211.8Mb
  sub-directories of 1Mb or more:
    adelie    2.0Mb
    doc       1.6Mb
    libs    207.8Mb
NOTE r-oldrel-windows-x86_64

installed package size

installed size is  9.3Mb
  sub-directories of 1Mb or more:
    adelie   1.9Mb
    doc      1.6Mb
    libs     5.5Mb

Dependency Network

Dependencies Reverse dependencies Matrix r2r Rcpp stringr adelie

Version History

new 1.0.8 Mar 10, 2026
updated 1.0.8 ← 1.0.7 diff Jun 30, 2025
updated 1.0.7 ← 1.0.6 diff Feb 27, 2025
updated 1.0.6 ← 1.0.2 diff Feb 13, 2025
updated 1.0.2 ← 1.0.1 diff Sep 2, 2024
updated 1.0.1 ← 1.0.0 diff Jun 19, 2024
new 1.0.0 Jun 16, 2024