Skip to content

PRIMME

Eigenvalues and Singular Values and Vectors from Large Matrices

v3.2-6 · Jan 9, 2024 · GPL-3

Description

R interface to 'PRIMME' <https://www.cs.wm.edu/~andreas/software/>, a C library for computing a few eigenvalues and their corresponding eigenvectors of a real symmetric or complex Hermitian matrix, or generalized Hermitian eigenproblem. It can also compute singular values and vectors of a square or rectangular matrix. 'PRIMME' finds largest, smallest, or interior singular/eigenvalues and can use preconditioning to accelerate convergence. General description of the methods are provided in the papers Stathopoulos (2010, <doi:10.1145/1731022.1731031>) and Wu (2017, <doi:10.1137/16M1082214>). See 'citation("PRIMME")' for details.

Downloads

618

Last 30 days

6332nd

1.6K

Last 90 days

9.7K

Last year

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

CRAN Check Status

11 NOTE
3 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 NOTE
r-devel-linux-x86_64-fedora-gcc NOTE
r-devel-macos-arm64 NOTE
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 NOTE
r-release-linux-x86_64 NOTE
r-release-macos-arm64 NOTE
r-release-macos-x86_64 NOTE
r-release-windows-x86_64 OK
Check details (13 non-OK)
NOTE r-devel-linux-x86_64-debian-clang

compiled code

File ‘PRIMME/libs/PRIMME.so’:
  Found ‘stdout’, possibly from ‘stdout’ (C)
    Object: ‘primme/libprimme.a’

Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor use Fortran I/O
nor system RNGs nor [v]sprintf.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
NOTE r-devel-linux-x86_64-debian-gcc

compiled code

File ‘PRIMME/libs/PRIMME.so’:
  Found ‘stdout’, possibly from ‘stdout’ (C)
    Object: ‘primme/libprimme.a’

Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor use Fortran I/O
nor system RNGs nor [v]sprintf.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
NOTE r-devel-linux-x86_64-fedora-clang

compiled code

File ‘PRIMME/libs/PRIMME.so’:
  Found ‘stdout’, possibly from ‘stdout’ (C)
    Object: ‘primme/libprimme.a’

Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor use Fortran I/O
nor system RNGs nor [v]sprintf.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
NOTE r-devel-linux-x86_64-fedora-clang

dependencies in R code

Namespace in Imports field not imported from: ‘Matrix’
  All declared Imports should be used.
NOTE r-devel-linux-x86_64-fedora-gcc

compiled code

File ‘PRIMME/libs/PRIMME.so’:
  Found ‘stdout’, possibly from ‘stdout’ (C)
    Object: ‘primme/libprimme.a’

Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor use Fortran I/O
nor system RNGs nor [v]sprintf.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
NOTE r-devel-linux-x86_64-fedora-gcc

dependencies in R code

Namespace in Imports field not imported from: ‘Matrix’
  All declared Imports should be used.
NOTE r-devel-macos-arm64

compiled code

File ‘PRIMME/libs/PRIMME.so’:
  Found ‘___stdoutp’, possibly from ‘stdout’ (C)
    Object: ‘primme/libprimme.a’

Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor use Fortran I/O
nor system RNGs nor [v]sprintf.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
NOTE r-oldrel-macos-arm64

installed package size

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

installed package size

installed size is  7.4Mb
  sub-directories of 1Mb or more:
    libs   7.2Mb
NOTE r-patched-linux-x86_64

compiled code

File ‘PRIMME/libs/PRIMME.so’:
  Found ‘stdout’, possibly from ‘stdout’ (C)
    Object: ‘primme/libprimme.a’

Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor use Fortran I/O
nor system RNGs nor [v]sprintf.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
NOTE r-release-linux-x86_64

compiled code

File ‘PRIMME/libs/PRIMME.so’:
  Found ‘stdout’, possibly from ‘stdout’ (C)
    Object: ‘primme/libprimme.a’

Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor use Fortran I/O
nor system RNGs nor [v]sprintf.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
NOTE r-release-macos-arm64

compiled code

File ‘PRIMME/libs/PRIMME.so’:
  Found ‘___stdoutp’, possibly from ‘stdout’ (C)
    Object: ‘primme/libprimme.a’

Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor use Fortran I/O
nor system RNGs nor [v]sprintf.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
NOTE r-release-macos-x86_64

