cran-task-views / MixedModels

CRAN Task View: Mixed, Multilevel, and Hierarchical Models in R
https://CRAN.R-project.org/view=MixedModels
26 stars 9 forks source link

list of packages to watch/exclude #26

Open bbolker opened 1 year ago

bbolker commented 1 year ago

Consider adding to the repo, in some sensible format:

zeileis commented 1 year ago

Good idea!

Just a quick comment for interesting packages to watch: If these are on GitHub and you think they are good quality already, you can include them with the r github("user/repo") tag. This shouldn't be overused (after all it's a task view for CRAN not GitHub) but it's certainly ok for some packages of good quality.

mattfidler commented 1 year ago
jpiaskowski commented 1 year ago

should we remove archived packages from the task view during the interval that they are archived?

bbolker commented 1 year ago

It's a judgment call. If we know/think they're probably going to come back, it's easier to leave them. If we wanted we could set up some kind of rule of thumb like "if archived for >3 months drop from the TV", or "remove archived packages from the TV every 3 months"; the former rule is package-focused, the latter is TV-focused (i.e. we would review the TV for archived packages every 3 months and remove any packages that were currently archived).

It's a little bit of work but we could automate the check for "packages archived > 3 months" since the date of archiving can be scraped from the CRAN page ...

zeileis commented 1 year ago

This is supported from the CRAN side now, albeit only semi-automatically:

At the moment the 60 days and 100 days are not yet enforced properly because we are still triggering the process by hand in order to catch potential problems and hiccups. We hope to switch to cronjobs in the not-so-distant future, though.