File: profile.R

package info (click to toggle)
r-cran-rsdmx 1%3A0.5-13%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 984 kB
  • sloc: makefile: 2
file content (10 lines) | stat: -rw-r--r-- 270 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
.onLoad <- function (libname, pkgname) { # nocov start
  assign(".rsdmx.options", new.env(), envir= asNamespace(pkgname))
  
  #SDMX compliance validation
  .rsdmx.options$validate <- FALSE
  
  #embedded providers
  setSDMXServiceProviders()
  
} # nocov end