thomas-neitmann/ggcharts

Line chart function not available after installing the package

cmg777 opened this issue · 1 comments

Please install the latest version from GitHub by running

if (!"remotes" %in% installed.packages()) {
  install.packages("remotes")
}
remotes::install_github("thomas-neitmann/ggcharts", upgrade = "never")

Then line_chart() should be available to you.