Skip to content

itp

The Interpolate, Truncate, Project (ITP) Root-Finding Algorithm

v1.2.2 · Jan 10, 2026 · GPL (>= 2)

Description

Implements the Interpolate, Truncate, Project (ITP) root-finding algorithm developed by Oliveira and Takahashi (2021) <doi:10.1145/3423597>. The user provides the function, from the real numbers to the real numbers, and an interval with the property that the values of the function at its endpoints have different signs. If the function is continuous over this interval then the ITP method estimates the value at which the function is equal to zero. If the function is discontinuous then a point of discontinuity at which the function changes sign may be found. The function can be supplied using either an R function or an external pointer to a C++ function. Tuning parameters of the ITP algorithm can be set by the user. Default values are set based on arguments in Oliveira and Takahashi (2021).

Downloads

361

Last 30 days

10586th

1.1K

Last 90 days

3.2K

Last year

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

CRAN Check Status

14 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 OK
r-oldrel-macos-x86_64 OK
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 History

OK 14 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 10, 2026

Reverse Dependencies (2)

Dependency Network

Dependencies Reverse dependencies Rcpp evmissing profileCI itp

Version History

new 1.2.2 Mar 10, 2026
updated 1.2.2 ← 1.2.1 diff Jan 9, 2026
updated 1.2.1 ← 1.2.0 diff Dec 1, 2023
updated 1.2.0 ← 1.1.0 diff Jul 15, 2022
updated 1.1.0 ← 1.0.1 diff Jul 1, 2022
updated 1.0.1 ← 1.0.0 diff Jun 13, 2022
new 1.0.0 Jun 6, 2022