-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
similar_pkgs bug #92
Comments
Oh dear, it seems the daily data updates have stopped working properly, and the embeddings data for CRAN are no longer properly structured, meaning the whole workflow has been failing to update. Last successful update was Nov 11th 2024. I'll have to re-generate all data to fix and then restart the updating process ... |
Oh dear. Let me know if you'd like to pause the review process, if you think those updates will take a while. |
Thanks @MargaretSiple-NOAA, everything should be already fixed. I'll just re-open to update the caching functions so you (and others) can force an update with the latest data, to ensure things work again. |
add 'pkgmatch_update_cache' fn for #92
You may (and should!) now run library (pkgmatch)
packageVersion ("pkgmatch")
#> [1] '0.4.3.2'
input <- "Package do download open agricultural data including crop time series"
pkgmatch_similar_pkgs (input, corpus = "ropensci")
#> [1] "rsat" "rdhs" "rnaturalearth" "smapr"
#> [5] "tacmagic"
pkgmatch_similar_pkgs (input, corpus = "cran")
#> [1] "cropdatape" "ifo" "bundesbank" "CropScapeR" "dataseries"
pkgmatch_similar_fns (input)
#> [1] "rsnps::fetch_genotypes" "rgbif::occ_download_datasets"
#> [3] "weatherOz::get_available_imagery" "cde::ea_wbids"
#> [5] "getCRUCLdata::get_CRU_stack" Created on 2025-01-16 with reprex v2.1.1 (These are subject to change, as data are updated daily, so no result is guaranteed to be reproducible from one day to the next ...) |
improve progress message in cran update #92
Reported by @MargaretSiple-NOAA in this review comment, and able to be reproduced locally:
Created on 2025-01-15 with reprex v2.1.1
The text was updated successfully, but these errors were encountered: