https://github.com/cran/bild
Raw File
Tip revision: 6661b7703cf2271cb13756a6ff2969ef8e1d88f3 authored by M. Helena Goncalves on 03 November 2023, 14:40:02 UTC
version 1.2-1
Tip revision: 6661b77
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