{"id":16284487,"url":"https://github.com/derthorsten/xeus-r","last_synced_at":"2026-01-21T11:04:28.195Z","repository":{"id":146947339,"uuid":"444739987","full_name":"DerThorsten/xeus-r","owner":"DerThorsten","description":"Xeus-based Jupyter kernel for R","archived":false,"fork":false,"pushed_at":"2022-01-05T10:36:30.000Z","size":39,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-09T00:05:32.179Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CMake","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"SylvainCorlay/xeus-r","license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DerThorsten.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-01-05T09:22:17.000Z","updated_at":"2023-10-04T20:46:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"e3f83090-de5e-47a7-ad4a-c3ab3d1929bf","html_url":"https://github.com/DerThorsten/xeus-r","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DerThorsten/xeus-r","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DerThorsten%2Fxeus-r","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DerThorsten%2Fxeus-r/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DerThorsten%2Fxeus-r/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DerThorsten%2Fxeus-r/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DerThorsten","download_url":"https://codeload.github.com/DerThorsten/xeus-r/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DerThorsten%2Fxeus-r/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28632275,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T04:47:28.174Z","status":"ssl_error","status_checked_at":"2026-01-21T04:47:22.943Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2024-10-10T19:19:43.456Z","updated_at":"2026-01-21T11:04:28.178Z","avatar_url":"https://github.com/DerThorsten.png","language":"CMake","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ![xeus-r](docs/source/xeus-logo.svg)\n\n\n\n\n[![Build Status](https://github.com/SylvainCorlay/xeus-r/actions/workflows/main.yml/badge.svg)](https://github.com/SylvainCorlay/xeus-r/actions/workflows/main.yml)\n\n[![Documentation Status](http://readthedocs.org/projects/xeus-python/badge/?version=latest)](https://xeus-rreadthedocs.io/en/latest/?badge=latest)\n[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/SylvainCorlay/xeus-r/main?urlpath=/lab/tree/notebooks/xeus-r.ipynb)\n\n`xeus-r` is a Jupyter kernel for R based on the native implementation of the\nJupyter protocol [xeus](https://github.com/jupyter-xeus/xeus).\n\n## Installation\n\nxeus-r has not been packaged for the mamba (or conda) package manager.\n\nTo ensure that the installation works, it is preferable to install `xeus-r` in a\nfresh environment. It is also needed to use a\n[miniforge](https://github.com/conda-forge/miniforge#mambaforge) or\n[miniconda](https://conda.io/miniconda.html) installation because with the full\n[anaconda](https://www.anaconda.com/) you may have a conflict with the `zeromq` library\nwhich is already installed in the anaconda distribution.\n\nThe safest usage is to create an environment named `xeus-r`\n\n```bash\nmamba create -n  `xeus-r`\nsource activate  `xeus-r`\n```\n\n\u003c!-- ### Installing from conda-forge\n\nThen you can install in this environment `xeus-r` and its dependencies\n\n```bash\nmamba install`xeus-r` notebook -c conda-forge\n``` --\u003e\n\n### Installing from source\n\nOr you can install it from the sources, you will first need to install dependencies\n\n```bash\nmamba install cmake xeus nlohmann_json cppzmq xtl jupyterlab -c conda-forge\n```\n\nThen you can compile the sources (replace `$CONDA_PREFIX` with a custom installation\nprefix if need be)\n\n```bash\nmkdir build \u0026\u0026 cd build\ncmake .. -D CMAKE_PREFIX_PATH=$CONDA_PREFIX -D CMAKE_INSTALL_PREFIX=$CONDA_PREFIX -D CMAKE_INSTALL_LIBDIR=lib\nmake \u0026\u0026 make install\n```\n\n\u003c!-- ## Trying it online\n\nTo try out xeus-r interactively in your web browser, just click on the binder link:\n(Once Conda Package is Ready)\n\n[![Binder](binder-logo.svg)](https://mybinder.org/v2/gh/SylvainCorlay/xeus-r/main?urlpath=/lab/tree/notebooks/xeus-r.ipynb) --\u003e\n\n\n\n## Documentation\n\nTo get started with using `xeus-r`, check out the full documentation\n\nhttp://xeus-r.readthedocs.io\n\n\n## Dependencies\n\n`xeus-r` depends on\n\n- [xeus](https://github.com/jupyter-xeus/xeus)\n- [xtl](https://github.com/xtensor-stack/xtl)\n- [nlohmann_json](https://github.com/nlohmann/json)\n- [RInside](https://github.com/eddelbuettel/rinside)\n- [RCpp](https://github.com/RcppCore/Rcpp)\n\n\n## Contributing\n\nSee [CONTRIBUTING.md](./CONTRIBUTING.md) to know how to contribute and set up a\ndevelopment environment.\n\n## License\n\nThis software is licensed under the `GNU General Public License v3`. See the [LICENSE](LICENSE)\nfile for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fderthorsten%2Fxeus-r","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fderthorsten%2Fxeus-r","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fderthorsten%2Fxeus-r/lists"}