You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Within get_dep_vec(), remove trailing commas of the string. This is because, in tools::CRAN_package_db(), some strings of dependencies have trailing commas, causing the resulting data frame of get_dep_all_packages() to contain some rows with the package name being "" (empty string).
Consequently, remove the relevant line in get_dep_all_packages() that delete rows with the package name being "".
Retract the use of pipe operator |> in check_dep_word() and get_dep_vec().
Clarify in the documentation of get_dep_all_packages() that the orphan packages (those with no dependency of any type, forward or reverse) are not included. A Depends on an R version doesn't count.
Miscellaneous
Set up Github actions / workflows to enable Rhub checks.
Not evaluate some code chunks in degree.Rmd to reduce total check time.