Skip to content
install.R 374 B
Newer Older
Pauline Maury Laribière's avatar
Pauline Maury Laribière committed
install.packages(c("devtools", "roxygen2", "document", "styler"))
install.packages(c("httr", "jsonlite", "glue", "hash"))

devtools::install_github("opensdmx/rsdmx")

library(hash)
library(methods)
library(glue)
library(httr)
library(jsonlite)
library(rsdmx)

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