| package_date | R Documentation |
Search the DESCRIPTION file for the release dates of dependencies and return the earliest date according to CRAN's archive. This is the date at which the package could be installed.
package_date(packages = ".", which = "strong")
packages |
Path to the package folder and/or name of packages published. |
which |
a character vector listing the types of
dependencies, a subset of
|
Currently this function assumes that packages only use ">=" and not other operators. This might change on the future if other operators are more used.
A vector with the datetimes of the published package (or current date if not published) and the datetime when the requirements were met.
Other utilities:
cran_date(),
cran_doom(),
cran_snapshot(),
duplicated_alias(),
package_repos(),
repos_dependencies(),
update_dependencies()
package_date("ABACUS")
package_date("paramtest")
package_date("Seurat") # Dependencies on packages not on CRAN
package_date("afmToolkit") # Dependency was removed from CRAN
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.