Skip to content

hereR

'sf'-Based Interface to the 'HERE' REST APIs

v1.1.0 · Feb 20, 2025 · GPL-3

Description

Interface to the 'HERE' REST APIs <https://developer.here.com/develop/rest-apis>: (1) geocode and autosuggest addresses or reverse geocode POIs using the 'Geocoder' API; (2) route directions, travel distance or time matrices and isolines using the 'Routing', 'Matrix Routing' and 'Isoline Routing' APIs; (3) request real-time traffic flow and incident information from the 'Traffic' API; (4) find request public transport connections and nearby stations from the 'Public Transit' API; (5) request intermodal routes using the 'Intermodal Routing' API; (6) get weather forecasts, reports on current weather conditions, astronomical information and alerts at a specific location from the 'Destination Weather' API. Locations, routes and isolines are returned as 'sf' objects.

Downloads

508

Last 30 days

7290th

508

Last 90 days

508

Last year

CRAN Check Status

3 ERROR
1 FAILURE
10 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 ERROR
r-patched-linux-x86_64 ERROR
r-release-linux-x86_64 FAILURE
r-release-macos-arm64 OK
r-release-macos-x86_64 OK
r-release-windows-x86_64 ERROR
Check details (14 non-OK)
OK 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

*


            
ERROR r-oldrel-windows-x86_64

tests

  Running 'testthat.R' [8s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
  > library(testthat)
  > library(hereR)
  > 
  > test_check("hereR")
  Saving _problems/test-async_request-5.R
  [ FAIL 1 | WARN 1 | SKIP 0 | PASS 150 ]
  
  ══ Failed tests ════════════════════════════════════════════════════════════════
  ── Error ('test-async_request.R:5:3'): async_request works ─────────────────────
  <subscriptOutOfBoundsError/error/condition>
  Error in `response[[1]]`: subscript out of bounds
  Backtrace:
      ▆
   1. └─testthat::expect_is(response[[1]], "character") at test-async_request.R:5:3
   2.   └─testthat::quasi_label(enquo(object), label)
   3.     └─rlang::eval_bare(expr, quo_get_env(quo))
  
  [ FAIL 1 | WARN 1 | SKIP 0 | PASS 150 ]
  Error:
  ! Test failures.
  Execution halted
ERROR r-patched-linux-x86_64

tests

  Running ‘testthat.R’ [3s/4s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
  > library(testthat)
  > library(hereR)
  > 
  > test_check("hereR")
  corrupted double-linked list
  Aborted
FAILURE r-release-linux-x86_64

tests


            
OK r-release-macos-arm64

*


            
OK r-release-macos-x86_64

*


            
ERROR r-release-windows-x86_64

tests

  Running 'testthat.R' [6s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
  > library(testthat)
  > library(hereR)
  > 
  > test_check("hereR")
  Saving _problems/test-async_request-5.R
  [ FAIL 1 | WARN 1 | SKIP 0 | PASS 150 ]
  
  ══ Failed tests ════════════════════════════════════════════════════════════════
  ── Error ('test-async_request.R:5:3'): async_request works ─────────────────────
  <subscriptOutOfBoundsError/error/condition>
  Error in `response[[1]]`: subscript out of bounds
  Backtrace:
      ▆
   1. └─testthat::expect_is(response[[1]], "character") at test-async_request.R:5:3
   2.   └─testthat::quasi_label(enquo(object), label)
   3.     └─rlang::eval_bare(expr, quo_get_env(quo))
  
  [ FAIL 1 | WARN 1 | SKIP 0 | PASS 150 ]
  Error:
  ! Test failures.
  Execution halted

Check History

ERROR 10 OK · 0 NOTE · 0 WARNING · 3 ERROR · 1 FAILURE Mar 9, 2026
ERROR r-patched-linux-x86_64

tests

  Running ‘testthat.R’ [3s/4s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
  > library(testthat)
  > library(hereR)
  > 
  > test_check("hereR")
  corrupted double-linked list
  Aborted
FAILURE r-release-linux-x86_64

tests

ERROR r-release-windows-x86_64

tests

  Running 'testthat.R' [6s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
  > library(testthat)
  > library(hereR)
  > 
  > test_check("hereR")
  Saving _problems/test-async_request-5.R
  [ FAIL 1 | WARN 1 | SKIP 0 | PASS 150 ]
  
  ══ Failed tests ════════════════════════════════════════════════════════════════
  ── Error ('test-async_request.R:5:3'): async_request works ─────────────────────
  <subscriptOutOfBoundsError/error/condition>
  Error in `response[[1]]`: subscript 
ERROR r-oldrel-windows-x86_64

tests

  Running 'testthat.R' [8s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
  > library(testthat)
  > library(hereR)
  > 
  > test_check("hereR")
  Saving _problems/test-async_request-5.R
  [ FAIL 1 | WARN 1 | SKIP 0 | PASS 150 ]
  
  ══ Failed tests ════════════════════════════════════════════════════════════════
  ── Error ('test-async_request.R:5:3'): async_request works ─────────────────────
  <subscriptOutOfBoundsError/error/condition>
  Error in `response[[1]]`: subscript 

Dependency Network

Dependencies Reverse dependencies crul curl data.table flexpolyline jsonlite sf stringr hereR

Version History

new 1.1.0 Mar 9, 2026