Skip to content

highcharter

A Wrapper for the 'Highcharts' Library

v0.9.4 · Jan 3, 2022 · MIT + file LICENSE

Description

A wrapper for the 'Highcharts' library including shortcut functions to plot R objects. 'Highcharts' <https://www.highcharts.com/> is a charting library offering numerous chart types with a simple configuration syntax.

Downloads

49K

Last 30 days

516th

294K

Last 90 days

1.5M

Last year

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

CRAN Check Status

10 ERROR
4 OK
Show all 14 flavors
Flavor Status
r-devel-linux-x86_64-debian-clang ERROR
r-devel-linux-x86_64-debian-gcc ERROR
r-devel-linux-x86_64-fedora-clang ERROR
r-devel-linux-x86_64-fedora-gcc ERROR
r-devel-macos-arm64 ERROR
r-devel-windows-x86_64 ERROR
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 ERROR
r-release-macos-arm64 OK
r-release-macos-x86_64 OK
r-release-windows-x86_64 ERROR
Check details (10 non-OK)
ERROR r-devel-linux-x86_64-debian-clang

examples

Running examples in ‘highcharter-Ex.R’ failed
The error most likely occurred in:

> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: get_data_from_map
> ### Title: Helper function to get the data inside the map data The urls are
> ###   listed in <https://code.highcharts.com/mapdata/>.
> ### Aliases: get_data_from_map
> 
> ### ** Examples
> 
> dta <- download_map_data("https://code.highcharts.com/mapdata/countries/us/us-ca-all.js")
trying URL 'https://code.highcharts.com/mapdata/countries/us/us-ca-all.js'
Warning in download.file(url, tmpfile, quiet = quiet) :
  cannot open URL 'https://code.highcharts.com/mapdata/countries/us/us-ca-all.js': HTTP status was '403 Forbidden'
Error in download.file(url, tmpfile, quiet = quiet) : 
  cannot open URL 'https://code.highcharts.com/mapdata/countries/us/us-ca-all.js'
Calls: download_map_data -> download.file
Execution halted
ERROR r-devel-linux-x86_64-debian-gcc

examples

Running examples in ‘highcharter-Ex.R’ failed
The error most likely occurred in:

> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: get_data_from_map
> ### Title: Helper function to get the data inside the map data The urls are
> ###   listed in <https://code.highcharts.com/mapdata/>.
> ### Aliases: get_data_from_map
> 
> ### ** Examples
> 
> dta <- download_map_data("https://code.highcharts.com/mapdata/countries/us/us-ca-all.js")
trying URL 'https://code.highcharts.com/mapdata/countries/us/us-ca-all.js'
Warning in download.file(url, tmpfile, quiet = quiet) :
  cannot open URL 'https://code.highcharts.com/mapdata/countries/us/us-ca-all.js': HTTP status was '403 Forbidden'
Error in download.file(url, tmpfile, quiet = quiet) : 
  cannot open URL 'https://code.highcharts.com/mapdata/countries/us/us-ca-all.js'
Calls: download_map_data -> download.file
Execution halted
ERROR r-devel-linux-x86_64-fedora-clang

examples

Running examples in ‘highcharter-Ex.R’ failed
The error most likely occurred in:

> ### Name: get_data_from_map
> ### Title: Helper function to get the data inside the map data The urls are
> ###   listed in <https://code.highcharts.com/mapdata/>.
> ### Aliases: get_data_from_map
> 
> ### ** Examples
> 
> dta <- download_map_data("https://code.highcharts.com/mapdata/countries/us/us-ca-all.js")
trying URL 'https://code.highcharts.com/mapdata/countries/us/us-ca-all.js'
Warning in download.file(url, tmpfile, quiet = quiet) :
  cannot open URL 'https://code.highcharts.com/mapdata/countries/us/us-ca-all.js': HTTP status was '403 Forbidden'
Error in download.file(url, tmpfile, quiet = quiet) : 
  cannot open URL 'https://code.highcharts.com/mapdata/countries/us/us-ca-all.js'
Calls: download_map_data -> download.file
Execution halted
ERROR r-devel-linux-x86_64-fedora-gcc

examples

Running examples in ‘highcharter-Ex.R’ failed
The error most likely occurred in:

