Skip to content
Please note that GitHub no longer supports your web browser.

We recommend upgrading to the latest Google Chrome or Firefox.

Learn more
Permalink
Tree: 21bb003216
Commits on Jan 11, 2020
  1. revert zip of multiples

    adam3smith committed Jan 11, 2020
    fix multi-download for datasets with folders and change logic
Commits on Jan 10, 2020
Commits on Jan 7, 2020
  1. Merge pull request IQSS#36 from adam3smith/patch-1

    wibeasley committed Jan 7, 2020
    Fix handling of fq
  2. More fq tests

    adam3smith committed Jan 7, 2020
Commits on Jan 4, 2020
  1. Merge pull request IQSS#43 from IQSS/dev

    wibeasley committed Jan 4, 2020
    Dev
  2. point to IQSS/dataverse-client-r

    wibeasley committed Jan 4, 2020
    from @leeper
    
    ref IQSS#38
Commits on Jan 3, 2020
  1. remove trailing whitespace

    wibeasley committed Jan 3, 2020
Commits on Jan 2, 2020
  1. Don't load server name by default

    wibeasley committed Jan 2, 2020
    This interferes with all the assignments that happens within the function parameter defaults.  And also the tests.
    
    ref IQSS#40
  2. test should fail-but doesn't

    wibeasley committed Jan 2, 2020
  3. verify travis fails bad test

    wibeasley committed Jan 2, 2020
    ref IQSS#4
  4. more sympathetic if archived scripts don't run automatically

    wibeasley committed Jan 2, 2020
    run in a new environment
    
    ref IQSS#33
  5. Clearly state dvn isn't on CRAN any more

    wibeasley committed Jan 2, 2020
    also correct `create_dataverse()`
    
    ref IQSS#33
Commits on Jan 1, 2020
  1. Merge pull request IQSS#39 from kuriwaki/master

    wibeasley committed Jan 1, 2020
    addressing 404 errors in vignette
  2. bump version number to indicate dev

    wibeasley committed Jan 1, 2020
    also, remove date
    
    ref IQSS#38
  3. update author list

    wibeasley committed Jan 1, 2020
    @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 IQSS#38
  4. update Roxygen to 7.0.2

    wibeasley committed Jan 1, 2020
    from 6.1.1
    
    ref IQSS#38
  5. Rproj file

    wibeasley committed Jan 1, 2020
Commits on Dec 21, 2019
  1. Fix handling of fq

    adam3smith committed Dec 21, 2019
    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
Commits on Dec 16, 2019
  1. workaround for IQSS#32

    kuriwaki committed Dec 16, 2019
Commits on Dec 12, 2019
  1. easier to read file headers

    kuriwaki committed Dec 12, 2019
  2. roxygen 7.0.2

    kuriwaki committed Dec 12, 2019
Older
You can’t perform that action at this time.