Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 1.31 KB

File metadata and controls

25 lines (13 loc) · 1.31 KB

Test environments

R CMD check results

There was 1 NOTE (on Local Windows):

unable to verify current timestamps


This version addresses the following CRAN policy violation:

  • 'Packages which use Internet resources should fail gracefully with an informative message if the resource is not available or has changed (and not give a check warning nor error)'.

In particular, this version updates the get_gracefully() function and its use in functions such as get_libraries_tb(). The affected functions have been updated so that get_gracefully() is now called with either TRUE, FALSE or NA values supplied to the not_chr_1L_lgl argument. This should ensure a NULL return when internet resources have not been retrieved and more appropriate message delivery.