{"id":21614424,"url":"https://github.com/sciviews/tcltk2","last_synced_at":"2026-01-29T22:01:54.669Z","repository":{"id":32240595,"uuid":"132006936","full_name":"SciViews/tcltk2","owner":"SciViews","description":"Tcl/Tk Additions for R","archived":false,"fork":false,"pushed_at":"2025-08-29T06:10:46.000Z","size":3880,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-12-09T02:54:30.277Z","etag":null,"topics":["gui","rstats","tcl-tk"],"latest_commit_sha":null,"homepage":"https://www.sciviews.org/tcltk2/","language":"Tcl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SciViews.png","metadata":{"files":{"readme":"README.md","changelog":"NEWS.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","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,"zenodo":null}},"created_at":"2018-05-03T14:27:16.000Z","updated_at":"2025-08-29T06:07:42.000Z","dependencies_parsed_at":"2025-06-04T16:37:42.508Z","dependency_job_id":"3c299544-9549-4dc0-8b9e-6582f3db5d7e","html_url":"https://github.com/SciViews/tcltk2","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/SciViews/tcltk2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SciViews%2Ftcltk2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SciViews%2Ftcltk2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SciViews%2Ftcltk2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SciViews%2Ftcltk2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SciViews","download_url":"https://codeload.github.com/SciViews/tcltk2/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SciViews%2Ftcltk2/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28886881,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-29T21:06:44.224Z","status":"ssl_error","status_checked_at":"2026-01-29T21:06:42.160Z","response_time":59,"last_error":"SSL_read: 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":["gui","rstats","tcl-tk"],"created_at":"2024-11-24T22:07:56.593Z","updated_at":"2026-01-29T22:01:54.663Z","avatar_url":"https://github.com/SciViews.png","language":"Tcl","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003c!-- README.md is generated from README.Rmd. Please edit that file --\u003e\n\n# Tcl/Tk Additions \u003ca href=\"https://www.sciviews.org/tcltk2\"\u003e\u003cimg src=\"man/figures/logo.png\" align=\"right\" height=\"138\"/\u003e\u003c/a\u003e\n\n\u003c!-- badges: start --\u003e\n\n[![R-CMD-check](https://github.com/SciViews/tcltk2/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/SciViews/tcltk2/actions/workflows/R-CMD-check.yaml)\n[![codecov](https://codecov.io/gh/SciViews/tcltk2/graph/badge.svg?token=6FYPRdhoFJ)](https://codecov.io/gh/SciViews/tcltk2)\n[![CRAN\nstatus](https://www.r-pkg.org/badges/version/tcltk2)](https://cran.r-project.org/package=tcltk2)\n[![r-universe\nstatus](https://sciviews.r-universe.dev/badges/tcltk2)](https://sciviews.r-universe.dev/tcltk2)\n[![License](https://img.shields.io/badge/license-LGPL3-blue.svg)](https://www.gnu.org/licenses/lgpl-3.0.html)\n[![Lifecycle:\nstable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable)\n\u003c!-- badges: end --\u003e\n\n\u003e Several additions to R through Tcl functions and Tk widgets.\n\n## Installation\n\nThe latest stable version of {tcltk2} can simply be installed from\n[CRAN](http://cran.r-project.org):\n\n``` r\ninstall.packages(\"tcltk2\")\n```\n\nYou can also install the latest developement version. Make sure you have\nthe {remotes} R package installed:\n\n``` r\ninstall.packages(\"remotes\")\n```\n\nUse `install_github()` to install the {tcltk2} package from Github\n(source from **master/main** branch will be recompiled on your machine):\n\n``` r\nremotes::install_github(\"SciViews/tcltk2\")\n```\n\nR should install all required dependencies automatically, and then it\nshould compile and install {tcltk2}.\n\nLatest devel version of {tcltk2} (source + Windows binaires for the\nlatest stable version of R at the time of compilation) is also available\nfrom\n[appveyor](https://ci.appveyor.com/project/phgrosjean/tcltk2/build/artifacts).\n\n## Further explore tcltk2\n\nYou can get further help about this package this way. Make the {tcltk2}\npackage available in your R session:\n\n``` r\nlibrary(\"tcltk2\")\n```\n\nGet help about this package:\n\n``` r\nlibrary(help = \"tcltk2\")\nhelp(\"tcltk2-package\")\nvignette(\"tcltk2\") # None is installed with install_github()\n```\n\nFor further instructions, please, refer to these help pages at\n\u003chttps://www.sciviews.org/tcltk2/\u003e.\n\n## Code of Conduct\n\nPlease note that the {svBase} package is released with a [Contributor\nCode of\nConduct](https://contributor-covenant.org/version/2/1/CODE_OF_CONDUCT.html).\nBy contributing to this project, you agree to abide by its terms. \\##\nNote to developers\n\nThis package used to be developed on R-Forge in the past. However, the\nlatest [R-Forge\nversion](https://r-forge.r-project.org/projects/sciviews/) was moved to\nthis Github repository on 2016-03-18 (SVN version 569). **Please, do not\nuse R-Forge anymore for SciViews development, use this Github repository\ninstead.**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsciviews%2Ftcltk2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsciviews%2Ftcltk2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsciviews%2Ftcltk2/lists"}