{"id":18014335,"url":"https://github.com/siel/rservex","last_synced_at":"2026-05-02T03:32:26.881Z","repository":{"id":57545053,"uuid":"176862426","full_name":"Siel/Rservex","owner":"Siel","description":"Rservex communicates R with Elixir","archived":false,"fork":false,"pushed_at":"2019-10-27T22:29:26.000Z","size":1733,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-10T00:41:34.942Z","etag":null,"topics":["communication","elixir","r","rserve"],"latest_commit_sha":null,"homepage":null,"language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Siel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-03-21T03:24:59.000Z","updated_at":"2022-08-26T01:21:08.000Z","dependencies_parsed_at":"2022-08-27T05:21:45.458Z","dependency_job_id":null,"html_url":"https://github.com/Siel/Rservex","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Siel%2FRservex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Siel%2FRservex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Siel%2FRservex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Siel%2FRservex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Siel","download_url":"https://codeload.github.com/Siel/Rservex/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247198466,"owners_count":20900081,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["communication","elixir","r","rserve"],"created_at":"2024-10-30T04:07:50.469Z","updated_at":"2026-05-02T03:32:26.806Z","avatar_url":"https://github.com/Siel.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rservex\n\n`Rservex` is an under-development client for [Rserve](https://www.rforge.net/Rserve/index.html). \nAiming to enable the R \u003c--\u003e Elixir interoperation.\n\n`Rservex` is Heavily inspired in [Erserve](https://github.com/del/erserve)\n\n## Current State\n\nCurrentle `Rservex` can:\n\n - Create a connection\n - Close a connection\n - Send a command and receives str responses\n\n## Example\n\nIn R:\n```r\nlibrary(Rserve)\nRserve()\n```\n\nIn Elixir:\n```elixir\niex(1)\u003e conn = Rservex.open()                  \n\niex(2)\u003e Rservex.eval(conn, \"'Hello World'\")                  \n{:xt_arr_str, [\"Hello World\"]}\n\niex(3)\u003e Rservex.eval(conn, \"c('Hello', 'World')\")\n{:xt_arr_str, [\"Hello\", \"World\"]}\n\niex(4)\u003e Rservex.eval(conn, \"library(Pmetrics)\") \n{:xt_arr_str,\n [\"rjson\", \"Pmetrics\", \"stats\", \"graphics\", \"grDevices\", \"utils\", \"datasets\",\n  \"methods\", \"base\", \"\"]} \n```\n\n## Installation\n\n`rservex` is [available in Hex](https://hex.pm/docs/publish), the package can be installed\nby adding `rservex` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:rservex, \"~\u003e 0.1.2\"}\n  ]\nend\n```\n\nDocumentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)\nand published on [HexDocs](https://hexdocs.pm). The docs can\nbe found at [https://hexdocs.pm/rservex](https://hexdocs.pm/rservex).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsiel%2Frservex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsiel%2Frservex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsiel%2Frservex/lists"}