Get the last_modified_date for all current report.tgz

reports_last_mod_table()

Value

A data frame with one row per report.tgz file

Author

Sean Davis <seandavi@gmail.com>

Examples

res = reports_last_mod_table()
res
#> # A tibble: 93 × 2
#>    url                                                       last_modified      
#>    <chr>                                                     <dttm>             
#>  1 https://bioconductor.org/checkResults/3.19/bioc-LATEST/r… 2024-02-01 12:57:21
#>  2 https://bioconductor.org/checkResults/3.19/bioc-mac-arm6… 2024-01-29 12:20:53
#>  3 https://bioconductor.org/checkResults/3.19/data-annotati… 2024-01-31 08:30:06
#>  4 https://bioconductor.org/checkResults/3.19/data-experime… 2024-02-01 14:51:25
#>  5 https://bioconductor.org/checkResults/3.19/workflows-LAT… 2024-01-30 14:00:11
#>  6 https://bioconductor.org/checkResults/3.19/books-LATEST/… 2024-01-31 14:00:04
#>  7 https://bioconductor.org/checkResults/3.19/bioc-longtest… 2024-01-20 21:30:02
#>  8 https://bioconductor.org/checkResults/3.18/bioc-LATEST/r… 2024-02-02 11:38:58
#>  9 https://bioconductor.org/checkResults/3.18/bioc-mac-arm6… 2024-02-01 13:22:20
#> 10 https://bioconductor.org/checkResults/3.18/data-annotati… 2024-01-31 08:30:04
#> # ℹ 83 more rows