Package index
-
max_deps_check()
release_deps_check()
min_cohort_deps_check()
min_isolated_deps_check()
- Execute
R CMD CHECK
on a local package with all dependencies pre-installed using various strategies.
-
new_max_deps_installation_proposal()
new_release_deps_installation_proposal()
new_min_cohort_deps_installation_proposal()
new_min_isolated_deps_installation_proposal()
- Create installation proposal using various dependency strategies
-
check_ip()
- Executes
rcmdcheck::rcmdcheck()
on a local package usinglibpath
from the installation plan.
-
download_ip()
- Solve installation plan ignoring entries with "@*release" remote refs for detected conflicts.
-
execute_ip()
- Executes installation plan and
rcmdcheck::rcmdcheck()
in "try mode" to always return.
-
install_ip()
- Executes installation plan.
-
solve_ip()
- Try to solve using standard method. If error - use resolve_ignoring_release_remote.
-
get_ref_max()
- Get reference to the maximal version of the package.
-
get_ref_min()
- Get reference to the minimal version of the package.
-
get_ref_min_incl_cran()
- Get reference to the minimal version of the package including also check in CRAN repository.
-
get_ref_release()
- Get reference to the release version of the package.
-
get_release_date()
- Get release date.
-
get_avail_date()
- Get available date for the package.
-
get_version()
- Get package version.