File: NAMESPACE

package info (click to toggle)
r-cran-catools 1.18.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 392 kB
  • sloc: ansic: 684; cpp: 644; makefile: 2
file content (13 lines) | stat: -rwxr-xr-x 410 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
useDynLib("caTools", .registration = TRUE, .fixes = ".C_")

import(bitops)

importFrom("grDevices", "col2rgb", "colorRampPalette", "gray", "rgb")
importFrom("graphics", "abline", "legend", "lines", "plot", "title")
importFrom("stats", "mad", "quantile", "runif", "runmed", "sd")
importFrom("utils", "download.file", "read.table")

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

S3method("predict", "LogitBoost")