Package index
-
check_github_token()
- make sure your GITHUB credentials are properly setup
-
core_metadata()
- Return meta information about core packages
-
get_branch_info()
- Get last update time of branches in a package
-
get_branches()
- Get available branches for a package
-
get_core_pagkages()
- Get core PIP ecosystem package
-
get_current_branches()
get_package_current_branch()
- get the current branches that are meant to be used
-
get_default_branch()
set_default_branch()
- Get default branch in PIP ecosystem
-
get_latest_branch_update()
- Get details of the branch which was last updated
-
init_metapip()
update_pip_packages()
- Initializes the pip core packages
-
install_branch()
- Install branch from a package
-
install_latest_branch()
- Install latest branch from a package
-
install_pip_packages()
- Install one (or more) pip core packages from a branch.
-
metapip
- metapip: PIP packages manager
-
metapip_packages()
- List all packages in metapip
-
metapip_update()
- Update metapip packages
-
package_branches()
- Status tables of package versions in different branches along with local installations. For local installation,a status column is returned which indicates if the local version is ahead or behind the DEV_v2 branch.
-
pkg_deps()
- List all dependencies
-
print(<metapip_simplelist>)
- Pretty print for metapip_simplelist objects
-
rowname_to_column()
- Non tidyverse alternative to tibble::rownames_to_column
-
set_custom_branch()
get_custom_branch()
- Set default custom branching options