rserve-php
rserve-php copied to clipboard
Rserve client php library
I'm getting this error Fatal error: Uncaught Error: Class "Rserve\Rserve" not found. I'm using PHP 8.
how to change a php array to R array or list? example: $arr=['EF', 3, 0.05,]; $parser = new NativeArray($arr); but error: array_values() expects parameter 1 to be array, object given...
I just move to a new server,update from centos 6 to centos 7,but rserve-php work not well. `exception 'Rserve_Exception' with message 'Could not login' in /home/websites/site1/rserve-php/Connection.php:301 Stack trace: #0 /home/websites/site1/rserve-php/Connection.php(215):...
When run a R script, the class Rserve_Parser raises a PHP notice : > Notice: Uninitialized string offset: -1 in ..../Parser.php on line 229 > Warning: Cannot use a scalar...
When use PARSER_NATIVE_WRAPPED mode, if the result is a single named num, what I get in PHP is a number. I think I should get a array. Another problem:I can...
Hi. I'm getting the error above (and below) when retrieving a large result set from a MySQL database. I do not have this error when using RStudio, or when retrieving...
Hi. I made another fork of your repository with a major refactor to use php namespaces and composer's autoloading. I also added a travis file for automatic Continuous Integration. The...
Adds createFile and openFile methods. Similar to the Java client, allows for transferring files to and from the RServer.
Hi, I am trying to execute the following code using rserve-php. but it returns 'unable to evaluate'. I am using Rvest to webscrap data from twitter. Code : $cnx->evalString("url %...
The Rserve-php requires that the Rserve server is configured to use `native` encoding. If the server default encoding is `utf8`, my connection chokes when a string contains a non-ASCII character....