-
Notifications
You must be signed in to change notification settings - Fork 3
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
Migrate designs to website #70
Comments
One idea is to create a DeclareDesign dataverse and host designs there |
I agree versioning would be good, suggest Github is probably better/easier solution? |
GitHub is really terrible for binary files.
…On Mon, Jun 18, 2018 at 8:38 AM Graeme Blair ***@***.***> wrote:
I agree versioning would be good, suggest Github is probably better/easier
solution?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#70 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAZjTjPx3nZV9v3tm62WwLVQ0kOqbmO3ks5t98lhgaJpZM4UfDjc>
.
|
fair enough. I think we want something with an R api that is easy to use, so we can access it within DesignLibrary. dataverse has one, but I've had to fight with dataverse every time I've used it. |
Yeah I know what you mean about dataverse API. I was hoping this had gotten better. One advantage I see in setting up a DD dataverse is that it contains a lot of the infrastructure we already want, and would prevent people uploading any old binary file to our website. If we end up going with something like AWS to host the .Rdata files we'll need some method of reviewing and approving uploads. Dataverse has both versioning and review: http://guides.dataverse.org/en/latest/user/dataset-management.html Definitely need to overcome the API problem though I agree. Accessing designs from inside the package needs to be seamless. |
IQSS/dataverse-client-r#21 - might be churning.
…On Mon, Jun 18, 2018 at 8:49 AM Jasper Cooper ***@***.***> wrote:
Yeah I know what you mean about dataverse API. I was hoping this had
gotten better.
One advantage I see in setting up a DD dataverse is that it contains a lot
of the infrastructure we already want, and would prevent people uploading
any old binary file to our website. If we end up going with something like
AWS to host the .Rdata files we'll need some method of reviewing and
approving uploads.
Dataverse has both versioning and review:
http://guides.dataverse.org/en/latest/user/dataset-management.html
Definitely need to overcome the API problem though I agree. Accessing
designs from inside the package needs to be seamless.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#70 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAZjTkBAkcBnUQgE5z_S-sYfpvqvpEW0ks5t98wLgaJpZM4UfDjc>
.
|
OSF also has an API that is more likely to be maintained, but no R package. |
@graemeblair I'm so sorry to hear you've had to fight with the Dataverse API. If you would be willing to let me know here or open issues over at https://github.com/IQSS/dataverse/issues or pop in http://chat.dataverse.org I'd love to get some feedback from you on them. We are continually making improvements, such as easier API for making small metadata edits: IQSS/dataverse#3599 . I also recently added headers to the "native" API documentation so you can more easily tell what the API can even do: http://guides.dataverse.org/en/4.9/api/native-api.html Yes, there in churn in dataverse-client-r in the sense that the original author (whom we love!) is switching jobs and looking for maintainers for a number of packages that he has been maintaining for years: https://twitter.com/thosjleeper/status/994135444848889856 |
thanks @pdurbin I haven't tried in awhile so will try again! |
download_design()
functionThe text was updated successfully, but these errors were encountered: