Skip to content

sanic

Solving Ax = b Nimbly in C++

v0.0.2 · Aug 23, 2023 · GPL-3 | file LICENSE

Description

Routines for solving large systems of linear equations and eigenproblems in R. Direct and iterative solvers from the Eigen C++ library are made available. Solvers include Cholesky, LU, QR, and Krylov subspace methods (Conjugate Gradient, BiCGSTAB). Dense and sparse problems are supported.

Downloads

241

Last 30 days

18675th

637

Last 90 days

2.4K

Last year

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

CRAN Check Status

2 NOTE
12 OK
Show all 14 flavors
Flavor Status
r-devel-linux-x86_64-debian-clang OK
r-devel-linux-x86_64-debian-gcc OK
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 OK
r-oldrel-macos-arm64 NOTE
r-oldrel-macos-x86_64 NOTE
r-oldrel-windows-x86_64 OK
r-patched-linux-x86_64 OK
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 (2 non-OK)
NOTE r-oldrel-macos-arm64

installed package size

installed size is 53.6Mb
  sub-directories of 1Mb or more:
    libs  53.5Mb
NOTE r-oldrel-macos-x86_64

installed package size

installed size is 54.8Mb
  sub-directories of 1Mb or more:
    libs  54.7Mb

Check History

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

installed package size

installed size is 53.6Mb
  sub-directories of 1Mb or more:
    libs  53.5Mb
NOTE r-oldrel-macos-x86_64

installed package size

installed size is 54.8Mb
  sub-directories of 1Mb or more:
    libs  54.7Mb

Reverse Dependencies (1)

imports

Dependency Network

Dependencies Reverse dependencies Rcpp Matrix simplifyNet sanic

Version History

new 0.0.2 Mar 10, 2026
updated 0.0.2 ← 0.0.1 diff Aug 22, 2023
new 0.0.1 Sep 21, 2020