Tree: 755cdecd56
-
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
The version in an .Rproj file is the version of the format, not of th…
…e package. They all seem to be 1.0 (#259)
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
-
-
leeper committed
Dec 24, 2019
-
is_file_text() checks whether a file is text or binary… (#239)
* 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
-
-
-
-
leeper committed
Dec 20, 2019 -
-
-
add import() method for .dump files (closes #240)
leeper committedDec 20, 2019 -
import_list() returns filename attributes (closes #208)
leeper committedDec 20, 2019 -
add testthat skips for suggested packages
leeper committedDec 20, 2019 -
add support for parquet/arrow (closes #214)
leeper committedDec 20, 2019 -
add qs to suggestions (closes #218)
leeper committedDec 20, 2019
-
leeper committed
Dec 19, 2019 -
-
-
fix dropped labels in characterize() (closes #204)
leeper committedDec 19, 2019
-
Replace '&' with '&' when exporting to HTML or XML, except column…
… headers for XML where '&' and ' ' both get replaced by '.'. Fixes #234
-
.travis.yml; bugfix; Implementing workaround to new data.table releas…
…e failing to install, from upstream: Rdatatable/data.table#3938
-
Added dynamic argument checking for 'readODS:read_ods()' (#225)
* Added dynamic argument checking for 'readODS:read_ods()' as proposed in #223. Also more detailed tests.
-
'.import.rio_xls()' no longer passing '...' to 'read_xls()' (#230)
* '.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.
-
Add support for pzfx files (#211)
* 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
-
-
Added rio.Rproj and corresponding ignore patterns to .Rbuildignore. H…
…opefully I guessed the project settings correctly from the existing files (#227)