{"id":21614402,"url":"https://github.com/sciviews/svdialogs","last_synced_at":"2025-04-11T06:51:44.871Z","repository":{"id":48164416,"uuid":"127723055","full_name":"SciViews/svDialogs","owner":"SciViews","description":"Standard Dialog Boxes for R","archived":false,"fork":false,"pushed_at":"2022-05-10T04:44:52.000Z","size":953,"stargazers_count":8,"open_issues_count":2,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-25T04:41:39.259Z","etag":null,"topics":["cran","dialog-box","gui","r","r-package","sciviews"],"latest_commit_sha":null,"homepage":"https://www.sciviews.org/svDialogs/","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":"2018-04-02T07:47:36.000Z","updated_at":"2023-03-09T18:37:55.000Z","dependencies_parsed_at":"2022-08-26T05:10:30.486Z","dependency_job_id":null,"html_url":"https://github.com/SciViews/svDialogs","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SciViews%2FsvDialogs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SciViews%2FsvDialogs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SciViews%2FsvDialogs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SciViews%2FsvDialogs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SciViews","download_url":"https://codeload.github.com/SciViews/svDialogs/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","dialog-box","gui","r","r-package","sciviews"],"created_at":"2024-11-24T22:07:54.251Z","updated_at":"2025-04-11T06:51:44.849Z","avatar_url":"https://github.com/SciViews.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"# svDialogs\n\n\u003c!-- badges: start --\u003e\n\n[![R-CMD-check](https://github.com/SciViews/svDialogs/workflows/R-CMD-check/badge.svg)](https://github.com/SciViews/svDialogs/actions) [![Win build status](https://ci.appveyor.com/api/projects/status/github/SciViews/svDialogs?branch=master\u0026svg=true)](https://ci.appveyor.com/project/phgrosjean/svDialogs) [![Coverage status](https://img.shields.io/codecov/c/github/SciViews/svDialogs/master.svg)](https://codecov.io/github/SciViews/svDialogs?branch=master) [![CRAN status](https://www.r-pkg.org/badges/version/svDialogs)](https://cran.r-project.org/package=svDialogs) [![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\nWith {svDialogs}, you can rapidly construct standard dialog boxes for your GUI, including message boxes, input boxes, list, file or directory selection, ... In case R cannot display GUI dialog boxes, a simpler command line version of these interactive elements is provided as fallback solution (e.g., in a terminal session).\n\n## Installation\n\nYou can install the released version of {svDialogs} from [CRAN](https://CRAN.R-project.org) with:\n\n``` r\ninstall.packages(\"svDialogs\")\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 {svDialogs} package from GitHub (source from **master** branch will be recompiled on your machine):\n\n``` r\nremotes::install_github(\"SciViews/svDialogs\")\n```\n\n### Latest stable version\n\nThe latest stable version of {svDialogs} can simply be installed from [CRAN](http://cran.r-project.org):\n\n``` r\ninstall.packages(c(\"svGUI\", svDialogs\"))\n```\n\nR should install all required dependencies automatically, and then it should compile and install {svDialogs}.\n\nLatest devel version of {svDialogs} (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/svDialogs/build/artifacts).\n\n## Usage\n\nYou can get further help about this package this way: Make the {svDialogs} package available in your R session:\n\n``` r\nlibrary(\"svDialogs\")\n```\n\nGet help about this package:\n\n``` r\nlibrary(help = \"svDialogs\")\nhelp(\"svDialogs-package\")\nvignette(\"svDialogs\") # None is installed with install_github()\n```\n\nFor further instructions, please, refer to the help pages at \u003chttps://www.sciviews.org/svDialogs/\u003e.\n\n## Code of Conduct\n\nPlease note that the svDialogs 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 2018-04-02 (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%2Fsvdialogs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsciviews%2Fsvdialogs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsciviews%2Fsvdialogs/lists"}