Package: indexr 0.2.2

Logan Harris
indexr: A Thoughtful Saver of Results
Helps with the thoughtful saving, reading, and management of result files (using 'rds' files). The core functions take a list of parameters that are used to generate a unique hash to save results under. Then, the same parameter list can be used to read those results back in. This is helpful to avoid clunky file naming when running a large number of simulations. Additionally, helper functions are available for compiling a flat file of parameters of saved results, monitoring result usage, and cleaning up unwanted or unused results. For more information, visit the 'indexr' homepage <https://lharris421.github.io/indexr/>.
Authors:
indexr_0.2.2.tar.gz
indexr_0.2.2.zip(r-4.5)indexr_0.2.2.zip(r-4.4)indexr_0.2.2.zip(r-4.3)
indexr_0.2.2.tgz(r-4.5-any)indexr_0.2.2.tgz(r-4.4-any)indexr_0.2.2.tgz(r-4.3-any)
indexr_0.2.2.tar.gz(r-4.5-noble)indexr_0.2.2.tar.gz(r-4.4-noble)
indexr_0.2.2.tgz(r-4.4-emscripten)indexr_0.2.2.tgz(r-4.3-emscripten)
indexr.pdf |indexr.html✨
indexr/json (API)
NEWS
# Install 'indexr' in R: |
install.packages('indexr', repos = c('https://lharris421.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/lharris421/indexr/issues
Pkgdown site:https://lharris421.github.io
Last updated 28 days agofrom:15aedbca5a. Checks:1 OK, 7 NOTE. Indexed: yes.
Target | Result | Latest binary |
---|---|---|
Doc / Vignettes | OK | Feb 18 2025 |
R-4.5-win | NOTE | Feb 18 2025 |
R-4.5-mac | NOTE | Feb 18 2025 |
R-4.5-linux | NOTE | Feb 18 2025 |
R-4.4-win | NOTE | Feb 18 2025 |
R-4.4-mac | NOTE | Feb 18 2025 |
R-4.3-win | NOTE | Feb 18 2025 |
R-4.3-mac | NOTE | Feb 18 2025 |
Exports:check_hash_existencecleanupcleanup_from_hash_tableclose_taggingcompress_incrementalcreate_hash_tablegenerate_hashread_objectsrehashsave_objectsstart_taggingupdate_from_hash_table
Dependencies:bitbit64clicliprcpp11crayondigestdplyrfansigenericsgluehmslifecyclemagrittrpillarpkgconfigprettyunitsprogressR6readrrlangstringistringrtibbletidyselecttzdbutf8vctrsvroomwithr
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Check for the Existence of Results Under a Set of Parameters | check_hash_existence |
Remove Files Based on Hash Table | cleanup_from_hash_table |
Combine Results Saved by 'save_objects' with 'incremental=TRUE' | compress_incremental |
Create a Table of the Parameters for Saved Results from RDS Files | create_hash_table |
Generate a Consistent Hash for an Argument List | generate_hash |
Read Objects Based on Parameter List | read_objects |
Rehash RDS Files in a Directory | rehash |
Save Simulation Results with Names as Hashes from the Parameters that Generated Them | save_objects |
Monitor result file usage and cleanup unused files | cleanup close_tagging start_tagging |
Update File Names Based on New Parameters in Adjusted Hash Table | update_from_hash_table |