1#' @keywords internal
2#' @import rlang
3"_PACKAGE"
4
5# The following block is used by usethis to automatically manage
6# roxygen namespace tags. Modify with care!
7## usethis namespace: start
8## usethis namespace: end
9NULL
10
11.onLoad <- function(lib, pkg) {
12  run_on_load()
13}
14
15# FIXME: Export from rlang
16sexp_address <- NULL
17on_load(
18  sexp_address <- env_get(ns_env("rlang"), "sexp_address")
19)
20