Initial commit
This commit is contained in:
29
README.Rmd
Normal file
29
README.Rmd
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
output: github_document
|
||||
---
|
||||
|
||||
<!-- README.md is generated from README.Rmd. Please edit that file -->
|
||||
|
||||
```{r, include = FALSE}
|
||||
knitr::opts_chunk$set(
|
||||
collapse = TRUE,
|
||||
comment = "#>",
|
||||
fig.path = "man/figures/README-",
|
||||
out.width = "100%"
|
||||
)
|
||||
```
|
||||
|
||||
# AVSDevR.MarineNoiseRegistry
|
||||
|
||||
<!-- badges: start -->
|
||||
<!-- badges: end -->
|
||||
|
||||
The goal of AVSDevR.MarineNoiseRegistry is to contain all of the common code and assets for the Marine Noise Registry R Shiny applications.
|
||||
|
||||
## Installation
|
||||
|
||||
You can install the development version of AVSDevR.MarineNoiseRegistry like so:
|
||||
|
||||
``` r
|
||||
remotes::install_git("https://git.avsdev.uk/R/AVSDevR.MarineNoiseRegistry")
|
||||
```
|
||||
Reference in New Issue
Block a user