-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
51 lines (50 loc) · 1.2 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
# Generated by roxygen2: do not edit by hand
export("describe<-")
export("hyphenText<-")
export("language<-")
export(available.sylly.lang)
export(correct.hyph)
export(describe)
export(get.sylly.env)
export(hyphen)
export(hyphenText)
export(hyphen_c)
export(hyphen_df)
export(install.sylly.lang)
export(kRp_hyph_pat)
export(kRp_hyphen)
export(language)
export(manage.hyph.pat)
export(read.hyph.pat)
export(set.hyph.support)
export(set.sylly.env)
exportClasses(kRp.hyph.pat)
exportClasses(kRp.hyphen)
exportMethods("[")
exportMethods("[<-")
exportMethods("[[")
exportMethods("[[<-")
exportMethods("describe<-")
exportMethods("hyphenText<-")
exportMethods("language<-")
exportMethods(correct.hyph)
exportMethods(describe)
exportMethods(hyphen)
exportMethods(hyphenText)
exportMethods(hyphen_c)
exportMethods(hyphen_df)
exportMethods(language)
exportMethods(show)
exportMethods(summary)
import(methods)
importFrom(stats,setNames)
importFrom(utils,available.packages)
importFrom(utils,data)
importFrom(utils,file_test)
importFrom(utils,head)
importFrom(utils,install.packages)
importFrom(utils,modifyList)
importFrom(utils,packageDescription)
importFrom(utils,setTxtProgressBar)
importFrom(utils,tail)
importFrom(utils,txtProgressBar)