cran-comments.md

Release summary

This package is new on CRAN. It contains the R kernel for the Jupyter ecosystem. The kernel executes R code, which the frontend (Jupyter Notebook or other frontends) submits to the kernel via the network.

Test environments

R CMD check results

Found the following (possibly) invalid URLs:
  URL: http://localhost:8888/
    From: README.md
    Status: Error
    Message: libcurl Fehlercode 7
    \tFailed to connect to localhost port 8888: Verbindungsaufbau abgelehnt

Status: 1 NOTE

This arises from the fact that a common usage of this package involves starting a server on localhost. As expected this URL is only reachable after starting it.

Downstream dependencies

It is assumed that there won't be any code dependencies on this package, as it implements an application without any API apart from the startup function and the implemented Jupyter Messaging spec. It's usually started as R --slave -e IRkernel::main() --args {connection_file}.



IRkernel/IRkernel documentation built on May 3, 2024, 2:14 a.m.