{"id":21614396,"url":"https://github.com/sciviews/svgui","last_synced_at":"2025-07-09T14:02:13.943Z","repository":{"id":56935063,"uuid":"54084737","full_name":"SciViews/svGUI","owner":"SciViews","description":"Manage GUIs in R","archived":false,"fork":false,"pushed_at":"2022-05-06T14:47:55.000Z","size":1139,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-10T17:05:06.962Z","etag":null,"topics":["cran","gui","r","r-package","sciviews"],"latest_commit_sha":null,"homepage":"https://www.sciviews.org/svGUI/","language":"R","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":null,"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}},"created_at":"2016-03-17T03:11:42.000Z","updated_at":"2022-05-06T14:42:56.000Z","dependencies_parsed_at":"2022-08-21T05:50:09.476Z","dependency_job_id":null,"html_url":"https://github.com/SciViews/svGUI","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SciViews%2FsvGUI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SciViews%2FsvGUI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SciViews%2FsvGUI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SciViews%2FsvGUI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SciViews","download_url":"https://codeload.github.com/SciViews/svGUI/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248358548,"owners_count":21090401,"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":["cran","gui","r","r-package","sciviews"],"created_at":"2024-11-24T22:07:52.752Z","updated_at":"2025-04-11T06:51:45.062Z","avatar_url":"https://github.com/SciViews.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"# svGUI\n\n\u003c!-- badges: start --\u003e\n\n[![R-CMD-check](https://github.com/SciViews/svGUI/workflows/R-CMD-check/badge.svg)](https://github.com/SciViews/svGUI/actions) [![Win build status](https://ci.appveyor.com/api/projects/status/github/SciViews/svGUI?branch=master\u0026svg=true)](https://ci.appveyor.com/project/phgrosjean/svGUI) [![Coverage status](https://img.shields.io/codecov/c/github/SciViews/svGUI/master.svg)](https://codecov.io/github/SciViews/svGUI?branch=master) [![CRAN status](https://www.r-pkg.org/badges/version/svGUI)](https://cran.r-project.org/package=svGUI) [![License](https://img.shields.io/badge/license-GPL-blue.svg)](https://www.gnu.org/licenses/gpl-2.0.html) [![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://www.tidyverse.org/lifecycle/#stable)\n\n\u003c!-- badges: end --\u003e\n\n{svGUI} provides a general mechanism to implement GUIs in R, including own storage environment, and information on the GUI status. For instance, one would know if a dialog box is displayed, is modal, or what was the result of the last dialog box used. Moreover, a mechanisms to use fallback in case the desired GUI is not available (for instance, by using a textuyal version of the dialog box) is also implemented. To look at an example of use, see the [{svDialogs}](https://github.com/SciViews/svDialogs) R package.\n\n## Installation\n\nYou can install the released version of {svGUI} from [CRAN](https://CRAN.R-project.org) with:\n\n``` r\ninstall.packages(\"svGUI\")\n```\n\nYou can also install the latest development version. Make sure you have the {remotes} R package installed:\n\n``` r\ninstall.packages(\"remotes\")\n```\n\nUse `install_github()` to install the {svGUI} package from GitHub (source from **master** branch will be recompiled on your machine):\n\n``` r\nremotes::install_github(\"SciViews/svGUI\")\n```\n\nR should install all required dependencies automatically, and then it should compile and install {svGUI}.\n\nLatest devel version of {svGUI} (source + Windows binaries for the latest stable version of R at the time of compilation) is also available from [appveyor](https://ci.appveyor.com/project/phgrosjean/svGUI/build/artifacts).\n\n## Usage\n\nYou can get further help about this package this way: Make the {svGUI} package available in your R session:\n\n``` r\nlibrary(\"svGUI\")\n```\n\nGet help about this package:\n\n``` r\nlibrary(help = \"svGUI\")\nhelp(\"svGUI-package\")\nvignette(\"svGUI\") # None is installed with install_github()\n```\n\nFor further instructions, please, refer to the help pages at \u003chttps://www.sciviews.org/svGUI/\u003e.\n\n## Code of Conduct\n\nPlease note that the svGUI project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/0/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.\n\n## Note to developers\n\nThis package used to be developed on R-Forge in the past. However, the latest [R-Forge version](https://r-forge.r-project.org/projects/sciviews/) was moved to this GitHub repository on 2016-03-17 (SVN version 569). **Please, do not use R-Forge anymore for SciViews development, use this GitHub repository instead.**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsciviews%2Fsvgui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsciviews%2Fsvgui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsciviews%2Fsvgui/lists"}