Skip to content
This repository has been archived by the owner on Jan 14, 2022. It is now read-only.

Listing all packages related to missing data from CRAN #5

Closed
njtierney opened this issue Aug 16, 2018 · 4 comments
Closed

Listing all packages related to missing data from CRAN #5

njtierney opened this issue Aug 16, 2018 · 4 comments

Comments

@njtierney
Copy link
Contributor

Using the code from this gist: https://gist.github.com/njtierney/9c7f816ad71e3cb4c5a288031585229f

We can search for missing data related packages

@njtierney
Copy link
Contributor Author

Here is the current list of missing data words:

mda_words <- c("miss",
               "missing",
               "NA",
               "na",
               "impute",
               "imputed",
               "imputes",
               "imputation",
               "imputations",
               "imputing")

@njtierney
Copy link
Contributor Author

mda_words <- c("miss",
               "missing",
               "matrix completion",
               "interpolate",
               "interpolated",
               "interpolation",
               "interpolating",
               "matrix complete",
               "matrix completing",
               "NA",
               "na",
               "impute",
               "imputed",
               "imputes",
               "imputation",
               "imputations",
               "imputing")

@tuxette
Copy link
Member

tuxette commented Aug 16, 2018

The script is in the repository. The list is attached
missing_packages.txt

Julie: up to package 'heatmaply' (included)
Nick: up to package 'PEMM' (included)
Nath: the rest

@tuxette
Copy link
Member

tuxette commented Aug 27, 2018

Update for me: reviewed all my packages. Questions:

Note: I skipped almost all packages that have not been updated in the past two years.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants