| assess_pkg | Assess package | 
| assess_pkg_r_package | Assess an R Package riskmetric with package name and version | 
| calc_overall_risk_score | Calculate overall package risk scores | 
| calc_risk_profile | Calculate package risk profile | 
| check_and_fetch_cran_package | Check and Fetch CRAN Package | 
| check_cran_package | Check if a Package Exists on CRAN | 
| check_suggested_exp_funcs | Function to check suggested exported functions | 
| contains_vignette_folder | Check for Vignette Folder and .Rmd Files in a .tar File | 
| create_weights_profile | Create weights profile | 
| extract_version | Extract Package Version from File Path | 
| fetch_bioconductor_package_info | Fetch Bioconductor Package Information | 
| fetch_bioconductor_releases | Fetch Bioconductor Release Announcements | 
| generate_html_report | Generate HTML Report for Package Assessment | 
| get_bioconductor_package_url | Retrieve Bioconductor Package URL | 
| get_cran_package_url | Get CRAN Package URL | 
| get_github_data | Fetch GitHub Repository Data | 
| get_internal_package_url | Get Internal Package URL | 
| get_package_download | Get CRAN Package Download Count | 
| get_pkg_name | get package name for display | 
| get_session_dependencies | Get Dependencies | 
| get_suggested_exp_funcs | Function to get suggested exported functions | 
| get_versions | Get Package Versions | 
| install_package_local | Install package locally | 
| modify_description_file | Modify the DESCRIPTION File in a R Package Tarball | 
| parse_bioconductor_releases | Parse Bioconductor Release Announcements | 
| parse_package_info | Parse Package Information from CRAN Archive | 
| risk_assess_pkg | Assess package - simplified | 
| risk_assess_pkg_lock_files | Process lock files | 
| score_reverse_dependencies | Scoring method for number of reverse dependencies a package has | 
| set_up_pkg | Creates information on package installation | 
| update_results_doc_scores | update results doc_metrics |