{"id":22515340,"url":"https://github.com/scijava/scripting-renjin","last_synced_at":"2025-10-04T07:54:15.945Z","repository":{"id":14702523,"uuid":"17422715","full_name":"scijava/scripting-renjin","owner":"scijava","description":"Wrapper to expose Renjin in the SciJava scripting framework","archived":false,"fork":false,"pushed_at":"2023-03-10T02:28:58.000Z","size":84,"stargazers_count":5,"open_issues_count":2,"forks_count":2,"subscribers_count":23,"default_branch":"master","last_synced_at":"2025-04-09T11:48:48.487Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://www.renjin.org/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"yaoweibin/nginx_upstream_check_module","license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/scijava.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2014-03-05T00:40:25.000Z","updated_at":"2023-04-20T00:35:39.000Z","dependencies_parsed_at":"2024-12-07T03:39:53.897Z","dependency_job_id":null,"html_url":"https://github.com/scijava/scripting-renjin","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/scijava/scripting-renjin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scijava%2Fscripting-renjin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scijava%2Fscripting-renjin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scijava%2Fscripting-renjin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scijava%2Fscripting-renjin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/scijava","download_url":"https://codeload.github.com/scijava/scripting-renjin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scijava%2Fscripting-renjin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278283454,"owners_count":25961311,"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","status":"online","status_checked_at":"2025-10-04T02:00:05.491Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-12-07T03:29:48.155Z","updated_at":"2025-10-04T07:54:15.928Z","avatar_url":"https://github.com/scijava.png","language":"Java","readme":"[![](https://github.com/scijava/scripting-renjin/actions/workflows/build-main.yml/badge.svg)](https://github.com/scijava/scripting-renjin/actions/workflows/build-main.yml)\n\n# Renjin Scripting\n\nThis library provides a scripting plugin wrapping the [Renjin](http://www.renjin.org/)\nJava implementation of the [R](http://www.r-project.org/) language.\n\nIt is implemented as a `ScriptLanguage` plugin for the [SciJava\nCommon](https://github.com/scijava/scijava-common) platform, which means that\nin addition to being usable directly as a `javax.script.ScriptEngineFactory`,\nit also provides some functionality on top, such as the ability to generate\nlines of script code based on SciJava events.\n\nFor a complete list of scripting languages available as part of the SciJava\nplatform, see the\n[Scripting](https://github.com/scijava/scijava-common/wiki/Scripting) page on\nthe SciJava Common wiki.\n\n-----\n\nHere is an example annotated R script:\n```R\n# @ScriptService ss\n# @OUTPUT String name\nlanguage \u003c- ss$getLanguageByName('R')\nname \u003c- language$languageName\n```\n\nKnown limitations or quirks:\n\n* Variables outside the Global environment scope may not persist after the script runs. If you need to access a variable after running the script, it is safer to use global assignment (\"\u003c\u003c-\" or \"assign()\");\n* \"Bean\" properties can be accessed via both the getter (`obj$getName()`) or as property (`obj$name`)\n* Methods of Java objects must be referrenced via the dollar functions (obj$function)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscijava%2Fscripting-renjin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscijava%2Fscripting-renjin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscijava%2Fscripting-renjin/lists"}