-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Also update the weirdness in the DESCRIPTION
- Loading branch information
1 parent
ab32936
commit 741104c
Showing
1 changed file
with
6 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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")), | ||
|
@@ -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: | ||
|