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: 443bbefcaa
Commits on Oct 14, 2019
  1. .travis.yml; bugfix; Implementing workaround to new data.table releas…

    bokov committed Oct 14, 2019
    …e failing to install, from upstream: Rdatatable/data.table#3938
Commits on Oct 3, 2019
  1. Added dynamic argument checking for 'readODS:read_ods()' (#225)

    bokov authored and leeper committed Oct 3, 2019
    * Added dynamic argument checking for 'readODS:read_ods()' as proposed in #223. Also more detailed tests.
  2. '.import.rio_xls()' no longer passing '...' to 'read_xls()' (#230)

    bokov authored and leeper committed Oct 3, 2019
    * '.import.rio_xls()' no longer passing '...' to 'read_xls()' because that functions cannot accept '...' arguments. Instead, the length of '...' is checked and if > 0 a warning is issued. With corresponding tests. Also went back and changed my earlier 'read_xlsx()' test to be 'expect_warning()' instead of 'expect_true()' since by that point that's what needs testing.
Commits on Oct 2, 2019
  1. Add support for pzfx files (#211)

    billdenney authored and leeper committed Oct 2, 2019
    * Add support for pzfx files
    
    * Completion of .pzfx addition by documenting in NEWS.md
    
    * Give message if pzfx test is skipped due to missing library
    
    * Remove pzfx as import requirement
  2. '.import.rio_rdata()' and 'import.rio_rds()' no longer passing '...' …

    bokov authored and leeper committed Oct 2, 2019
    …to 'load()' nor to 'readRDS()' because those underlying functions cannot accept '...' arguments. Instead, the length of '...' is checked and if > 0 a warning is issued. With corresponding tests. As proposed in #223 (#229)
  3. Bugfix to , as per #232 (#233)

    bokov authored and leeper committed Oct 2, 2019
Commits on Sep 24, 2019
  1. Added rio.Rproj and corresponding ignore patterns to .Rbuildignore. H…

    bokov authored and leeper committed Sep 24, 2019
    …opefully I guessed the project settings correctly from the existing files (#227)
Commits on Sep 21, 2019
  1. Merge branch 'tweak_xlsx' of https://github.com/bokov/rio

    leeper committed Sep 21, 2019
Commits on Sep 19, 2019
  1. .import.rio_xlsx(): fixed style to comply with the rest of the projec…

    bokov committed Sep 19, 2019
    …t as per #222 (review) . Please note my response in that thread to the last question about the 'rows' argument.
  2. Remove duplicated example line in `import()` documentation (#220)

    rubak authored and leeper committed Sep 19, 2019
    * Removed duplicated example line in import.R
    
    * Run devtools::document() to propagate change to import.Rd.
Commits on Sep 18, 2019
  1. .import.rio_xlsx dynamically discovers the formal arguments for read_…

    bokov committed Sep 18, 2019
    …xlsx or read.xlsx and discards all arguments in '...' that don't match, instead of having to catch them individually. Included tests. While I was at it, noticed there were no xls tests, so added a test file and tests (but left .import.rio_xls untouched so far)
Commits on Sep 9, 2019
  1. update website

    leeper committed Sep 9, 2019
  2. update docs

    leeper committed Sep 9, 2019
Commits on Sep 5, 2019
  1. Indicate how to load .doc, .docx, and .pdf files

    billdenney committed Sep 5, 2019
Commits on Jul 22, 2019
  1. Remove duplication of SAS XPORT in `import()` documentation (#213)

    billdenney authored and leeper committed Jul 22, 2019
Commits on Jun 27, 2019
  1. Improve messages when tests are skipped due to missing packages

    billdenney committed Jun 27, 2019
Commits on Feb 26, 2019
  1. restore previous import_list() naming for files

    leeper committed Feb 26, 2019
  2. update website

    leeper committed Feb 26, 2019
  3. update website

    leeper committed Feb 26, 2019
Commits on Feb 11, 2019
  1. close #199, close #200

    leeper committed Feb 11, 2019
Commits on Feb 9, 2019
  1. adjust JSON handling to be like RDS

    nathancday committed Feb 9, 2019
Commits on Jan 12, 2019
  1. fix warning in gather_attrs() (closes #196)

    leeper committed Jan 12, 2019
Commits on Nov 25, 2018
  1. fix warning

    leeper committed Nov 25, 2018
  2. tweak .travis.yml

    leeper committed Nov 25, 2018
  3. finish release prep (closes #188)

    leeper committed Nov 25, 2018
  4. add function suggestions for ledger package (#190)

    trevorld authored and leeper committed Nov 25, 2018
    * Add lines to extensions.R for plaintext accounting formats supported by ledger package
    
    * Add tests and fix bmp import typo
    
    * Just a simple expect_error check
Commits on Aug 30, 2018
  1. fix typo in .travis.yml

    leeper committed Aug 30, 2018
  2. tweak .travis.yml

    leeper committed Aug 30, 2018
  3. tweak .travis.yml

    leeper committed Aug 30, 2018
  4. experiment with revdepchecks

    leeper committed Aug 30, 2018
Older
You can’t perform that action at this time.