r-integration
Version:
Simple portable library used to interact with pre-installed R compiler by running commands or scripts(files)
32 lines (31 loc) • 851 B
JSON
{
"name": "r-integration",
"version": "2.4.0",
"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/FabrizioSandri/r-integration.git"
},
"keywords": [
"r",
"r-integration",
"r-command"
],
"author": "Sandri Fabrizio",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/FabrizioSandri/r-integration/issues"
},
"homepage": "https://github.com/FabrizioSandri/r-integration#readme",
"devDependencies": {
"chai": "^4.3.4",
"mocha": "^9.1.3"
},
"optionalDependencies": {
"fsevents": "2.1.2"
}
}