{"id":32206294,"url":"https://github.com/usgs-r/rsurvey","last_synced_at":"2025-10-22T05:19:36.918Z","repository":{"id":56937300,"uuid":"1533926","full_name":"USGS-R/RSurvey","owner":"USGS-R","description":"Geographic Information System Application","archived":false,"fork":false,"pushed_at":"2023-04-07T22:43:54.000Z","size":14828,"stargazers_count":12,"open_issues_count":3,"forks_count":5,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-01-26T18:11:04.314Z","etag":null,"topics":["gui","r","spatial","usgs"],"latest_commit_sha":null,"homepage":"","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/USGS-R.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.note","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2011-03-27T20:14:57.000Z","updated_at":"2020-05-31T08:15:51.000Z","dependencies_parsed_at":"2023-09-26T08:14:22.377Z","dependency_job_id":null,"html_url":"https://github.com/USGS-R/RSurvey","commit_stats":{"total_commits":894,"total_committers":2,"mean_commits":447.0,"dds":0.3221476510067114,"last_synced_commit":"2ddc6466ac3715d64335ebe36da3dddf26aed60e"},"previous_names":[],"tags_count":25,"template":false,"template_full_name":null,"purl":"pkg:github/USGS-R/RSurvey","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/USGS-R%2FRSurvey","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/USGS-R%2FRSurvey/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/USGS-R%2FRSurvey/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/USGS-R%2FRSurvey/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/USGS-R","download_url":"https://codeload.github.com/USGS-R/RSurvey/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/USGS-R%2FRSurvey/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280383024,"owners_count":26321431,"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-22T02:00:06.515Z","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":["gui","r","spatial","usgs"],"created_at":"2025-10-22T05:19:35.978Z","updated_at":"2025-10-22T05:19:36.913Z","avatar_url":"https://github.com/USGS-R.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RSurvey\n\n[![Travis Build Status](https://travis-ci.org/USGS-R/RSurvey.svg?branch=master)](https://travis-ci.org/USGS-R/RSurvey)\n[![CRAN Version](https://www.r-pkg.org/badges/version/RSurvey)](https://CRAN.R-project.org/package=RSurvey)\n[![](https://cranlogs.r-pkg.org/badges/RSurvey?color=brightgreen)](https://www.rpackages.io/package/RSurvey)\n[![USGS Category](https://img.shields.io/badge/USGS-Orphan-red.svg)](https://owi.usgs.gov/R/packages.html#orphan)\n\n## Deprecated\n\nDevelopment of this package has halted.\nIf you are interested in taking over maintainer status for the package, please email the author.\n\n## Overview\n\nThe [R](https://www.r-project.org/) package **RSurvey** is a geographic information system (GIS)\ngraphical user interface (GUI) that provides data viewing, management, and analysis tools.\nThe cross-platform application was designed to be simple enough for non-technical users.\n\n## Install\n\nIf R is not already installed on your computer, download and install the latest binary distribution from\nthe Comprehensive R Archive Network ([CRAN](https://cran.r-project.org/)).\nWindows users should set R to operate as a single document interface (SDI) application during installation\nby choosing to customize the start-up options and specifying the SDI interface (not the default).\n\nIf your operating system is macOS, download and install [XQuartz](https://www.xquartz.org/), and reboot your computer.\n\n**RSurvey** uses the [Tk](http://www.tkdocs.com/) toolkit for GUI rendering,\naccess to Tk is provided by the **tcltk** package.\nTo check if Tk is available, startup an R session and type the following at the command prompt\n\n```r\ncapabilities(\"tcltk\")\n```\n\nSupport for viewing and editing table data is provided by [Tktable](http://tktable.sourceforge.net/),\na spreadsheet-like Tk widget (typically included with the binary distribution of R).\nTo check if Tktable is available, use the command\n\n```r\ninherits(tcltk::tclRequire(\"Tktable\", FALSE), \"tclObj\")\n```\n\nTo install the stable version of **RSurvey** from [CRAN](https://CRAN.R-project.org/package=RSurvey) use the command\n\n```r\ninstall.packages(\"RSurvey\")\n```\n\nOr use **devtools** to install the development version from GitHub.\n\n```r\ndevtools::install_github(\"USGS-R/RSurvey\")\n```\n\nIn addition to its required packages, **RSurvey** can make use of the functionality in its suggested packages.\nIf any of the suggested packages are missing, you will be prompted to install them when it first starts up.\n\nIf you're running into difficulties with package installation,\nsee the R Commander [installation notes](http://socserv.socsci.mcmaster.ca/jfox/Misc/Rcmdr/installation-notes.html) for possible solutions.\nR Commander is another GUI implemented as an R package.\n\n## Run\n\nLoad **RSurvey** in the current R session and launch its main GUI using the command\n\n```r\nlibrary(\"RSurvey\")\n```\n\n## Disclaimer\n\nThis information is preliminary or provisional and is subject to revision.\nIt is being provided to meet the need for timely best science.\nThe information has not received final approval by the U.S. Geological Survey (USGS)\nand is provided on the condition that neither the USGS nor the U.S. Government\nshall be held liable for any damages resulting from the authorized or unauthorized use of the information.\n\nAlthough this software program has been used by the U.S. Geological Survey (USGS),\nno warranty, expressed or implied, is made by the USGS or the U.S. Government\nas to the accuracy and functioning of the program and related program material\nnor shall the fact of distribution constitute any such warranty,\nand no responsibility is assumed by the USGS in connection therewith.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fusgs-r%2Frsurvey","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fusgs-r%2Frsurvey","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fusgs-r%2Frsurvey/lists"}