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

532

Last 30 days

7057th

532

Last 90 days

532

Last year

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 (16 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.
OK r-devel-windows-x86_64

*


            
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
OK r-oldrel-windows-x86_64

*


            
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.
OK r-release-windows-x86_64

*


            

Additional Issues

Check History

NOTE 3 OK · 11 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 9, 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 9, 2026