compiled code

File ‘PRIMME/libs/PRIMME.so’:
  Found ‘___stdoutp’, possibly from ‘stdout’ (C)
    Object: ‘primme/libprimme.a’

Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor use Fortran I/O
nor system RNGs nor [v]sprintf.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.

Additional Issues

Check History

NOTE 3 OK · 11 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 10, 2026
NOTE r-devel-linux-x86_64-debian-clang

compiled code

File ‘PRIMME/libs/PRIMME.so’:
  Found ‘stdout’, possibly from ‘stdout’ (C)
    Object: ‘primme/libprimme.a’

Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor use Fortran I/O
nor system RNGs nor [v]sprintf.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
NOTE r-devel-linux-x86_64-debian-gcc

compiled code

File ‘PRIMME/libs/PRIMME.so’:
  Found ‘stdout’, possibly from ‘stdout’ (C)
    Object: ‘primme/libprimme.a’

Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor use Fortran I/O
nor system RNGs nor [v]sprintf.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
NOTE r-devel-linux-x86_64-fedora-clang

dependencies in R code

Namespace in Imports field not imported from: ‘Matrix’
  All declared Imports should be used.
NOTE r-devel-linux-x86_64-fedora-gcc

dependencies in R code

Namespace in Imports field not imported from: ‘Matrix’
  All declared Imports should be used.
NOTE r-devel-macos-arm64

compiled code

File ‘PRIMME/libs/PRIMME.so’:
  Found ‘___stdoutp’, possibly from ‘stdout’ (C)
    Object: ‘primme/libprimme.a’

Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor use Fortran I/O
nor system RNGs nor [v]sprintf.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
NOTE r-patched-linux-x86_64

compiled code

File ‘PRIMME/libs/PRIMME.so’:
  Found ‘stdout’, possibly from ‘stdout’ (C)
    Object: ‘primme/libprimme.a’

Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor use Fortran I/O
nor system RNGs nor [v]sprintf.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
NOTE r-release-linux-x86_64

compiled code

File ‘PRIMME/libs/PRIMME.so’:
  Found ‘stdout’, possibly from ‘stdout’ (C)
    Object: ‘primme/libprimme.a’

Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor use Fortran I/O
nor system RNGs nor [v]sprintf.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
NOTE r-release-macos-arm64

compiled code

File ‘PRIMME/libs/PRIMME.so’:
  Found ‘___stdoutp’, possibly from ‘stdout’ (C)
    Object: ‘primme/libprimme.a’

Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor use Fortran I/O
nor system RNGs nor [v]sprintf.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
NOTE r-release-macos-x86_64

compiled code

File ‘PRIMME/libs/PRIMME.so’:
  Found ‘___stdoutp’, possibly from ‘stdout’ (C)
    Object: ‘primme/libprimme.a’

Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor use Fortran I/O
nor system RNGs nor [v]sprintf.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
NOTE r-oldrel-macos-arm64

installed package size

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

installed package size

installed size is  7.4Mb
  sub-directories of 1Mb or more:
    libs   7.2Mb

Reverse Dependencies (2)

imports

suggests

Dependency Network

Dependencies Reverse dependencies Rcpp Matrix multivarious Rssa PRIMME

Version History

new 3.2-6 Mar 10, 2026
updated 3.2-6 ← 3.2-5 diff Jan 8, 2024
updated 3.2-5 ← 3.2-4 diff Sep 30, 2023
updated 3.2-4 ← 3.2-3 diff May 9, 2023
updated 3.2-3 ← 3.2-2 diff Jun 27, 2022
updated 3.2-2 ← 3.2-1 diff May 3, 2022
updated 3.2-1 ← 3.1-4 diff Feb 28, 2021
updated 3.1-4 ← 3.1-3 diff Jan 21, 2021
updated 3.1-3 ← 3.1-2 diff Oct 24, 2020
updated 3.1-2 ← 3.1-1 diff Sep 23, 2020
updated 3.1-1 ← 3.0-0 diff May 26, 2020
updated 3.0-0 ← 2.2-0 diff Jul 24, 2019
updated 2.2-0 ← 2.1-0 diff Jan 12, 2018
new 2.1-0 Apr 12, 2017