File: NAMESPACE

package info (click to toggle)
r-cran-qgam 2.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 6,272 kB
  • sloc: ansic: 81; sh: 13; makefile: 2
file content (19 lines) | stat: -rw-r--r-- 780 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
useDynLib(qgam, .registration = TRUE, .fixes = ".C_")
exportPattern("^[[:alpha:]]+")

importFrom(plyr, "is.formula", "llply", "mlply")
importFrom(doParallel, "registerDoParallel")
importFrom(parallel, "makeCluster", "stopCluster", "detectCores", "clusterExport", "clusterEvalQ")

importFrom(stats, "pnorm", "coef", "qnorm", "printCoefmat", "predict", "qbinom", "make.link", 
                  "dlogis", "plogis", "complete.cases", "na.omit", "quantile", "runif", "cov", 
                  "optim", "anova", "optimize", "residuals", "sd", "gaussian", "update", "as.formula")
importFrom(grDevices, "rgb")

import(mgcv)
import(shiny)
import(graphics)

S3method("check", "qgam", "check.qgam")
S3method("check", "learn", "check.learn")
S3method("check", "learnFast", "check.learnFast")