Skip to content

Commit 168965d

Browse files
authored
Merge pull request #4 from MichaelChirico/dt_import
data.table Depends->Imports
2 parents 8b0020c + a5ca17b commit 168965d

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,8 @@
33
.RData
44
.Ruserdata
55
cran-comments.md
6+
7+
# artifacts of R CMD build/check
8+
*.Rcheck
9+
*.tar.gz
10+

DESCRIPTION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ Date: 2018-04-27
55
Version: 1.0.8
66
Authors@R: person("Dror", "Bogin", email = "[email protected]",role = c("aut", "cre"))
77
Description: Allows users to easily read multiple comma separated tables and create a data frame under the same name.
8-
Is able to read multiple comma separated tables from a local directory, a zip file or a zip file on a remote directory.
9-
Depends: R (>= 3.2.3),
10-
data.table (>= 1.10)
8+
Is able to read multiple comma separated tables from a local directory, a zip file or a zip file on a remote directory.
9+
Depends: R (>= 3.2.3)
10+
Imports: data.table (>= 1.10)
1111
License: GPL-2
1212
URL: https://github.com/bogind/easycsv
1313
BugReports: https://github.com/bogind/easycsv/issues

0 commit comments

Comments
 (0)