forked from cran/vegdata
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
executable file
·33 lines (27 loc) · 1.28 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
## Export regular function names
export(child, isc, meanTraits, monotypic, parent, syn, syntab, tax, taxval, showplot, showindiplot)
## export regular functions with dot names
export(comb.species, reShape.veg, print.syntab, taxname.abbr, taxname.simplify)
export(tv.biblio, tv.compRefl, tv.coverperc, tv.db, tv.dict, tv.home, tv.traits, tv.metadata,
tv.obs, tv.refl, tv.site, tv.veg, tv.write, tv.readXML)
## Register internal functions
export(load.taxlist, TCS.replace, TV.replace)
## Export deprecated functions
export(childs, parents)
export(tv.mono)
## Export S3 methods
S3method(tax, default)
S3method(tax, veg)
S3method(print, syntab)
## do NOT export the following internal functions
## export(first.word, as.data.frame.list}
## Registration of S3 methods
importFrom("foreign", read.dbf)
importFrom("utils", find, read.csv, download.file, head, type.convert, unzip, read.csv2, write.csv2)
importFrom("XML", xmlRoot, getNodeSet, xpathSApply, xmlName, xmlParse, xmlTreeParse, xmlChildren, xmlApply, xmlSApply, xmlToDataFrame, xmlAttrs, xmlValue)
# importFrom("httr", "GET", "content", "add_headers", "authenticate", "stop_for_status")
# importFrom("jsonlite", "fromJSON")
# importFrom("stats", "setNames")
# importFrom("permute", permControl)
# importFrom("indicspecies", multipatt)
# import(vegan)