clusterapp
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (18.4%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
Basic Info
- Host: GitHub
- Owner: JohannaMz
- License: gpl-3.0
- Language: R
- Default Branch: master
- Size: 30.6 MB
Statistics
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 3
- Releases: 0
Created about 3 years ago
· Last pushed about 1 year ago
Metadata Files
Readme
Changelog
Contributing
License
Code of conduct
Codemeta
README.Rmd
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# ClusterApp version 1.1
[](https://github.com/JohannaMz/ClusterApp/actions/workflows/R-CMD-check.yaml)
[](https://www.repostatus.org/#active)
The ClusterApp is a Shiny application to guide and streamline cluster studies based on GPS data.
## Installation
For the installation to work, you need [Rtools](https://cran.r-project.org/bin/windows/Rtools/) downloaded.
You can install the development version of ClusterApp from [GitHub](https://github.com/) with:
``` r
# install.packages("devtools")
devtools::install_github("JohannaMz/ClusterApp", build_vignettes = TRUE)
```
For re-installations of new versions make sure to remove old versions and restart the session:
``` r
remove.packages("ClusterApp")#if the package is loaded before
.rs.restartR() #restart R session to avoid any problms
devtools::install_github("JohannaMz/ClusterApp", build_vignettes = TRUE)
```
The app can then be started by the command:
``` r
library(ClusterApp)
ClusterApp::run_app()
```
When the app started, it can take a few seconds unti it recognizes the folder structure.
## Tutorial
A tutorial for the usage of the app can be found by accessing the vignette (html file):
``` r
browseVignettes("ClusterApp")
```
## Disclaimer
This is an early release and functionalities might change. I take no responsibility for the proper functioning of this package. If you have any questions, concerns or you would simply like to apply it to your data, I encourage to contact me directly (johanna@maertz.eu).
## Getting help
If you encounter a bug, please [submit an issue](https://github.com/JohannaMz/ClusterApp/issues). For more general questions and suggestions, contact Johanna Märtz (johanna@maertz.eu).
## Citation
```{r citation}
citation("ClusterApp")
```
Owner
- Login: JohannaMz
- Kind: user
- Repositories: 2
- Profile: https://github.com/JohannaMz
CodeMeta (codemeta.json)
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"identifier": "ClusterApp",
"description": "The Cluster Analysis App is a Shiny App developed for the easy and straightforward analysis of GPS collared individuals to identify clusters of visits.",
"name": "ClusterApp: A Shiny R application to guide and streamline cluster studies based\n on GPS data",
"codeRepository": "https://github.com/JohannaMz/ClusterApp",
"issueTracker": "https://github.com/JohannaMz/ClusterApp/issues",
"license": "https://spdx.org/licenses/GPL-3.0",
"version": "0.0.0.9000",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.3.1 (2023-06-16 ucrt)",
"author": [
{
"@type": "Person",
"givenName": "Johanna",
"familyName": "Märtz",
"email": "johanna@maertz.eu",
"@id": "https://orcid.org/0000-0001-9981-0430"
},
{
"@type": "Person",
"givenName": "Aimee",
"familyName": "Tallian"
},
{
"@type": "Person",
"givenName": "Camilla",
"familyName": "Wikenros"
},
{
"@type": "Person",
"givenName": "Rick",
"familyName": "Heeres"
}
],
"contributor": [
{
"@type": "Person",
"givenName": "Aimee",
"familyName": "Tallian"
},
{
"@type": "Person",
"givenName": "Camilla",
"familyName": "Wikenros"
},
{
"@type": "Person",
"givenName": "Rick",
"familyName": "Heeres"
}
],
"maintainer": [
{
"@type": "Person",
"givenName": "Johanna",
"familyName": "Märtz",
"email": "johanna@maertz.eu",
"@id": "https://orcid.org/0000-0001-9981-0430"
}
],
"softwareSuggestions": [
{
"@type": "SoftwareApplication",
"identifier": "knitr",
"name": "knitr",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=knitr"
},
{
"@type": "SoftwareApplication",
"identifier": "rmarkdown",
"name": "rmarkdown",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=rmarkdown"
},
{
"@type": "SoftwareApplication",
"identifier": "shinytest2",
"name": "shinytest2",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=shinytest2"
},
{
"@type": "SoftwareApplication",
"identifier": "testthat",
"name": "testthat",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=testthat"
}
],
"softwareRequirements": {
"1": {
"@type": "SoftwareApplication",
"identifier": "R",
"name": "R",
"version": ">= 2.10"
},
"2": {
"@type": "SoftwareApplication",
"identifier": "bslib",
"name": "bslib",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=bslib"
},
"3": {
"@type": "SoftwareApplication",
"identifier": "config",
"name": "config",
"version": ">= 0.3.1",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=config"
},
"4": {
"@type": "SoftwareApplication",
"identifier": "dplyr",
"name": "dplyr",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=dplyr"
},
"5": {
"@type": "SoftwareApplication",
"identifier": "DT",
"name": "DT",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=DT"
},
"6": {
"@type": "SoftwareApplication",
"identifier": "foreign",
"name": "foreign",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=foreign"
},
"7": {
"@type": "SoftwareApplication",
"identifier": "golem",
"name": "golem",
"version": ">= 0.4.0",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=golem"
},
"8": {
"@type": "SoftwareApplication",
"identifier": "hms",
"name": "hms",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=hms"
},
"9": {
"@type": "SoftwareApplication",
"identifier": "leaflet",
"name": "leaflet",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=leaflet"
},
"10": {
"@type": "SoftwareApplication",
"identifier": "lubridate",
"name": "lubridate",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=lubridate"
},
"11": {
"@type": "SoftwareApplication",
"identifier": "magrittr",
"name": "magrittr",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=magrittr"
},
"12": {
"@type": "SoftwareApplication",
"identifier": "methods",
"name": "methods"
},
"13": {
"@type": "SoftwareApplication",
"identifier": "openxlsx",
"name": "openxlsx",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=openxlsx"
},
"14": {
"@type": "SoftwareApplication",
"identifier": "readr",
"name": "readr",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=readr"
},
"15": {
"@type": "SoftwareApplication",
"identifier": "readxl",
"name": "readxl",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=readxl"
},
"16": {
"@type": "SoftwareApplication",
"identifier": "sf",
"name": "sf",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=sf"
},
"17": {
"@type": "SoftwareApplication",
"identifier": "sftrack",
"name": "sftrack",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=sftrack"
},
"18": {
"@type": "SoftwareApplication",
"identifier": "shiny",
"name": "shiny",
"version": ">= 1.7.3",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=shiny"
},
"19": {
"@type": "SoftwareApplication",
"identifier": "shinyFiles",
"name": "shinyFiles",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=shinyFiles"
},
"20": {
"@type": "SoftwareApplication",
"identifier": "shinyWidgets",
"name": "shinyWidgets",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=shinyWidgets"
},
"21": {
"@type": "SoftwareApplication",
"identifier": "stats",
"name": "stats"
},
"22": {
"@type": "SoftwareApplication",
"identifier": "stringr",
"name": "stringr",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=stringr"
},
"23": {
"@type": "SoftwareApplication",
"identifier": "tidyr",
"name": "tidyr",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=tidyr"
},
"24": {
"@type": "SoftwareApplication",
"identifier": "tmap",
"name": "tmap",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=tmap"
},
"25": {
"@type": "SoftwareApplication",
"identifier": "utils",
"name": "utils"
},
"SystemRequirements": null
},
"fileSize": "6941.899KB",
"readme": "https://github.com/JohannaMz/ClusterApp/blob/master/README.md",
"contIntegration": [
"https://github.com/JohannaMz/ClusterApp/actions/workflows/R-CMD-check.yaml",
"https://github.com/JohannaMz/ClusterApp/actions?query=workflow%3Apkgcheck"
],
"developmentStatus": "https://www.repostatus.org/#active"
}
GitHub Events
Total
- Watch event: 1
- Issue comment event: 2
- Push event: 3
Last Year
- Watch event: 1
- Issue comment event: 2
- Push event: 3