## ----include = FALSE---------------------------------------------------------- knitr::opts_chunk$set( collapse = TRUE, comment = "#>" ) ## ----------------------------------------------------------------------------- library(risk.assessr) options(repos = "http://cran.us.r-project.org") ## ----------------------------------------------------------------------------- download_and_parse_dependencies("stringr") ## ----------------------------------------------------------------------------- dep_data <- fetch_all_dependencies("stringr") ## ----------------------------------------------------------------------------- dep_data ## ----------------------------------------------------------------------------- print_tree(dep_data) ## ----------------------------------------------------------------------------- detect_version_conflicts(dep_data)