Skip to content
Permalink
Tree: 53308ced93
Commits on Mar 1, 2020
  1. Correct a typo in readme files (#266)

    billdenney committed Mar 1, 2020
  2. The version in an .Rproj file is the version of the format, not of th…

    bokov committed Mar 1, 2020
    …e package. They all seem to be 1.0 (#259)
Commits on Dec 24, 2019
  1. fix typo in gather_attrs()

    leeper committed Dec 24, 2019
  2. switch to data.table for csvy

    leeper committed Dec 24, 2019
Commits on Dec 21, 2019
  1. is_file_text() checks whether a file is text or binary… (#239)

    bokov authored and leeper committed Dec 21, 2019
    * isfiletext() checks whether a file is text or binary in a cross platform matter, completing ticket #236. This can be useful when a file extension is missing or ambiguous
    
    * Minor tweak-- removed redundant 'fwf' entry from 'txtformats' in the test for isfiletext()
    
    * Incorporating feedback from #239#pullrequestreview-335144814 and merging in changes to master
    
    * Incorporating review feedback
Commits on Dec 20, 2019
  1. Added pkgdown directory to .Rbuildignore to avoid messages from R CMD…

    bokov authored and leeper committed Dec 20, 2019
    … check
  2. try a different approach to testing arrow

    leeper committed Dec 20, 2019
  3. work on tests and test coverage

    leeper committed Dec 20, 2019
  4. try configuring arrow on travis

    leeper committed Dec 20, 2019
  5. update po file (closes #57)

    leeper committed Dec 20, 2019
  6. add export_list() function (closes #207)

    leeper committed Dec 20, 2019
  7. update website

    leeper committed Dec 20, 2019
  8. fix typo

    leeper committed Dec 20, 2019
Commits on Dec 19, 2019
  1. reformat NEWS.md

    leeper committed Dec 19, 2019
  2. do not convert string to factor in dbf import (closes #202)

    leeper committed Dec 19, 2019
  3. roxygenize

    leeper committed Dec 19, 2019
Commits on Dec 17, 2019
  1. I got Mac builds to stop failing on Travis-CI by 1) removing the xcod…

    bokov authored and leeper committed Nov 8, 2019
    …e8.3 setting, letting the current default (and newer) version of xcode be used instead. Also took the before_install script back out because now the data.table binary is again available. Fixes #246. Fixes #242
  2. Added minimum .travis.yml changes to avoid MacOS build failure on Tra…

    bokov authored and leeper committed Dec 4, 2019
    …visCI (see #246, #242, #247)
  3. Replace '&' with '&' when exporting to HTML or XML, except column…

    bokov authored and leeper committed Dec 3, 2019
    … headers for XML where '&' and ' ' both get replaced by '.'. Fixes #234
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.
Older
You can’t perform that action at this time.