Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shahreyar-abeer/vessels
https://github.com/shahreyar-abeer/vessels
golem leaflet semantic-ui shiny
Last synced: about 4 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/shahreyar-abeer/vessels
- Owner: shahreyar-abeer
- License: other
- Created: 2020-10-10T02:57:14.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-28T13:36:37.000Z (about 2 years ago)
- Last Synced: 2024-11-24T12:13:42.673Z (2 months ago)
- Topics: golem, leaflet, semantic-ui, shiny
- Language: R
- Homepage: https://shahreyar-abeer.shinyapps.io/vessels/
- Size: 13.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```# vessels
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)
[![R build status](https://github.com/shahreyar-abeer/vessels/workflows/R-CMD-check/badge.svg)](https://github.com/shahreyar-abeer/vessels/actions)## Installation
You can install the development version from [GitHub](https://github.com/) and run with:
``` r
# install.packages("devtools")
devtools::install_github("shahreyar-abeer/vessels")# run
vessels::run_app()
```