-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathNAMESPACE
37 lines (36 loc) · 1.08 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
# Generated by roxygen2: do not edit by hand
S3method(format,available_bad_words)
S3method(format,available_bioc)
S3method(format,available_cran)
S3method(format,available_github)
S3method(format,available_sentiment)
S3method(format,available_valid_name)
S3method(format,available_wikipedia)
S3method(format,available_wiktionary)
S3method(print,available_abbreviation)
S3method(print,available_bad_words)
S3method(print,available_bioc)
S3method(print,available_cran)
S3method(print,available_github)
S3method(print,available_query)
S3method(print,available_sentiment)
S3method(print,available_valid_name)
S3method(print,available_wikipedia)
S3method(print,available_wiktionary)
S3method(testthat::compare,glue)
export(available)
export(available_on_bioc)
export(available_on_cran)
export(available_on_github)
export(get_bad_words)
export(get_sentiment)
export(get_wikipedia)
export(get_wiktionary)
export(suggest)
export(valid_package_name)
importFrom(jsonlite,fromJSON)
importFrom(memoise,memoise)
importFrom(stats,na.omit)
importFrom(stringdist,stringdist)
importFrom(utils,browseURL)
importFrom(utils,head)