R/qtlcharts is a package for R. To use it, you first need to download and install R. We also recommend the use of RStudio, which provides a very nice user interface for R.

Install R/qtlcharts from CRAN using

install.packages("qtlcharts")

Alternatively, install it from R universe:

install.packages("qtlcharts", repos=c("https://kbroman.r-universe.dev",
                                      "https://cloud.r-project.org"))

Or install it from its GitHub repository with the remotes package:

install.packages("remotes")
remotes::install_github("kbroman/qtlcharts")

The packages R/qtl and htmlwidgets will also be installed.