79552237

Date: 2025-04-03 07:17:34
Score: 2
Natty:
Report link

Using the code proposed by @hrbrmstr, it is possible to test the minimum version of the dependencies of a package not published on CRAN if you have the source code of this package:

purrr::map_chr(desc::desc_get_deps("/path/to/the/package/source")$package, min_r_version)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • User mentioned (1): @hrbrmstr
  • Low reputation (1):
Posted by: David Dorchies