Skip to content

Commit

Permalink
Bump ver
Browse files Browse the repository at this point in the history
Also update the weirdness in the DESCRIPTION
  • Loading branch information
chainsawriot committed May 23, 2024
1 parent ab32936 commit 741104c
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: rio
Type: Package
Title: A Swiss-Army Knife for Data I/O
Version: 1.0.3
Version: 1.1.0
Authors@R: c(person("Jason", "Becker", role = "aut", email = "[email protected]"),
person("Chung-hong", "Chan", role = c("aut", "cre"), email = "[email protected]",
comment = c(ORCID = "0000-0002-6232-7530")),
Expand Down Expand Up @@ -30,12 +30,11 @@ Authors@R: c(person("Jason", "Becker", role = "aut", email = "[email protected]")
)
Description: Streamlined data import and export by making assumptions that
the user is probably willing to make: 'import()' and 'export()' determine
the data structure from the file extension, reasonable defaults are used for
data import and export (e.g., 'stringsAsFactors=FALSE'), web-based import is
natively supported (including from SSL/HTTPS), compressed files can be read
directly without explicit decompression, and fast import packages are used where
appropriate. An additional convenience function, 'convert()', provides a simple
method for converting between file types.
the data format from the file extension, reasonable defaults are used for
data import and export, web-based import is natively supported (including
from SSL/HTTPS), compressed files can be read directly, and fast import
packages are used where appropriate. An additional convenience function,
'convert()', provides a simple method for converting between file types.
URL: https://gesistsa.github.io/rio/, https://github.com/gesistsa/rio
BugReports: https://github.com/gesistsa/rio/issues
Depends:
Expand Down

0 comments on commit 741104c

Please sign in to comment.