Skip to content

Releases: SciViews/data.io

Completion for read()/write() and many more datasets en/fr

10 Sep 14:22
Compare
Choose a tag to compare
v1.5.0

Four datasets from {babynames} are added

Compatibility with {units}

31 Aug 16:49
Compare
Choose a tag to compare

The packages {data.io} and {units} where not intercompatibles. When {units} was loaded, it made problems to units of objects imported with data.io::read(). This is now corrected.

read() output preferred data frame object and can read from an URL

25 Aug 12:48
Compare
Choose a tag to compare

The read() function has been substantially modified:

  • It outputs the preferred data frame object (data.frame, data.table, or tibble) as defined by the user in the {svBase} package
  • It can read data from an URL for all types and it can use a cache file avoiding to download the dataset a second time
  • The data frame class is deprecated

Bugs corrections and `data=` argument synonym of `file=`

19 May 09:40
Compare
Choose a tag to compare

Bug correction in sidecar file for CSV example

24 Apr 20:10
Compare
Choose a tag to compare
v1.2.2

.vscode directory eliminated

Correct French translation for trees

27 Oct 09:23
Compare
Choose a tag to compare
v1.2.1

Translation file for threes was lacking the as_labelled argument => c…

Option to store default lang = argument for read()

08 Sep 15:13
Compare
Choose a tag to compare
v1.2

data.io-lang option for default language to use with read() and the d…

write() and data_types() added

25 Aug 09:02
Compare
Choose a tag to compare
v1.1

Add write(), data_types() and comment to "read_write" options

bug corrected data -> data.io in read_write options

23 Aug 08:17
Compare
Choose a tag to compare

First release

17 Aug 14:46
Compare
Choose a tag to compare
v1.0

Further change required when the package was renamed into data.io