-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
56 lines (56 loc) · 1.55 KB
/
Copy pathDESCRIPTION
File metadata and controls
56 lines (56 loc) · 1.55 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
Package: data.io
Type: Package
Version: 1.7.0
Title: 'SciViews::R' - Read and Write Data in Different Formats
Description: Read or write data from many different formats (tabular datasets,
from statistic software ...) into R objects. Add labels and units in
different languages.
Authors@R: c(
person("Philippe", "Grosjean", role = c("aut", "cre"),
email = "phgrosjean@sciviews.org",
comment = c(ORCID = "0000-0002-2694-9471")))
Maintainer: Philippe Grosjean <phgrosjean@sciviews.org>
Depends:
R (>= 4.2.0)
Imports:
data.table (>= 1.15.4),
data.trame (>= 0.9.0),
lifecycle (>= 1.0.0),
utils (>= 4.2.0),
R.utils (>= 2.13.0),
readr (>= 2.1.4),
rlang (>= 1.1.1),
svBase (>= 1.7.0),
tibble (>= 3.2.1),
tsibble (>= 1.1.3)
Suggests:
babynames (>= 1.0.1),
datasets (>= 4.2.0),
ggplot2 (>= 3.4.2),
haven (>= 2.5.2),
lme4 (>= 1.1.32),
MASS (>= 7.3.65),
nycflights13 (>= 1.0.2),
palmerpenguins (>= 0.1.1),
readxl (>= 1.4.2),
writexl (>= 1.4.2),
WriteXLS (>= 6.4.0),
covr (>= 3.5.0),
knitr (>= 1.42),
rmarkdown (>= 2.21),
spelling (>= 2.2.1),
testthat (>= 3.0.0)
Remotes:
SciViews/data.trame,
SciViews/svBase
License: MIT + file LICENSE
URL: https://github.com/SciViews/data.io, https://www.sciviews.org/data.io/, https://sciviews.r-universe.dev/data.io
BugReports: https://github.com/SciViews/data.io/issues
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
VignetteBuilder: knitr
Encoding: UTF-8
Language: en-US
LazyData: yes
ByteCompile: yes
Config/testthat/edition: 3