# Generated by roxygen2: do not edit by hand

S3method(print,checklist_language)
S3method(print,checklist_spelling)
export(add_badges)
export(ask_yes_no)
export(bookdown_zenodo)
export(c_sort)
export(check_codemeta)
export(check_cran)
export(check_description)
export(check_documentation)
export(check_environment)
export(check_filename)
export(check_folder)
export(check_license)
export(check_lintr)
export(check_package)
export(check_project)
export(check_source)
export(check_spelling)
export(checklist)
export(citation_meta)
export(clean_git)
export(create_hexsticker)
export(create_package)
export(create_project)
export(custom_dictionary)
export(default_organisation)
export(execshell)
export(is_repository)
export(is_workdir_clean)
export(menu_first)
export(new_branch)
export(orcid2person)
export(organisation)
export(prepare_ghpages)
export(read_checklist)
export(read_organisation)
export(set_tag)
export(setup_package)
export(setup_project)
export(setup_source)
export(spelling)
export(store_authors)
export(tidy_desc)
export(update_citation)
export(use_author)
export(validate_email)
export(validate_orcid)
export(write_checklist)
export(write_citation_cff)
export(write_organisation)
export(write_zenodo_json)
export(yesno)
importFrom(R6,R6Class)
importFrom(assertthat,"on_failure<-")
importFrom(assertthat,assert_that)
importFrom(assertthat,has_name)
importFrom(assertthat,is.flag)
importFrom(assertthat,is.number)
importFrom(assertthat,is.string)
importFrom(assertthat,noNA)
importFrom(cli,cli_alert_info)
importFrom(cli,cli_alert_warning)
importFrom(cli,cli_h1)
importFrom(cli,cli_text)
importFrom(cli,col_green)
importFrom(cli,col_red)
importFrom(codemetar,give_opinions)
importFrom(desc,desc)
importFrom(desc,description)
importFrom(devtools,build_readme)
importFrom(devtools,document)
importFrom(fs,dir_create)
importFrom(fs,dir_delete)
importFrom(fs,dir_exists)
importFrom(fs,dir_ls)
importFrom(fs,file_copy)
importFrom(fs,file_delete)
importFrom(fs,file_exists)
importFrom(fs,file_move)
importFrom(fs,is_dir)
importFrom(fs,is_file)
importFrom(fs,path)
importFrom(fs,path_abs)
importFrom(fs,path_common)
importFrom(fs,path_dir)
importFrom(fs,path_ext_remove)
importFrom(fs,path_filter)
importFrom(fs,path_has_parent)
importFrom(fs,path_norm)
importFrom(fs,path_real)
importFrom(fs,path_rel)
importFrom(fs,path_split)
importFrom(gert,git_add)
importFrom(gert,git_ahead_behind)
importFrom(gert,git_branch)
importFrom(gert,git_branch_checkout)
importFrom(gert,git_branch_create)
importFrom(gert,git_branch_delete)
importFrom(gert,git_branch_exists)
importFrom(gert,git_branch_list)
importFrom(gert,git_commit)
importFrom(gert,git_commit_id)
importFrom(gert,git_config)
importFrom(gert,git_config_set)
importFrom(gert,git_diff)
importFrom(gert,git_fetch)
importFrom(gert,git_find)
importFrom(gert,git_info)
importFrom(gert,git_init)
importFrom(gert,git_log)
importFrom(gert,git_ls)
importFrom(gert,git_pull)
importFrom(gert,git_push)
importFrom(gert,git_remote_add)
importFrom(gert,git_remote_list)
importFrom(gert,git_rm)
importFrom(gert,git_stat_files)
importFrom(gert,git_status)
importFrom(gert,git_tag_create)
importFrom(gert,git_tag_list)
importFrom(grDevices,dev.off)
importFrom(grDevices,svg)
importFrom(graphics,plot.new)
importFrom(graphics,text)
importFrom(httr,HEAD)
importFrom(hunspell,dictionary)
importFrom(hunspell,hunspell)
importFrom(hunspell,list_dictionaries)
importFrom(jsonlite,toJSON)
importFrom(knitr,pandoc)
importFrom(lintr,lint_dir)
importFrom(lintr,lint_package)
importFrom(pkgdown,build_site)
importFrom(rcmdcheck,rcmdcheck)
importFrom(renv,dependencies)
importFrom(rmarkdown,clean_site)
importFrom(rmarkdown,pandoc_exec)
importFrom(rmarkdown,render_site)
importFrom(rmarkdown,yaml_front_matter)
importFrom(sessioninfo,session_info)
importFrom(stats,aggregate)
importFrom(stats,na.omit)
importFrom(stats,setNames)
importFrom(tools,R_user_dir)
importFrom(tools,RdTextFilter)
importFrom(tools,loadPkgRdMacros)
importFrom(tools,loadRdMacros)
importFrom(tools,toTitleCase)
importFrom(utils,askYesNo)
importFrom(utils,browseURL)
importFrom(utils,data)
importFrom(utils,file_test)
importFrom(utils,head)
importFrom(utils,installed.packages)
importFrom(utils,menu)
importFrom(utils,person)
importFrom(utils,read.table)
importFrom(utils,tail)
importFrom(utils,unzip)
importFrom(utils,write.table)
importFrom(utils,zip)
importFrom(withr,defer)
importFrom(withr,with_path)
importFrom(yaml,read_yaml)
importFrom(yaml,write_yaml)
