R/envs.R
envPkgCreate.Rd
1st level –> create the .pkgEnv object in Require
envPkgCreate(parentEnv = asNamespace("Require"))
The parent environment in which to make the new environment. Defaults to asNamespace("Require")
asNamespace("Require")