UNPKG

henrts-r-integration

Version:

Simple portable library used to interact with pre-installed R compiler by running commands or scripts(files)

29 lines (28 loc) 750 B
{ "name": "henrts-r-integration", "version": "2.5.1", "description": "Simple portable library used to interact with pre-installed R compiler by running commands or scripts(files)", "main": "src/R.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git+https://github.com/Henrts/r-integration.git" }, "keywords": [ "r", "r-integration", "r-command" ], "author": "Henrique Sousa", "license": "GPL-3.0-or-later", "homepage": "https://github.com/Henrts/r-integration.git#readme", "devDependencies": { "chai": "^4.3.4", "mocha": "^9.1.3" }, "optionalDependencies": { "fsevents": "2.1.2" } }