Skip to content
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

On-disk caching #63

Open
iqis opened this issue Jul 24, 2019 · 2 comments
Open

On-disk caching #63

iqis opened this issue Jul 24, 2019 · 2 comments
Assignees
Labels
enhancement New feature or request
Projects

Comments

@iqis
Copy link
Contributor

iqis commented Jul 24, 2019

With regard to #58 on size of study, a mechanism to cache individual workbooks onto disk has been stored in /R/stash.R
This thread documents further discussions and implementational details.

@iqis iqis added the enhancement New feature or request label Jul 24, 2019
@iqis iqis self-assigned this Jul 24, 2019
@wendtke wendtke added this to To do in psyphr Jul 28, 2019
@wendtke wendtke moved this from To do to In progress in psyphr Jul 28, 2019
@iqis
Copy link
Contributor Author

iqis commented Jul 29, 2019

done with 4574186 and neighbors.
currently read_study_MW() has added arguments: stash and stash_dir_path, which lets the user choose whether and where to stash the binaries. Default behavior stashes the binaries to a temporary folder, which only persists during the R session.

@iqis
Copy link
Contributor Author

iqis commented Aug 25, 2019

On-disk caching is now done with thing() from mod package. Works well!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
psyphr
  
In progress
Development

No branches or pull requests

1 participant