-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathNAMESPACE
61 lines (59 loc) · 1.59 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# Generated by roxygen2: do not edit by hand
export(Launch)
export(addMask)
export(detectShifts)
export(drawPolygon)
export(extractCCC)
export(extractCCCTimeSeries)
export(getCL)
export(getCLArray)
export(gettmpdir)
export(parsePhenocamFilenames)
export(parseROI)
export(plotCLArray)
export(plotJPEG)
export(rasterizeROI)
export(writeROI)
import(RCurl)
import(colourpicker, except = runExample)
import(data.table, except = c(month, hour, quarter, week, year, wday, second, minute, mday, yday, isoweek, shift))
import(jpeg)
import(lubridate, except = origin)
import(methods)
import(moments)
import(raster, except = c(intersect, union, quantile))
import(rgdal)
import(rjson)
import(shiny)
import(shinyjs, except = c(runExample, updateColourInput, reset, colourPicker, colourInput, show, click, removeClass))
import(sp)
import(stringr)
import(tiff)
importFrom(data.table,as.data.table)
importFrom(data.table,data.table)
importFrom(grDevices,rgb2hsv)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,locator)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,polygon)
importFrom(graphics,rasterImage)
importFrom(graphics,rect)
importFrom(lubridate,date)
importFrom(lubridate,yday)
importFrom(stats,approx)
importFrom(stats,cor)
importFrom(stats,na.omit)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stats,smooth)
importFrom(utils,data)
importFrom(utils,download.file)
importFrom(utils,read.csv)
importFrom(utils,read.table)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)
importFrom(utils,unzip)
importFrom(utils,write.table)
importFrom(utils,zip)