Package index
-
check_package() - Run the complete set of standardised tests on a package
-
check_codemeta() - Check the package metadata
-
check_cran() - Run all the package checks required by CRAN
-
check_description() - Check the
DESCRIPTIONfile
-
check_documentation() - Check the documentation
-
check_environment() - Make sure that the required environment variables are set on GitHub
-
check_license() - Check the license of a package
-
tidy_desc() - Make your DESCRIPTION tidy
-
check_folder() - Check the folder structure
-
check_project() - Run the required quality checks on a project
-
check_source() - Standardised test for an R source repository
-
add_badges() - add badges to a README
-
check_filename() - Check the style of file and folder names
-
check_lintr() - Check the packages for linters
-
check_spelling() - Spell check a package or project
-
custom_dictionary() - Add words to custom dictionaries
-
default_organisation() - Write default organisation settings
-
print(<checklist_spelling>) - Display a
checklist_spellingsummary
-
read_checklist() - Read the check list file from a package
-
read_organisation() - Read the organisation file
-
update_citation() - Create or update the citation files
-
write_checklist() - Write a check list with allowed issues in the source code
-
write_citation_cff() - Write a
CITATION.cfffile
-
write_organisation() - Write organisation settings
-
write_zenodo_json() - Write a
.zenodo.jsonfile
-
create_package() - Create an R package according to INBO requirements
-
create_project() - Initialise a new R project
-
prepare_ghpages() - Prepare a
gh-pagesbranch with a place holder page
-
set_license() - Set the proper license
-
setup_package() - Add or update the checklist infrastructure to an existing package
-
setup_project() - Set-up
checkliston an existing R project
-
setup_source() - Add or update the checklist infrastructure to a repository with source files.
-
clean_git() - Clean the git repository
-
create_draft_pr() - Create a draft pull request
-
is_repository() - Determine if a directory is in a git repository
-
is_workdir_clean() - Check if the current working directory of a repo is clean
-
new_branch() - Create a new branch after cleaning the repo
-
set_tag() - Set a New Tag
-
checklist - The checklist R6 class
-
citation_meta - The
citation_metaR6 class
-
organisation - The organisation R6 class
-
spelling - The spelling R6 class
-
ask_yes_no() - Function to ask a simple yes no question
-
author2df() - Convert person object in a data.frame.
-
bookdown_zenodo() - Render a
bookdownand upload to Zenodo
-
c_sort() - Sort using the C locale
-
create_hexsticker() - Make hexagonal logo for package
-
orcid2person() - Defunct functions
-
execshell() - Pass command lines to a shell
-
menu_first() - Improved version of menu()
-
store_authors() - Store author details for later usage
-
use_author() - Which author to use
-
validate_email() - Check if a vector contains valid email
-
validate_orcid() - Validate the structure of an ORCID id
-
yesno() - A function that asks a yes or no question to the user