Other packages > Find by keyword >

riskmetric  

Risk Metrics to Evaluating R Packages
View on CRAN: Click here


Download and install riskmetric package within the R console
Install from CRAN:
install.packages("riskmetric")

Install from Github:
library("remotes")
install_github("cran/riskmetric")

Install by package version:
library("remotes")
install_version("riskmetric", "0.2.6")



Attach the package and use:
library("riskmetric")
Maintained by
Eli Miller
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2021-05-13
Latest Update: 2025-03-06
Description:
Facilities for assessing R packages against a number of metrics to help quantify their robustness.
How to cite:
Eli Miller (2021). riskmetric: Risk Metrics to Evaluating R Packages. R package version 0.2.6, https://cran.r-project.org/web/packages/riskmetric. Accessed 11 Jun. 2026.
Previous versions and publish date:
0.1.0 (2021-05-13 11:40), 0.1.1 (2021-07-29 22:40), 0.1.2 (2022-01-28 22:10), 0.2.0 (2023-02-22 23:40), 0.2.1 (2023-03-10 22:50), 0.2.2 (2023-06-29 13:30), 0.2.3 (2023-08-31 19:30), 0.2.4 (2024-01-09 16:50), 0.2.5 (2025-03-06 23:30), 0.2.6 (2026-01-13 17:20)
Other packages that cited riskmetric R package
View riskmetric citation profile
Other R packages that riskmetric depends, imports, suggests or enhances
Complete documentation for riskmetric
Functions, R codes and Examples using the riskmetric R package
Some associated functions: all_assessments . allow_mutation . as_pkg_metric . as_pkg_metric_condition . as_pkg_metric_error . as_pkg_metric_na . as_pkg_metric_todo . assess_covr_coverage . assess_dependencies . assess_downloads_1yr . assess_export_help . assess_exported_namespace . assess_has_bug_reports_url . assess_has_examples . assess_has_maintainer . assess_has_news . assess_has_source_control . assess_has_vignettes . assess_has_website . assess_last_30_bugs_status . assess_license . assess_news_current . assess_r_cmd_check . assess_remote_checks . assess_reverse_dependencies . assess_size_codebase . assessment_error_as_warning . assessment_error_empty . assessment_error_throw . available_pkg_ref_fields . bare_env . bug_report_metadata . cache_behaviors . capture_expr_output . dec_mutations_count . determine_pkg_source . dot-tools . examples_from_dir . examples_from_pkg . filter_rd_db . firstS3method . format_assessment_message . get_assessment_columns . get_assessments . get_package_dependencies . get_pkg_ref_classes . if_not_null_else . inc_mutations_count . is_url_subpath_of . memoise_bioc_mirrors . memoise_cran_mirrors . metric_score . metric_score.pkg_metric_covr_coverage . metric_score.pkg_metric_dependencies . metric_score.pkg_metric_downloads_1yr . metric_score.pkg_metric_export_help . metric_score.pkg_metric_exported_namespace . metric_score.pkg_metric_has_bug_reports_url . metric_score.pkg_metric_has_examples . metric_score.pkg_metric_has_maintainer . metric_score.pkg_metric_has_news . metric_score.pkg_metric_has_source_control . metric_score.pkg_metric_has_vignettes . metric_score.pkg_metric_has_website . metric_score.pkg_metric_last_30_bugs_status . metric_score.pkg_metric_license . metric_score.pkg_metric_news_current . metric_score.pkg_metric_r_cmd_check . metric_score.pkg_metric_remote_checks . metric_score.pkg_metric_reverse_dependencies . metric_score.pkg_metric_size_codebase . news_from_dir . parse_dcf_dependencies . pkg_assess . pkg_metric . pkg_metric_eval . pkg_ref . pkg_ref_cache.bug_reports_host.default . pkg_ref_cache.bug_reports_url.pkg_source . pkg_ref_cache.covr_coverage.pkg_source . pkg_ref_cache.expression_coverage.pkg_source . pkg_ref_cache.help.pkg_install . pkg_ref_cache.help.pkg_source . pkg_ref_cache.news.pkg_remote . pkg_ref_class_hierarchy . pkg_ref_mutability_error . pkg_score . print.with_eval_recording . remove_base_packages . require_cache_behaviors . riskmetric . riskmetric_metadata_caching . roxygen_assess_family . roxygen_assess_family_catalog . roxygen_cache_behaviors . roxygen_score_family . score_error_NA . score_error_default . score_error_zero . sub-sub-.pkg_ref . summarize_scores . suppressMatchingConditions . use_assessments_column_names . verify_pkg_source . vignettes_from_dir . vignettes_from_html . with.pkg_ref . with_unclassed_to . 
Some associated R codes: assess_covr_coverage.R . assess_dependencies.R . assess_downloads.R . assess_export_help.R . assess_exported_namespace.R . assess_has_bug_reports_url.R . assess_has_examples.R . assess_has_maintainer.R . assess_has_news.R . assess_has_source_control.R . assess_has_vignettes.R . assess_has_website.R . assess_last_30_bugs_status.R . assess_license.R . assess_news_current.R . assess_r_cmd_check.R . assess_remote_checks.R . assess_reverse_dependencies.R . assess_size_codebase.R . dev_hint.R . dev_tips.R . metric_score.R . options.R . pkg_assess.R . pkg_cohort.R . pkg_metric.R . pkg_metric_condition.R . pkg_metric_error.R . pkg_metric_na.R . pkg_metric_todo.R . pkg_ref_cache.R . pkg_ref_cache_NEWS_urls.R . pkg_ref_cache_archive_release_date.R . pkg_ref_cache_behaviors.R . pkg_ref_cache_bug_reports.R . pkg_ref_cache_bug_reports_host.R . pkg_ref_cache_bug_reports_url.R . pkg_ref_cache_covr_coverage.R . pkg_ref_cache_description.R . pkg_ref_cache_downloads.R . pkg_ref_cache_examples.R . pkg_ref_cache_expr_coverage.R . pkg_ref_cache_help.R . pkg_ref_cache_help_aliases.R . pkg_ref_cache_license.R . pkg_ref_cache_maintainer.R . pkg_ref_cache_news.R . pkg_ref_cache_r_cmd_check.R . pkg_ref_cache_release_date.R . pkg_ref_cache_remote_checks.R . pkg_ref_cache_repo_base_url.R . pkg_ref_cache_source_control_url.R . pkg_ref_cache_tarball_url.R . pkg_ref_cache_vignettes.R . pkg_ref_cache_web_html.R . pkg_ref_cache_web_url.R . pkg_ref_cache_website_urls.R . pkg_ref_class.R . pkg_ref_class_coersion.R . pkg_ref_class_extract.R . pkg_ref_class_format.R . pkg_ref_class_names.R . pkg_score.R . riskmetric-package.R . summarize_scores.R . utils.R . utils_memoised.R . vctrs_list_of_pkg_metric.R . vctrs_list_of_pkg_ref.R . zzz.R .  Full riskmetric package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

stevedata  
Steve's Toy Data for Teaching About a Variety of Methodological, Social, and Political Topics
This is a collection of various kinds of data with broad uses for teaching. My students, and academ ...
Download / Learn more Package Citations See dependency  
hsphase  
Phasing, Pedigree Reconstruction, Sire Imputation and Recombination Events Identification of Half-sib Families Using SNP Data
Identification of recombination events, haplotype reconstruction, sire imputation and pedigree recon ...
Download / Learn more Package Citations See dependency  
clusrank  
Wilcoxon Rank Tests for Clustered Data
Non-parametric tests (Wilcoxon rank sum test and Wilcoxon signed rank test) for clustered data docu ...
Download / Learn more Package Citations See dependency  
Voss  
Generic Voss Algorithm (Random Sequential Additions)
Generating realizations of a fractal Brownian function on uniform 1D & 2D grid with classic and ...
Download / Learn more Package Citations See dependency  
leontief  
Input-Output Analysis
An implementation of the Input-Output model developed by Wassily Leontief that represents the inter ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  

27,372

R Packages

233,548

Dependencies

72,820

Author Associations

27,205

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA