idm-io/r-handler
最新稳定版本:0.3
Composer 安装命令:
composer require idm-io/r-handler
包简介
Symfony2 bundle for integration with php-r library that provides ability to run R scripts from PHP
README 文档
README
About
Handles and abstract data exchanges between PHP and R.
Installation
Add this to your composer.json file:
"require": { "idm-io/r-handler": "dev-master", }
Add the bundle to app/AppKernel.php
$bundles = array( // ... other bundles new Idm\RHandlerBundle\IdmRHandlerBundle(), );
Configuration
Add this to your config.yml:
idm_r_handler: #default /tmp runtime_folder: #default 'Rscript' rScript_full_path:
Data Exchange Specification
统计信息
- 总下载量: 3.49k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-04-27