Skip to content
install.R 352 B
Newer Older
install.packages(c(
  "devtools", "roxygen2", "document", "styler", "httr", "jsonlite", "glue",
  "pkgdown"
))
Pauline Maury Laribière's avatar
Pauline Maury Laribière committed
devtools::install_github("opensdmx/rsdmx")

## Load and test library
# pkgload::load_all('.')
# styler::style_pkg('.')
# devtools::check('.')
# testthat::test_file("tests/testthat.R")

## Use pkgdown for documentation
# pkgdown::build_site()