> ### Name: get_data_from_map
> ### Title: Helper function to get the data inside the map data The urls are
> ###   listed in <https://code.highcharts.com/mapdata/>.
> ### Aliases: get_data_from_map
> 
> ### ** Examples
> 
> dta <- download_map_data("https://code.highcharts.com/mapdata/countries/us/us-ca-all.js")
trying URL 'https://code.highcharts.com/mapdata/countries/us/us-ca-all.js'
Warning in download.file(url, tmpfile, quiet = quiet) :
  cannot open URL 'https://code.highcharts.com/mapdata/countries/us/us-ca-all.js': HTTP status was '403 Forbidden'
Error in download.file(url, tmpfile, quiet = quiet) : 
  cannot open URL 'https://code.highcharts.com/mapdata/countries/us/us-ca-all.js'
Calls: download_map_data -> download.file
Execution halted
ERROR r-devel-macos-arm64

examples

Running examples in ‘highcharter-Ex.R’ failed
The error most likely occurred in:

> ### Name: get_data_from_map
> ### Title: Helper function to get the data inside the map data The urls are
> ###   listed in <https://code.highcharts.com/mapdata/>.
> ### Aliases: get_data_from_map
> 
> ### ** Examples
> 
> dta <- download_map_data("https://code.highcharts.com/mapdata/countries/us/us-ca-all.js")
trying URL 'https://code.highcharts.com/mapdata/countries/us/us-ca-all.js'
Warning in download.file(url, tmpfile, quiet = quiet) :
  downloaded length 0 != reported length 69
Warning in download.file(url, tmpfile, quiet = quiet) :
  cannot open URL 'https://code.highcharts.com/mapdata/countries/us/us-ca-all.js': HTTP status was '403 Forbidden'
Error in download.file(url, tmpfile, quiet = quiet) : 
  cannot open URL 'https://code.highcharts.com/mapdata/countries/us/us-ca-all.js'
Calls: download_map_data -> download.file
Execution halted
ERROR r-devel-windows-x86_64

examples

Running examples in 'highcharter-Ex.R' failed
The error most likely occurred in:

> ### Name: get_data_from_map
> ### Title: Helper function to get the data inside the map data The urls are
> ###   listed in <https://code.highcharts.com/mapdata/>.
> ### Aliases: get_data_from_map
> 
> ### ** Examples
> 
> dta <- download_map_data("https://code.highcharts.com/mapdata/countries/us/us-ca-all.js")
trying URL 'https://code.highcharts.com/mapdata/countries/us/us-ca-all.js'
Warning in download.file(url, tmpfile, quiet = quiet) :
  cannot open URL 'https://code.highcharts.com/mapdata/countries/us/us-ca-all.js': HTTP status was '403 Forbidden'
Error in download.file(url, tmpfile, quiet = quiet) : 
  cannot open URL 'https://code.highcharts.com/mapdata/countries/us/us-ca-all.js'
Calls: download_map_data -> download.file
Execution halted
ERROR r-oldrel-windows-x86_64

examples

Running examples in 'highcharter-Ex.R' failed
The error most likely occurred in:

> ### Name: get_data_from_map
> ### Title: Helper function to get the data inside the map data The urls are
> ###   listed in <https://code.highcharts.com/mapdata/>.
> ### Aliases: get_data_from_map
> 
> ### ** Examples
> 
> dta <- download_map_data("https://code.highcharts.com/mapdata/countries/us/us-ca-all.js")
trying URL 'https://code.highcharts.com/mapdata/countries/us/us-ca-all.js'
Warning in download.file(url, tmpfile, quiet = quiet) :
  cannot open URL 'https://code.highcharts.com/mapdata/countries/us/us-ca-all.js': HTTP status was '403 Forbidden'
Error in download.file(url, tmpfile, quiet = quiet) : 
  cannot open URL 'https://code.highcharts.com/mapdata/countries/us/us-ca-all.js'
Calls: download_map_data -> download.file
Execution halted
ERROR r-patched-linux-x86_64

examples

Running examples in ‘highcharter-Ex.R’ failed
The error most likely occurred in:

> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: get_data_from_map
> ### Title: Helper function to get the data inside the map data The urls are
> ###   listed in <https://code.highcharts.com/mapdata/>.
> ### Aliases: get_data_from_map
> 
> ### ** Examples
> 
> dta <- download_map_data("https://code.highcharts.com/mapdata/countries/us/us-ca-all.js")
trying URL 'https://code.highcharts.com/mapdata/countries/us/us-ca-all.js'
Warning in download.file(url, tmpfile, quiet = quiet) :
  cannot open URL 'https://code.highcharts.com/mapdata/countries/us/us-ca-all.js': HTTP status was '403 Forbidden'
