-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
27 lines (26 loc) · 998 Bytes
/
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
importFrom("stats", "runif")
importFrom("utils", "download.file", "read.csv", "URLdecode")
importFrom("seewave", "cutw")
importFrom("tuneR", "readWave")
importFrom("DrupalR", "drupalr.authenticate", "drupalr.get", "drupalr.postComment")
import("foreach")
import("RCurl")
export("bioacoustica.downloadDemoData")
export("bioacoustica.collectionMetadata")
export("bioacoustica.collectionDownload")
export("bioacoustica.collectionAnalyse")
export("bioacoustica.postTrait")
export("bioacoustica.getOrthopteraNamesNoSubgenus")
export("bioacoustica.voiceData")
export("bioacoustica.britishOrthoptera")
export("bioacoustica.authenticate")
export("bioacoustica.call")
export("bioacoustica.listTypes")
export("bioacoustica.listTaxa")
export("bioacoustica.listTraits")
export("bioacoustica.listCollections")
export("bioacoustica.getAnnotations")
export("bioacoustica.listRecordings")
export("bioacoustica.getAnnotationFile")
export("bioacoustica.getAllAnnotationFiles")
export("bioacoustica.postAnnotation")