Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
msorlien authored Mar 28, 2023
1 parent d246088 commit f1ac276
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
^brcwebmap\.Rproj$
^\.Rproj\.user$
^LICENSE\.md$
^data-raw$
^README\.Rmd$
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.Rproj.user
37 changes: 37 additions & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
Package: BRC_Map
Title: Blackstone River Coalition Water Quality Data
Version: 0.0.0.9000
Authors@R:
c(person(given = "Mariel",
family = "Sorlien",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Dan",
family = "Crocker",
role = "ctb")
)
Description: Displays water quality data collected by the Blackstone River Coalition.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Depends:
R (>= 2.10),
tidyverse
LazyData: true
Imports:
bslib,
DT,
glue,
highcharter,
knitr,
leaflegend,
leaflet,
lubridate,
pkgload,
rmarkdown,
sf,
shiny,
shinya11y,
shinyWidgets,
writexl

0 comments on commit f1ac276

Please sign in to comment.