Package index
-
add_gls_to_env() - Add gls list to the global envirnment. To be used in zzz.R in other packages
-
all_args() - Get all arguments of calling function
-
check_pkg_active() - Check if a package is loaded or attached
-
compare_branch_content() - Compare content of two branches
-
compare_branches_sha() - Compare the SHA of the latest commit of two branches
-
confirm_branch_exists() - confirm branch exists in repo
-
create_new_branch() - Create new branch in repo
-
delete_branch() - delete branch in Github repo
-
get_branch_info_from_gh() - Get info of a branch in a GitHub repo
-
get_file_from_gh() - Get file from Github
-
get_file_info_from_gh() - Get info of a file or files within a folder in a Github repo
-
get_from_pipenv() - Get a value from .pipenv
-
get_github_creds() - make sure your GITHUB credentials are properly setup
-
get_latest_pip_release() - Get latest PIP release
-
get_pip_releases() - Get PIP releases
-
get_pipenv() - Get the entire .pipenv environment
-
get_ppp_versions()get_latest_ppp_versions() - get most recent version of PPP
-
get_repo_branches() - Get branches from a GitHub repository
-
get_wrk_release() - get working release in PIP functions
-
inspect_args() - Argument Inspector
-
is_private_repo() - check if the Repo is private or not
-
load_all_from_gh() - Get all files from folder in Github
-
load_from_gh() - Load Data from github. This function is inspired from the gh package.
-
log_add() - Add a log entry
-
log_exists() - Check whether a log exists
-
log_filter() - Filter log entries
-
log_get() - Get a particular log entries
-
log_has_errors() - Check whether a log contains any errors
-
log_info()log_warn()log_error() - Log an error, warning, or info event
-
log_init() - Initialize a new log
-
log_load() - Load a log from a .qs file
-
log_names() - List all active logs
-
log_reset() - Reset or delete a log from memory
-
log_save() - Save a log to disk
-
log_show() - Print a log nicely (for use in vignettes or reports)
-
log_summary() - Summarize log contents
-
merge_branch_into() - Merge a Source Branch into a Target Branch
-
new_pip_release()remove_pip_release() - Create new release for PIP update
-
new_secret() - Constructor of secret.
-
pip_create_globals() - Create global variables for PIP data management
-
pip_create_vintage() - Create output directory name
-
pip_sign_save() - Save PIP data
-
pipinstall() - Install PIP packages.
-
print(<secret>) - S# method for secret
-
save_to_gh() - Save to GitHub
-
set_in_pipenv() - Set a value in .pipenv
-
setup_working_release() - Loads PIP release into .pipenv
-
sync_release_branch() - Create or Update release branch of a GH repo
-
update_branches() - Update Branches of a GitHub Repository