Skip to content

nabor

Wraps 'libnabo', a Fast K Nearest Neighbour Library for Low Dimensions

v0.5.0 · Jul 11, 2018 · BSD_3_clause + file LICENSE

Description

An R wrapper for 'libnabo', an exact or approximate k nearest neighbour library which is optimised for low dimensional spaces (e.g. 3D). 'libnabo' has speed and space advantages over the 'ANN' library wrapped by package 'RANN'. 'nabor' includes a knn function that is designed as a drop-in replacement for 'RANN' function nn2. In addition, objects which include the k-d tree search structure can be returned to speed up repeated queries of the same set of target points.

Downloads

10.9K

Last 30 days

1196th

34K

Last 90 days

145K

Last year

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

CRAN Check Status

6 NOTE
8 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 NOTE
r-oldrel-macos-x86_64 NOTE
r-oldrel-windows-x86_64 OK
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 (8 non-OK)
NOTE r-devel-linux-x86_64-debian-clang

CRAN incoming feasibility

Maintainer: ‘Gregory Jefferis <jefferis@gmail.com>’

No Authors@R field in DESCRIPTION.
Please add one, modifying
  Authors@R: c(person(given = "Stephane",
                      family = "Mangenat",
                      role = "aut",
                      comment = "for 'libnabo'"),
               person(given = "Gregory",
                      family = "Jefferis",
                      role = c("aut", "cre"),
                      email = "jefferis@gmail.com"))
as necessary.
NOTE r-devel-linux-x86_64-debian-clang

compiled code

File ‘nabor/libs/nabor.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: ‘Gregory Jefferis <jefferis@gmail.com>’

No Authors@R field in DESCRIPTION.
Please add one, modifying
  Authors@R: c(person(given = "Stephane",
                      family = "Mangenat",
                      role = "aut",
                      comment = "for 'libnabo'"),
               person(given = "Gregory",
                      family = "Jefferis",
                      role = c("aut", "cre"),
                      email = "jefferis@gmail.com"))
as necessary.
NOTE r-devel-linux-x86_64-debian-gcc

compiled code

File ‘nabor/libs/nabor.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 'nabor/libs/x64/nabor.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.
NOTE r-oldrel-macos-arm64

installed package size

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

installed package size

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

compiled code

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

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

CRAN incoming feasibility

Maintainer: ‘Gregory Jefferis <jefferis@gmail.com>’

No Authors@R field in DESCRIPTION.
Please add one, modifying
  Authors@R: c(person(given = "Stephane",
                      family = "Mangenat",
                      role = "aut",
                      comment = "for 'libnabo'"),
               person(given = "Gregory",
                      family = "Jefferis",
                      role = c("aut", "cre"),
                      email = "jefferis@gmail.com"))
as necessary.
NOTE r-devel-linux-x86_64-debian-gcc

CRAN incoming feasibility

Maintainer: ‘Gregory Jefferis <jefferis@gmail.com>’

No Authors@R field in DESCRIPTION.
Please add one, modifying
  Authors@R: c(person(given = "Stephane",
                      family = "Mangenat",
                      role = "aut",
                      comment = "for 'libnabo'"),
               person(given = "Gregory",
                      family = "Jefferis",
                      role = c("aut", "cre"),
                      email = "jefferis@gmail.com"))
as necessary.
NOTE r-oldrel-macos-arm64

installed package size

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

installed package size

installed size is  8.8Mb
  sub-directories of 1Mb or more:
    libs   8.7Mb

Reverse Dependencies (16)

Dependency Network

Dependencies Reverse dependencies Rcpp GISSB GeoModels GeoThinneR angstroms bigutilsr distanceto ecospat filling meteo mgwrsar nat nat.nblast nngeo stplanr donut +1 more reverse deps nabor

Version History

new 0.5.0 Mar 10, 2026
updated 0.5.0 ← 0.4.6 diff Jul 10, 2018
updated 0.4.6 ← 0.4.7 diff May 19, 2017
updated 0.4.7 ← 0.4.4 diff May 18, 2017
updated 0.4.4 ← 0.4.3 diff Jan 11, 2015
new 0.4.2 Sep 2, 2014
updated 0.4.3 ← 0.4.2 diff Sep 2, 2014