Skip to content

FixedPoint

Algorithms for Finding Fixed Point Vectors of Functions

v0.6.3 · Dec 19, 2022 · MIT + file LICENSE

Description

For functions that take and return vectors (or scalars), this package provides 8 algorithms for finding fixed point vectors (vectors for which the inputs and outputs to the function are the same vector). These algorithms include Anderson (1965) acceleration <doi:10.1145/321296.321305>, epsilon extrapolation methods (Wynn 1962 <doi:10.2307/2004051>) and minimal polynomial methods (Cabay and Jackson 1976 <doi:10.1137/0713060>).

Downloads

365

Last 30 days

10437th

1.2K

Last 90 days

4.5K

Last year

Trend: -13.9% (30d vs prior 30d)

CRAN Check Status

1 ERROR
2 NOTE
11 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 OK
r-oldrel-macos-arm64 OK
r-oldrel-macos-x86_64 OK
r-oldrel-windows-x86_64 ERROR
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 (3 non-OK)
NOTE r-devel-linux-x86_64-debian-clang

CRAN incoming feasibility

Maintainer: ‘Stuart Baumann <Stuart@StuartBaumann.com>’

No Authors@R field in DESCRIPTION.
Please add one, modifying
  Authors@R: c(person(given = c("Stuart", "Baumann", "&", "Margaryta"),
                      family = "Klymak",
                      role = "aut"),
               person(given = "Stuart",
                      family = "Baumann",
                      role = "cre",
                      email = "Stuart@StuartBaumann.com"))
as necessary.
NOTE r-devel-linux-x86_64-debian-gcc

CRAN incoming feasibility

Maintainer: ‘Stuart Baumann <Stuart@StuartBaumann.com>’

No Authors@R field in DESCRIPTION.
Please add one, modifying
  Authors@R: c(person(given = c("Stuart", "Baumann", "&", "Margaryta"),
                      family = "Klymak",
                      role = "aut"),
               person(given = "Stuart",
                      family = "Baumann",
                      role = "cre",
                      email = "Stuart@StuartBaumann.com"))
as necessary.
ERROR r-oldrel-windows-x86_64

re-building of vignette outputs

Error(s) in re-building vignettes:
--- re-building 'FixedPoint.Rmd' using rmarkdown
! Package pdftex.def Error: File `1d3ee979bb6987b6ac80d29aeb20230a3ff94e0c.png'
 not found: using draft setting.

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

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

Error: Vignette re-building failed.
Execution halted

Check History

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

CRAN incoming feasibility

Maintainer: ‘Stuart Baumann <Stuart@StuartBaumann.com>’

No Authors@R field in DESCRIPTION.
Please add one, modifying
  Authors@R: c(person(given = c("Stuart", "Baumann", "&", "Margaryta"),
                      family = "Klymak",
                      role = "aut"),
               person(given = "Stuart",
                      family = "Baumann",
                      role = "cre",
                      email = "Stuart@StuartBaumann.com"))
as necessary.
NOTE r-devel-linux-x86_64-debian-gcc

CRAN incoming feasibility

Maintainer: ‘Stuart Baumann <Stuart@StuartBaumann.com>’

No Authors@R field in DESCRIPTION.
Please add one, modifying
  Authors@R: c(person(given = c("Stuart", "Baumann", "&", "Margaryta"),
                      family = "Klymak",
                      role = "aut"),
               person(given = "Stuart",
                      family = "Baumann",
                      role = "cre",
                      email = "Stuart@StuartBaumann.com"))
as necessary.
ERROR r-oldrel-windows-x86_64

re-building of vignette outputs

Error(s) in re-building vignettes:
--- re-building 'FixedPoint.Rmd' using rmarkdown
! Package pdftex.def Error: File `1d3ee979bb6987b6ac80d29aeb20230a3ff94e0c.png'
 not found: using draft setting.

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

SUMMARY: processing the following file failed:
  'FixedPoint.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: ‘Stuart Baumann <Stuart@StuartBaumann.com>’

No Authors@R field in DESCRIPTION.
Please add one, modifying
  Authors@R: c(person(given = c("Stuart", "Baumann", "&", "Margaryta"),
                      family = "Klymak",
                      role = "aut"),
               person(given = "Stuart",
                      family = "Baumann",
                      role = "cre",
                      email = "Stuart@StuartBaumann.com"))
as necessary.
NOTE r-devel-linux-x86_64-debian-gcc

CRAN incoming feasibility

Maintainer: ‘Stuart Baumann <Stuart@StuartBaumann.com>’

No Authors@R field in DESCRIPTION.
Please add one, modifying
  Authors@R: c(person(given = c("Stuart", "Baumann", "&", "Margaryta"),
                      family = "Klymak",
                      role = "aut"),
               person(given = "Stuart",
                      family = "Baumann",
                      role = "cre",
                      email = "Stuart@StuartBaumann.com"))
as necessary.

Reverse Dependencies (3)

suggests

Dependency Network

Dependencies Reverse dependencies MASS automatedRecLin scorematchingad polykde FixedPoint

Version History

new 0.6.3 Mar 10, 2026
updated 0.6.3 ← 0.6.2 diff Dec 18, 2022
updated 0.6.2 ← 0.6.1 diff Sep 12, 2021
updated 0.6.1 ← 0.6 diff Mar 11, 2019
updated 0.6 ← 0.5 diff Mar 9, 2019
updated 0.5 ← 0.4 diff Jun 4, 2018
updated 0.4 ← 0.3 diff Mar 30, 2018
updated 0.3 ← 0.2 diff Mar 21, 2018
updated 0.2 ← 0.1 diff Feb 2, 2018
new 0.1 Dec 6, 2017