-
Notifications
You must be signed in to change notification settings - Fork 33
/
DESCRIPTION
67 lines (67 loc) · 1.65 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
Package: repr
Title: Serializable Representations
Version: 1.1.7
Authors@R: c(
person('Philipp', 'Angerer', email = '[email protected]', role = c('aut', 'cre'), comment = c(ORCID = "0000-0002-0369-2888")),
person('Thomas', 'Kluyver', email = '[email protected]', role = 'aut'),
person('Jan', 'Schulz', email = '[email protected]', role = 'aut'),
person('abielr', role = 'ctb'),
person('Denilson', 'Figueiredo de Sa', role = 'ctb'),
person('Jim', 'Hester', role = 'ctb'),
person('karldw', role = 'ctb'),
person('Dave', 'Foster', role = 'ctb'),
person('Carson', 'Sievert', role = 'ctb')
)
Maintainer: Philipp Angerer <[email protected]>
Description: String and binary representations of objects for several formats /
mime types.
URL: https://github.com/IRkernel/repr/
BugReports: https://github.com/IRkernel/repr/issues/
Depends:
R (>= 3.0.1)
Imports:
utils,
grDevices,
htmltools,
jsonlite,
pillar (>= 1.4.0),
base64enc
Suggests:
methods,
highr,
Cairo,
stringr,
testthat (>= 3.0.0),
leaflet
Enhances:
data.table,
tibble,
htmlwidgets,
vegalite,
plotly,
geojsonio
Config/testthat/edition: 3
License: GPL (>= 3)
Encoding: UTF-8
Collate:
'generics.r'
'options.r'
'package.r'
'repr_datatable.r'
'repr_datetime.r'
'utils.r'
'repr_list.r'
'repr_vector.r'
'repr_factor.r'
'repr_function.r'
'repr_help_files_with_topic.r'
'repr_htmlwidget.r'
'repr_matrix_df.r'
'repr_packageIQR.r'
'repr_plotly.r'
'repr_recordedplot.r'
'repr_spatial.r'
'repr_ts.r'
'repr_vega.r'
'zzz_onload.r'
RoxygenNote: 7.3.1