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: 03fb51507c
Commits on Jan 7, 2020
  1. More fq tests

    adam3smith committed Jan 7, 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 Nov 4, 2019
  1. Merge pull request IQSS#24 from wibeasley/master

    pdurbin committed Nov 4, 2019
    replace 'ghit' package with 'remotes'
  2. Combine both branches

    wibeasley committed Nov 4, 2019
  3. remove knitr & rmarkdown in Travis

    wibeasley committed Nov 4, 2019
    since knitr is already a 'suggest'ed package, and rmarkdown is a dependency (https://CRAN.R-project.org/package=knitr ).
    
    ref IQSS#25
  4. remove some auxiliary packages

    wibeasley committed Nov 4, 2019
  5. default linux version; w/o sudo

    wibeasley committed Nov 4, 2019
    (currently Travis's default is Xenial)
    
    ref IQSS#25
  6. introduce two cells

    wibeasley committed Nov 4, 2019
    and change `R` (in master) to `Rscript` in the `after_success` block
    
    ref IQSS#25
Commits on Nov 3, 2019
  1. specify more covr parameters

    wibeasley committed Nov 3, 2019
    `usethis::use_coverage()` and other adivce from https://github.com/r-lib/covr
    
    ref IQSS#25
  2. turn off sudo on Travis

    wibeasley committed Nov 3, 2019
    and use the default notifications, which are mostly what was specified: https://docs.travis-ci.com/user/notifications/#default-notification-settings
    
    ref IQSS#25
  3. simplify travis config

    wibeasley committed Nov 3, 2019
Commits on Nov 2, 2019
  1. return `r_packages` section

    wibeasley committed Nov 2, 2019
    The `after_success` block is still Different.  I go the `r_packages` block confused with  `r_github_packages`
  2. Modernize Travis config

    wibeasley committed Nov 2, 2019
    Some rules & recommendations have changed.  https://github.com/r-lib/covr#codecov
  3. update news

    wibeasley committed Nov 2, 2019
  4. remove 'ghit' package

    wibeasley committed Nov 2, 2019
    It was removed from CRAN May 2018.  The 'remotes' package has the same functionality (and function names)
  5. explicit encoding

    wibeasley committed Nov 2, 2019
    to avoid a Roxygen note when checking package
  6. update to Roxygent 6.1.1

    wibeasley committed Nov 2, 2019
    from 6.1.1.  There appears to be a few formatting changes in the autogenerated Rd file
Commits on Apr 2, 2018
Commits on Mar 5, 2018
  1. update Rbuildignore

    leeper committed Mar 5, 2018
Commits on Feb 25, 2018
  1. add contribution templates

    leeper committed Feb 25, 2018
Commits on Oct 10, 2017
  1. add ORCiD to DESCRIPTION

    leeper committed Oct 10, 2017
Commits on Jun 15, 2017
  1. bump version for CRAN

    leeper committed Jun 15, 2017
  2. document 'dataset' argument

    leeper committed Jun 15, 2017
  3. fix footer url

    leeper committed Jun 15, 2017
  4. fix arguments in docs

    leeper committed Jun 15, 2017
  5. don't run tests on travis

    leeper committed Jun 15, 2017
  6. update vignettes (IQSS#1)

    leeper committed Jun 15, 2017
  7. tweak tests (IQSS#4)

    leeper committed Jun 15, 2017
Older
You can’t perform that action at this time.