forked from IRkernel/IRkernel
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
31 lines (31 loc) · 815 Bytes
/
Copy pathDESCRIPTION
File metadata and controls
31 lines (31 loc) · 815 Bytes
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
Package: IRkernel
Title: Native R kernel for the Jupyter notebook
Description: This package provides a native interface to the R kernel from the
Jupyter notebook
Version: 0.5
Authors@R: c(person("Thomas", "Kluyver", role = c("aut", "cre"),
email = "thomas@kluyver.me.uk"),
person("Philipp", "A.", role = "aut",
email = "flying-sheep@web.de"),
person("Karthik", "Ram", role = "aut",
email = "karthik.ram@gmail.com"))
Author: Thomas Kluyver <thomas@kluyver.me.uk>
Maintainer: Thomas Kluyver <thomas@kluyver.me.uk>
Depends:
R (>= 3.0.1)
License: MIT + file LICENSE
LazyData: true
Imports:
repr,
methods,
evaluate (>= 0.5.4),
IRdisplay,
rzmq (>= 0.7.0),
jsonlite (>= 0.9.6),
uuid,
digest
Collate:
'options.r'
'execution.r'
'help.r'
'kernel.r'