Type: Package
Title: A 'RStudio' Addin to Send 'JavaScript' Code to the 'V8' Console
Version: 0.1.0
Author: Stéphane Laurent
Maintainer: Stéphane Laurent <laurent_step@outlook.fr>
Description: Provides a 'RStudio' addin to send some 'JavaScript' code to the 'V8' console. The user can send an entire 'JavaScript' file or only some selected lines. This is useful to test the code.
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports: V8, rstudioapi
URL: https://github.com/stla/JSconsole
BugReports: https://github.com/stla/JSconsole/issues
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2020-10-08 06:47:57 UTC; stla
Repository: CRAN
Date/Publication: 2020-10-15 13:30:06 UTC

JSconsole addin

Description

This package provides a RStudio addin to send some JavaScript code in the V8 console. To run the addin, open a JavaScript file, select some lines if you want to send only this piece of code, and select JSconsole from the Addins menu within RStudio.