Package: indexr 0.3.0

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.3.0.tar.gz
indexr_0.3.0.zip(r-4.7)indexr_0.3.0.zip(r-4.6)indexr_0.3.0.zip(r-4.5)
indexr_0.3.0.tgz(r-4.6-any)indexr_0.3.0.tgz(r-4.5-any)
indexr_0.3.0.tar.gz(r-4.7-any)indexr_0.3.0.tar.gz(r-4.6-any)
indexr_0.3.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
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/docs site:https://lharris421.github.io
Last updated from:f40ea97efc. Checks:7 NOTE, 2 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | NOTE | 132 | ||
| source / vignettes | OK | 173 | ||
| linux-release-x86_64 | NOTE | 126 | ||
| macos-release-arm64 | NOTE | 143 | ||
| macos-oldrel-arm64 | NOTE | 228 | ||
| windows-devel | NOTE | 87 | ||
| windows-release | NOTE | 126 | ||
| windows-oldrel | NOTE | 98 | ||
| wasm-release | OK | 104 |
Exports:check_hash_existencecleanupcleanup_from_hash_tableclose_taggingcompress_incrementalcreate_hash_tablegenerate_hashread_objectsrehashsave_objectsstart_taggingupdate_from_hash_tableupdate_from_legacy
Dependencies:bitbit64clicliprcpp11crayondigestdplyrfilelockgenericsgluehmslifecyclemagrittrpillarpkgconfigprettyunitsprogressR6readrrlangtibbletidyselecttzdbutf8vctrsvroomwithryaml
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 |
| Update individual parameter files (legacy) to a single indexr.yaml parameters file. | update_from_legacy |