Package: verdepcheck 0.0.0.9001
verdepcheck: Check Package using Various Versions of Dependencies
Derive package dependencies from DESCRIPTION file using various strategies and run "R CMD CHECK" to validate package compatibility.
Authors:
verdepcheck_0.0.0.9001.tar.gz
verdepcheck_0.0.0.9001.zip(r-4.5)verdepcheck_0.0.0.9001.zip(r-4.4)verdepcheck_0.0.0.9001.zip(r-4.3)
verdepcheck_0.0.0.9001.tgz(r-4.4-any)verdepcheck_0.0.0.9001.tgz(r-4.3-any)
verdepcheck_0.0.0.9001.tar.gz(r-4.5-noble)verdepcheck_0.0.0.9001.tar.gz(r-4.4-noble)
verdepcheck_0.0.0.9001.tgz(r-4.4-emscripten)verdepcheck_0.0.0.9001.tgz(r-4.3-emscripten)
verdepcheck.pdf |verdepcheck.html✨
verdepcheck/json (API)
NEWS
# Install 'verdepcheck' in R: |
install.packages('verdepcheck', repos = c('https://insightsengineering.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/insightsengineering/verdepcheck/issues
Last updated 1 months agofrom:30e7c99e9e (on main). Checks:OK: 3 NOTE: 3 ERROR: 1. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 15 2024 |
R-4.5-win | OK | Nov 15 2024 |
R-4.5-linux | OK | Nov 15 2024 |
R-4.4-win | NOTE | Nov 15 2024 |
R-4.4-mac | ERROR | Nov 15 2024 |
R-4.3-win | NOTE | Nov 15 2024 |
R-4.3-mac | NOTE | Nov 15 2024 |
Exports:check_ipdownload_ipexecute_ipget_avail_dateget_ref_maxget_ref_minget_ref_min_incl_cranget_ref_releaseget_release_dateget_versioninstall_ipmax_deps_checkmin_cohort_deps_checkmin_isolated_deps_checknew_max_deps_installation_proposalnew_min_cohort_deps_installation_proposalnew_min_isolated_deps_installation_proposalnew_release_deps_installation_proposalrelease_deps_checksolve_ip
Dependencies:askpasscallrclicurldescdigestfilelockghgitcredsgluehttr2inijsonlitelifecyclelpSolvemagrittropensslpkgbuildpkgcachepkgdependsprettyunitsprocessxpsR6rappdirsrcmdcheckremotesrlangrprojrootsessioninfosysvctrswithrxopenzip
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Executes 'rcmdcheck::rcmdcheck()' on a local package using 'libpath' from the installation plan. | check_ip |
Solve installation plan ignoring entries with "@*release" remote refs for detected conflicts. | download_ip |
Executes installation plan and 'rcmdcheck::rcmdcheck()' in "try mode" to always return. | execute_ip |
Get available date for the package. | get_avail_date get_avail_date.remote_ref get_avail_date.remote_ref_cran get_avail_date.remote_ref_standard |
Get reference to the maximal version of the package. | get_ref_max |
Get reference to the minimal version of the package. | get_ref_min get_ref_min.remote_ref get_ref_min.remote_ref_cran get_ref_min.remote_ref_github get_ref_min.remote_ref_standard |
Get reference to the minimal version of the package including also check in CRAN repository. | get_ref_min_incl_cran get_ref_min_incl_cran.remote_ref get_ref_min_incl_cran.remote_ref_github |
Get reference to the release version of the package. | get_ref_release |
Get release date. | get_release_date get_release_date.remote_ref get_release_date.remote_ref_bioc get_release_date.remote_ref_cran get_release_date.remote_ref_github get_release_date.remote_ref_standard |
Get package version. | get_version get_version.remote_ref |
Executes installation plan. | install_ip |
Execute R CMD CHECK on a local package with all dependencies pre-installed using various strategies. | max_deps_check min_cohort_deps_check min_isolated_deps_check release_deps_check |
Create installation proposal using various dependency strategies | deps_installation_proposal new_max_deps_installation_proposal new_min_cohort_deps_installation_proposal new_min_isolated_deps_installation_proposal new_release_deps_installation_proposal |
Try to solve using standard method. If error - use resolve_ignoring_release_remote. | solve_ip |