Package: g.data 2.4.1
David Brahm
g.data: Delayed-Data Packages
Create and maintain delayed-data packages (ddp's). Data stored in a ddp are available on demand, but do not take up memory until requested. You attach a ddp with g.data.attach(), then read from it and assign to it in a manner similar to S-PLUS, except that you must run g.data.save() to actually commit to disk.
Authors:
g.data_2.4.1.tar.gz
g.data_2.4.1.tar.gz(r-4.5-noble)g.data_2.4.1.tar.gz(r-4.4-noble)
g.data_2.4.1.tgz(r-4.4-emscripten)g.data_2.4.1.tgz(r-4.3-emscripten)
g.data.pdf |g.data.html✨
g.data/json (API)
# Install 'g.data' in R: |
install.packages('g.data', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated 9 months agofrom:eba3014b28. Checks:OK: 2. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 31 2024 |
R-4.5-linux | OK | Oct 31 2024 |
Exports:g.data.attachg.data.getg.data.putg.data.save
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Create and Maintain Delayed-Data Packages | g.data.attach g.data.get g.data.put g.data.save |