Skip to content
install.R 386 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('fso.metadata')
# styler::style_pkg('fso.metadata')
# testthat::test_file("fso.metadata/tests/testthat.R")