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

Rebase to origin #1

Merged
merged 48 commits into from
Jan 29, 2020
Merged

Rebase to origin #1

merged 48 commits into from
Jan 29, 2020

Conversation

billy34
Copy link
Owner

@billy34 billy34 commented Jan 29, 2020

Please ensure the following before submitting a PR:

  • if suggesting code changes or improvements, open an issue first
  • for all but trivial changes (e.g., typo fixes), add your name to DESCRIPTION
  • for all but trivial changes (e.g., typo fixes), documentation your change in NEWS.md with a parenthetical reference to the issue number being addressed
  • if changing documentation, edit files in /R not /man and run devtools::document() to update documentation
  • add code or new test files to /tests for any new functionality or bug fix
  • make sure R CMD check runs without error before submitting the PR

kuriwaki and others added 30 commits December 11, 2019 11:51
Currently fq is completely broken:
1. It requires start to be set for no reason
2. It fails because match.arg will always fail since no args are given in the function

This fix does three things:
1. Test for fq rather than start
2. get rid of the match.arg -- since fq is super flexible, we can't use that here
3. enclose the fq query in I to prevent URL encoding (see r-lib/httr#540 (comment) ). Otherwise, httr encodes colons, square brackets and + and e.g. the [example for date range search](http://guides.dataverse.org/en/latest/api/search.html#date-range-search-example) breaks
@leeper, I believe thesee are the correct modifications, according to [CRAN](https://journal.r-project.org/archive/2012/RJ-2012-009/RJ-2012-009.pdf) and [Hadley](http://r-pkgs.had.co.nz/description.html).  Tell me if you think I've misinterpreted something.

@pdurbin, please check your ORCID number.  I found it [here](https://dataverse.harvard.edu/dataset.xhtml?persistentId=doi:10.7910/DVN/TJCLKP)

ref #38
addressing 404 errors in vignette
also correct `create_dataverse()`

ref #33
This interferes with all the assignments that happens within the function parameter defaults.  And also the tests.

ref #40
@billy34 billy34 merged commit 557e9ee into billy34:master Jan 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants