Skip to content

JacobiEigen

Classical Jacobi Eigenvalue Algorithm

v0.3-4 · Apr 16, 2021 · GPL (>= 2)

Description

Implements the classical Jacobi algorithm for the eigenvalues and eigenvectors of a real symmetric matrix, both in pure 'R' and in 'C++' using 'Rcpp'. Mainly as a programming example for teaching purposes.

Downloads

324

Last 30 days

12082nd

731

Last 90 days

2.5K

Last year

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

CRAN Check Status

1 ERROR
4 NOTE
9 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 OK
r-oldrel-macos-x86_64 OK
r-oldrel-windows-x86_64 ERROR
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

CRAN incoming feasibility

Maintainer: ‘Bill Venables <Bill.Venables@gmail.com>’

No Authors@R field in DESCRIPTION.
Please add one, modifying
  Authors@R: person(given = "Bill",
                    family = "Venables",
                    role = c("aut", "cre"),
                    email = "bill.venables@gmail.com")
as necessary.
NOTE r-devel-linux-x86_64-debian-clang

compiled code

File ‘JacobiEigen/libs/JacobiEigen.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

CRAN incoming feasibility

Maintainer: ‘Bill Venables <Bill.Venables@gmail.com>’

No Authors@R field in DESCRIPTION.
Please add one, modifying
  Authors@R: person(given = "Bill",
                    family = "Venables",
                    role = c("aut", "cre"),
                    email = "bill.venables@gmail.com")
as necessary.
NOTE r-devel-linux-x86_64-debian-gcc

compiled code

File ‘JacobiEigen/libs/JacobiEigen.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 'JacobiEigen/libs/x64/JacobiEigen.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.
ERROR r-oldrel-windows-x86_64

re-building of vignette outputs

Error(s) in re-building vignettes:
--- re-building 'JacobiEigen.Rmd' using rmarkdown
! Package pdftex.def Error: File `3aab15d7d73a1767bcaf4d02647dc4dfef6fa03f.pdf'
 not found: using draft setting.

Error: processing vignette 'JacobiEigen.Rmd' failed with diagnostics:
LaTeX failed to compile D:/RCompile/CRANpkg/local/4.4/JacobiEigen.Rcheck/vign_test/JacobiEigen/vignettes/JacobiEigen.tex. See https://yihui.org/tinytex/r/#debugging for debugging tips. See JacobiEigen.log for more info.
--- failed re-building 'JacobiEigen.Rmd'

SUMMARY: processing the following file failed:
  'JacobiEigen.Rmd'

Error: Vignette re-building failed.
Execution halted
NOTE r-patched-linux-x86_64

compiled code

File ‘JacobiEigen/libs/JacobiEigen.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.

Check History

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

CRAN incoming feasibility

Maintainer: ‘Bill Venables <Bill.Venables@gmail.com>’

No Authors@R field in DESCRIPTION.
Please add one, modifying
  Authors@R: person(given = "Bill",
                    family = "Venables",
                    role = c("aut", "cre"),
                    email = "bill.venables@gmail.com")
as necessary.
NOTE r-devel-linux-x86_64-debian-gcc

CRAN incoming feasibility

Maintainer: ‘Bill Venables <Bill.Venables@gmail.com>’

No Authors@R field in DESCRIPTION.
Please add one, modifying
  Authors@R: person(given = "Bill",
                    family = "Venables",
                    role = c("aut", "cre"),
                    email = "bill.venables@gmail.com")
as necessary.
NOTE r-devel-linux-x86_64-fedora-clang

compiled code

File ‘JacobiEigen/libs/JacobiEigen.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.
ERROR r-oldrel-windows-x86_64

re-building of vignette outputs

Error(s) in re-building vignettes:
--- re-building 'JacobiEigen.Rmd' using rmarkdown
! Package pdftex.def Error: File `3aab15d7d73a1767bcaf4d02647dc4dfef6fa03f.pdf'
 not found: using draft setting.

Error: processing vignette 'JacobiEigen.Rmd' failed
...[truncated]...
//yihui.org/tinytex/r/#debugging for debugging tips. See JacobiEigen.log for more info.
--- failed re-building 'JacobiEigen.Rmd'

SUMMARY: processing the following file failed:
  'JacobiEigen.Rmd'

Error: Vignette re-building failed.
Execution halted
NOTE 12 OK · 2 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 10, 2026
NOTE r-devel-linux-x86_64-debian-clang

CRAN incoming feasibility

Maintainer: ‘Bill Venables <Bill.Venables@gmail.com>’

No Authors@R field in DESCRIPTION.
Please add one, modifying
  Authors@R: person(given = "Bill",
                    family = "Venables",
                    role = c("aut", "cre"),
                    email = "bill.venables@gmail.com")
as necessary.
NOTE r-devel-linux-x86_64-debian-gcc

CRAN incoming feasibility

Maintainer: ‘Bill Venables <Bill.Venables@gmail.com>’

No Authors@R field in DESCRIPTION.
Please add one, modifying
  Authors@R: person(given = "Bill",
                    family = "Venables",
                    role = c("aut", "cre"),
                    email = "bill.venables@gmail.com")
as necessary.

Dependency Network

Dependencies Reverse dependencies Rcpp JacobiEigen

Version History

new 0.3-4 Mar 10, 2026
updated 0.3-4 ← 0.3-3 diff Apr 16, 2021
updated 0.3-3 ← 0.2-2 diff Mar 9, 2019
updated 0.2-2 ← 0.2-1 diff Dec 5, 2015
updated 0.2-1 ← 0.1 diff Nov 28, 2015
new 0.1 Aug 8, 2015