-
Notifications
You must be signed in to change notification settings - Fork 13
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
external data package #292
Comments
anyone feeling inspired to do this? |
I'll take a look into it. |
anyone feeling inspired to do this?
an alternative could be to have the data on a web server, which can
also directly be accessed from R. This might be much less work...?
|
As it is set up now, it is not much work to incrementally add data. How would we deal with lots of small files in the webserver approach? Would be package them as ZIP files beforehand? The advantage would be that the users could just download the data they want, not having to install all sample data. In this case one could just make a GitHub repository and directly publish the |
In order to include some more example data in hadron, especially loops and/or gradient flow files, it will be necessary to externalise this due to the CRAN size limitations (https://thecoatlessprofessor.com/programming/r/size-and-limitations-of-packages-on-cran/)
We've already started something along these lines in https://github.com/HISKP-LQCD/hadron_example_data, but we clearly need a mechanism in hadron to load this data from github (or elsewhere).
My example data set for the gradient flow observables, for example, is 3.2 MB by itself...
The text was updated successfully, but these errors were encountered: