-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathDESCRIPTION
More file actions
23 lines (23 loc) · 876 Bytes
/
DESCRIPTION
File metadata and controls
23 lines (23 loc) · 876 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Package: IRdisplay
Title: 'Jupyter' Display Machinery
Description:
An interface to the rich display capabilities of 'Jupyter' front-ends (e.g. 'Jupyter Notebook') <https://jupyter.org>.
Designed to be used from a running 'IRkernel' session <https://irkernel.github.io>.
Version: 1.1.0.9000
Authors@R: c(
person('Thomas', 'Kluyver', role = c('aut', 'cph'), email = '[email protected]'),
person('Philipp', 'Angerer', role = c('aut', 'cph', 'cre'), email = '[email protected]', comment = c(ORCID = "0000-0002-0369-2888")),
person('Jan', 'Schulz', role = c('aut', 'cph'), email = '[email protected]'))
URL: https://github.com/IRkernel/IRdisplay
BugReports: https://github.com/IRkernel/IRdisplay/issues/
Depends:
R (>= 3.0.1)
Suggests:
testthat,
withr
Imports:
methods,
repr
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.1.2