R/crandb-public-api.R, R/print.R
cran_events.RdList of all CRAN events (new, updated, archived packages)
List of events.
cran_events()
#> CRAN events (events)-----------------------------------------------------------
#> . When Package Version Title
#> - 5 hours hdf5lib 1.14.6.7 Headers and Static Libraries for 'HDF5'
#> + 5 hours sequoia 3.1.3 Pedigree Inference from SNPs
#> + 6 hours EMGCR 0.2.0 Fit a Mixture Cure Rate Model with Custo...
#> + 6 hours aramappings 0.1.0 Computes Adaptable Radial Axes Mappings
#> + 7 hours automatedRecLin 1.0.0 Record Linkage Based on an Entropy-Maxim...
#> + 7 hours quasar 0.1.0 Valid Inference on Multiple Quantile Reg...
#> + 7 hours dawaR 0.3.1 An API Wrapper for 'DAWA' - 'The Danish ...
#> + 7 hours neotoma2 1.0.8 Working with the Neotoma Paleoecology Da...
#> + 7 hours LWFBrook90R 0.6.3 Simulate Evapotranspiration and Soil Moi...
#> + 7 hours mixedCCA 1.6.3 Sparse Canonical Correlation Analysis fo...
cran_events(limit = 5, releases = FALSE)
#> CRAN events (archivals)--------------------------------------------------------
#> . When Package Version Title
#> - 5 hours hdf5lib 1.14.6.7 Headers and Static Libraries for 'HDF5'
#> - 1 day xtune 2.0.0 Regularized Regression with Feature-Speci...
#> - 1 day CohortPathways 0.0.1 Create Pathways from Target to Event Coho...
#> - 1 day CohortExplorer 0.1.0 Explorer of Profiles of Patients in a Coh...
#> - 1 day CohortAlgebra 0.3.1 Use of Interval Algebra to Create New Coh...
cran_events(limit = 5, archivals = FALSE)
#> CRAN events (pkgreleases)------------------------------------------------------
#> . When Package Version Title
#> + 5 hours sequoia 3.1.3 Pedigree Inference from SNPs
#> + 6 hours EMGCR 0.2.0 Fit a Mixture Cure Rate Model with Custom...
#> + 6 hours aramappings 0.1.0 Computes Adaptable Radial Axes Mappings
#> + 7 hours automatedRecLin 1.0.0 Record Linkage Based on an Entropy-Maximi...
#> + 7 hours quasar 0.1.0 Valid Inference on Multiple Quantile Regr...
summary(cran_events(limit = 10))
#> CRAN events (events)
#> [1] "[email protected]" "[email protected]" "[email protected]"
#> [4] "[email protected]" "[email protected]" "[email protected]"
#> [7] "[email protected]" "[email protected]" "[email protected]"
#> [10] "[email protected]"