forked from rjournal/rjtools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
44 lines (43 loc) · 1.19 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
# Generated by roxygen2: do not edit by hand
export(check_abstract_before_intro)
export(check_cover_letter)
export(check_filenames)
export(check_packages_available)
export(check_proposed_pkg)
export(check_section)
export(check_spelling)
export(check_structure)
export(check_title)
export(check_unnecessary_files)
export(create_article)
export(initial_check_article)
export(prepare_submission)
export(rjournal_pdf_article)
export(rjournal_pdf_issue)
export(rjournal_web_article)
export(rjournal_web_issue)
export(zip_paper)
import(stringr)
importFrom(BiocManager,version)
importFrom(cranlogs,cran_downloads)
importFrom(fs,dir_create)
importFrom(fs,file_copy)
importFrom(fs,file_move)
importFrom(hunspell,dictionary)
importFrom(hunspell,hunspell)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(rlang,caller_env)
importFrom(rlang,env_poke)
importFrom(stringr,str_count)
importFrom(stringr,str_extract)
importFrom(stringr,str_locate)
importFrom(stringr,str_match)
importFrom(stringr,str_match_all)
importFrom(stringr,str_replace_all)
importFrom(tools,file_ext)
importFrom(tools,file_path_sans_ext)
importFrom(tools,toTitleCase)
importFrom(utils,available.packages)
importFrom(utils,zip)
importFrom(yesno,yesno)