-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
37 lines (37 loc) · 1.1 KB
/
DESCRIPTION
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
Package: rvisidata
Title: Wrapper for 'Visidata', an Interactive Multitool for Tabular Data
Version: 1.0.0
Authors@R:
c(
person(given = "Paul",
family = "Klemm",
role = c("aut", "cre", "cph"),
email = "[email protected]",
comment = c(ORCID = "https://orcid.org/0000-0002-5985-1737")
),
person(given = "Saul",
family = "Pwanson",
role = "aut",
email = "[email protected]"
),
person(given = c("Matthew", "Mark"),
family = "Strasiotto",
email = c(
role = c("ctb"))
)
Description: Open any data frame with 'visidata', a terminal-based spreadsheet application <https://www.visidata.org>.
License: MIT + file LICENSE
SystemRequirements: visidata (>= 1.0)
URL: https://github.com/paulklemm/rvisidata
BugReports: https://github.com/paulklemm/rvisidata/issues
Encoding: UTF-8
LazyData: true
Suggests:
jsonlite,
knitr,
rmarkdown
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
VignetteBuilder: knitr