Error in download.file(url, tmpfile, quiet = quiet) : 
  cannot open URL 'https://code.highcharts.com/mapdata/countries/us/us-ca-all.js'
Calls: download_map_data -> download.file
Execution halted
ERROR r-release-linux-x86_64

examples

Running examples in ‘highcharter-Ex.R’ failed
The error most likely occurred in:

> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: get_data_from_map
> ### Title: Helper function to get the data inside the map data The urls are
> ###   listed in <https://code.highcharts.com/mapdata/>.
> ### Aliases: get_data_from_map
> 
> ### ** Examples
> 
> dta <- download_map_data("https://code.highcharts.com/mapdata/countries/us/us-ca-all.js")
trying URL 'https://code.highcharts.com/mapdata/countries/us/us-ca-all.js'
Warning in download.file(url, tmpfile, quiet = quiet) :
  cannot open URL 'https://code.highcharts.com/mapdata/countries/us/us-ca-all.js': HTTP status was '403 Forbidden'
Error in download.file(url, tmpfile, quiet = quiet) : 
  cannot open URL 'https://code.highcharts.com/mapdata/countries/us/us-ca-all.js'
Calls: download_map_data -> download.file
Execution halted
ERROR r-release-windows-x86_64

examples

Running examples in 'highcharter-Ex.R' failed
The error most likely occurred in:

> ### Name: get_data_from_map
> ### Title: Helper function to get the data inside the map data The urls are
> ###   listed in <https://code.highcharts.com/mapdata/>.
> ### Aliases: get_data_from_map
> 
> ### ** Examples
> 
> dta <- download_map_data("https://code.highcharts.com/mapdata/countries/us/us-ca-all.js")
trying URL 'https://code.highcharts.com/mapdata/countries/us/us-ca-all.js'
Warning in download.file(url, tmpfile, quiet = quiet) :
  cannot open URL 'https://code.highcharts.com/mapdata/countries/us/us-ca-all.js': HTTP status was '403 Forbidden'
Error in download.file(url, tmpfile, quiet = quiet) : 
  cannot open URL 'https://code.highcharts.com/mapdata/countries/us/us-ca-all.js'
Calls: download_map_data -> download.file
Execution halted

Check History

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

examples

Running examples in ‘highcharter-Ex.R’ failed
The error most likely occurred in:

> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: get_data_from_map
> ### Title: Helper function to get the data inside the map data The urls are
> 
...[truncated]...
ries/us/us-ca-all.js': HTTP status was '403 Forbidden'
Error in download.file(url, tmpfile, quiet = quiet) : 
  cannot open URL 'https://code.highcharts.com/mapdata/countries/us/us-ca-all.js'
Calls: download_map_data -> download.file
Execution halted
ERROR r-devel-linux-x86_64-debian-gcc

examples

Running examples in ‘highcharter-Ex.R’ failed
The error most likely occurred in:

> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: get_data_from_map
> ### Title: Helper function to get the data inside the map data The urls are
> 
...[truncated]...
ries/us/us-ca-all.js': HTTP status was '403 Forbidden'
Error in download.file(url, tmpfile, quiet = quiet) : 
  cannot open URL 'https://code.highcharts.com/mapdata/countries/us/us-ca-all.js'
Calls: download_map_data -> download.file
Execution halted
ERROR r-devel-linux-x86_64-fedora-clang

examples

Running examples in ‘highcharter-Ex.R’ failed
The error most likely occurred in:

> ### Name: get_data_from_map
> ### Title: Helper function to get the data inside the map data The urls are
> ###   listed in <https://code.highcharts.com/mapdata/>.
> 
...[truncated]...
ries/us/us-ca-all.js': HTTP status was '403 Forbidden'
Error in download.file(url, tmpfile, quiet = quiet) : 
  cannot open URL 'https://code.highcharts.com/mapdata/countries/us/us-ca-all.js'
Calls: download_map_data -> download.file
Execution halted
ERROR r-devel-linux-x86_64-fedora-gcc

examples

Running examples in ‘highcharter-Ex.R’ failed
The error most likely occurred in:

