-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
47 lines (46 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
38
39
40
41
42
43
44
45
46
47
# Generated by roxygen2: do not edit by hand
export(app_deps)
export(app_size)
export(bio_releases)
export(biocran_repos)
export(checked_packages)
export(compareVersionsMax)
export(compareVersionsMin)
export(cran_flavors)
export(dir_size)
export(lib_validate)
export(lock_validate)
export(match_flavors)
export(pac_checkpage)
export(pac_checkred)
export(pac_compare_namespace)
export(pac_compare_news)
export(pac_compare_versions)
export(pac_deps)
export(pac_deps_dev)
export(pac_deps_heavy)
export(pac_deps_timemachine)
export(pac_deps_user)
export(pac_description)
export(pac_health)
export(pac_isin)
export(pac_islast)
export(pac_last)
export(pac_lifeduration)
export(pac_namespace)
export(pac_news)
export(pac_size)
export(pac_timemachine)
export(pac_true_size)
export(pac_validate)
export(pacs_base)
export(pacs_lifeduration)
importFrom(memoise,memoise)
importFrom(stringi,stri_match_all)
importFrom(stringi,stri_split_fixed)
importFrom(stringi,stri_split_regex)
importFrom(stringi,stri_trim)
importFrom(xml2,read_html)
importFrom(xml2,xml_attr)
importFrom(xml2,xml_find_all)
importFrom(xml2,xml_text)