https://github.com/cran/bild
Raw File
Tip revision: 129f03a2619f3da43b97f463998ebb167c5a706d authored by M. Helena Gonçalves on 12 April 2020, 13:20:03 UTC
version 1.2-0
Tip revision: 129f03a
NAMESPACE
useDynLib(bild, .registration=TRUE)

# Export all names
exportPattern("^[^\\.]")

# Import all packages listed as Imports or Depends
import(utils)

importFrom("grDevices", "extendrange", "dev.interactive", "devAskNewPage")
importFrom("graphics", "legend", "lines", "mtext", "points", "text", 
           "abline", "par")
importFrom("methods", "new")
importFrom("stats", "coef", "contrasts", "glm", "model.matrix",
             "na.omit", "optim", "pchisq", "pnorm", "rnorm", 
           "terms", "acf", "binomial", "lm", "pacf", "plogis")
back to top