> ### Name: hc_mapNavigation
> ### Title: Mapnavigation options for highcharter objects
> ### Aliases: hc_mapNavigation
> 
> ### ** Examples
> 
> 
> hcmap(download_map_
...[truncated]...
 status was '429 Unknown Error'
Error in download.file(url, tmpfile, quiet = quiet) : 
  cannot open URL 'https://code.highcharts.com/mapdata/custom/world.js'
Calls: %>% ... is.highchart -> hcmap -> download_map_data -> download.file
Execution halted
ERROR r-devel-windows-x86_64

examples

Running examples in 'highcharter-Ex.R' failed
The error most likely occurred in:

> ### Name: get_data_from_map
> ### Title: Helper function to get the data inside the map data The urls are
> ###   listed in <https://code.highcharts.com/mapdata/>.
> 
...[truncated]...
ries/us/us-ca-all.js': HTTP status was '403 Forbidden'
Error in download.file(url, tmpfile, quiet = quiet) : 
  cannot open URL 'https://code.highcharts.com/mapdata/countries/us/us-ca-all.js'
Calls: download_map_data -> download.file
Execution halted
ERROR r-patched-linux-x86_64

examples

Running examples in ‘highcharter-Ex.R’ failed
The error most likely occurred in:

> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: hc_mapNavigation
> ### Title: Mapnavigation options for highcharter objects
> ### Aliases: hc_mapN
...[truncated]...
 status was '429 Unknown Error'
Error in download.file(url, tmpfile, quiet = quiet) : 
  cannot open URL 'https://code.highcharts.com/mapdata/custom/world.js'
Calls: %>% ... is.highchart -> hcmap -> download_map_data -> download.file
Execution halted
ERROR r-release-linux-x86_64

examples

Running examples in ‘highcharter-Ex.R’ failed
The error most likely occurred in:

> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: get_data_from_map
> ### Title: Helper function to get the data inside the map data The urls are
> 
...[truncated]...
ries/us/us-ca-all.js': HTTP status was '403 Forbidden'
Error in download.file(url, tmpfile, quiet = quiet) : 
  cannot open URL 'https://code.highcharts.com/mapdata/countries/us/us-ca-all.js'
Calls: download_map_data -> download.file
Execution halted
ERROR r-release-windows-x86_64

examples

Running examples in 'highcharter-Ex.R' failed
The error most likely occurred in:

> ### Name: get_data_from_map
> ### Title: Helper function to get the data inside the map data The urls are
> ###   listed in <https://code.highcharts.com/mapdata/>.
> 
...[truncated]...
ries/us/us-ca-all.js': HTTP status was '403 Forbidden'
Error in download.file(url, tmpfile, quiet = quiet) : 
  cannot open URL 'https://code.highcharts.com/mapdata/countries/us/us-ca-all.js'
Calls: download_map_data -> download.file
Execution halted
ERROR r-oldrel-windows-x86_64

examples

Running examples in 'highcharter-Ex.R' failed
The error most likely occurred in:

> ### Name: get_data_from_map
> ### Title: Helper function to get the data inside the map data The urls are
> ###   listed in <https://code.highcharts.com/mapdata/>.
> 
...[truncated]...
ries/us/us-ca-all.js': HTTP status was '403 Forbidden'
Error in download.file(url, tmpfile, quiet = quiet) : 
  cannot open URL 'https://code.highcharts.com/mapdata/countries/us/us-ca-all.js'
Calls: download_map_data -> download.file
Execution halted

Reverse Dependencies (10)

Dependency Network

Dependencies Reverse dependencies htmlwidgets magrittr purrr rlist assertthat zoo dplyr tibble stringr broom xts quantmod tidyr htmltools jsonlite +5 more dependencies AovBay RKorAPClient T2Qv ggfootball shinymrp DramaAnalysis planr shinyjqui vistime xplorerr highcharter

Version History

new 0.9.4 Mar 10, 2026
updated 0.9.4 ← 0.8.2 diff Jan 2, 2022
updated 0.8.2 ← 0.7.0 diff Jul 25, 2020
updated 0.7.0 ← 0.5.0 diff Jan 14, 2019
updated 0.5.0 ← 0.4.0 diff Jan 16, 2017
updated 0.4.0 ← 0.3.0 diff Jul 14, 2016
updated 0.3.0 ← 0.2.0 diff Mar 27, 2016
updated 0.2.0 ← 0.1.0 diff Feb 24, 2016
new 0.1.0 Jan 11, 2016