File: onLoad.R

package info (click to toggle)
r-cran-crul 1.3%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,620 kB
  • sloc: sh: 13; makefile: 2
file content (6 lines) | stat: -rw-r--r-- 136 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
crul_opts = NULL # nocov start

.onLoad <- function(libname, pkgname){
	crul_opts <<- new.env()
	crul_opts$mock <<- FALSE
} # nocov end