File: DESCRIPTION

package info (click to toggle)
r-cran-irkernel 1.3.2%2Bgit20240429.124f234-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 400 kB
  • sloc: python: 242; javascript: 69; makefile: 26; sh: 15
file content (51 lines) | stat: -rw-r--r-- 1,457 bytes parent folder | download
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
Package: IRkernel
Title: Native R Kernel for the 'Jupyter Notebook'
Description:
    The R kernel for the 'Jupyter' environment executes R code which the front-end
    ('Jupyter Notebook' or other front-ends) submits to the kernel via the network.
Version: 1.3.2.9000
Authors@R: c(
    person('Thomas', 'Kluyver', role = c('aut', 'cph'), email = 'thomas@kluyver.me.uk'),
    person('Philipp', 'Angerer', role = c('aut', 'cph', 'cre'), email = 'phil.angerer@gmail.com', comment = c(ORCID = "0000-0002-0369-2888")),
    person('Jan', 'Schulz', role = c('aut', 'cph'), email = 'jasc@gmx.net'),
    person('Karthik', 'Ram', role = c('aut', 'cph'), email = 'karthik.ram@gmail.com'))
URL: https://irkernel.github.io
BugReports: https://github.com/IRkernel/IRkernel/issues/
Depends:
    R (>= 3.2.0)
Suggests:
    testthat,
    roxygen2
SystemRequirements:
    jupyter,
    jupyter_kernel_test (Python package for testing)
License: MIT + file LICENSE
Encoding: UTF-8
Imports:
    repr (>= 0.4.99),
    methods,
    evaluate (>= 0.10),
    IRdisplay (>= 0.3.0.9999),
    pbdZMQ (>= 0.2-1),
    crayon,
    jsonlite (>= 0.9.6),
    uuid,
    digest
Collate: 
    'class_unions.r'
    'logging.r'
    'comm_manager.r'
    'compat.r'
    'completion.r'
    'environment_runtime.r'
    'environment_shadow.r'
    'options.r'
    'execution.r'
    'handlers.r'
    'help.r'
    'installspec.r'
    'utils.r'
    'kernel.r'
    'main.r'
    'onload.r'
RoxygenNote: 7.2.3