forked from kateharborne/SimSpin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
24 lines (23 loc) · 1.22 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
exportPattern("^[[:alpha:]]+")
importFrom(Rcpp, evalCpp)
useDynLib(SimSpin)
importFrom(celestial, "cosdistAngScale", "cosdistTravelTime")
importFrom(cmocean, "cmocean")
importFrom(data.table, "transpose", "copy", "data.table", "set", ":=", "as.data.table", "is.data.table")
importFrom(doParallel, "registerDoParallel")
importFrom(fields, "image.plot")
importFrom(foreach, "foreach", "%dopar%")
importFrom(grDevices, "hcl.colors")
importFrom(graphics, "par", "text")
importFrom(hdf5r, "h5attr", "list.attributes", "h5file", "list.groups", "readDataSet", "h5close")
importFrom(magicaxis, "magplot", "magimage", "maglab", "magmap")
importFrom(methods, "new", "is")
importFrom(plotrix, "draw.ellipse")
importFrom(pracma, "cross")
importFrom(ProFit, "profitMakeGaussianPSF", "profitBruteConv", "profitCubaMoffat")
importFrom(Rfits, "Rfits_write_header", "Rfits_write_cube", "Rfits_write_image")
importFrom(RColorBrewer, "brewer.pal")
importFrom(sphereplot, "car2sph", "sph2car")
importFrom(stats, "approx", "approxfun", "rnorm", "pnorm", "dnorm", "runif", "sd", "median", "setNames", "optim")
importFrom(stringr, "str_to_upper", "str_to_lower", "str_remove", "str_split", "str_detect", "str_sub", "str_locate")
importFrom(utils, "tail", "packageVersion")