Compare commits
4 Commits
v1.0.3
...
f3b36c3519
| Author | SHA1 | Date | |
|---|---|---|---|
| f3b36c3519 | |||
| 81e73807ef | |||
| 766d27a508 | |||
| 3ebeea6cc7 |
@@ -1,6 +1,6 @@
|
|||||||
Package: AVSDevR.MarineNoiseRegistry
|
Package: AVSDevR.MarineNoiseRegistry
|
||||||
Title: Marine Noise Registry Common Code Package
|
Title: Marine Noise Registry Common Code Package
|
||||||
Version: 1.0.3
|
Version: 1.1.0
|
||||||
Authors@R:
|
Authors@R:
|
||||||
person("Craig", "Williams", , "craig@avsdev.uk", role = c("aut", "cre"))
|
person("Craig", "Williams", , "craig@avsdev.uk", role = c("aut", "cre"))
|
||||||
Description: Comon code and assets for all of the Marine Noise Registry
|
Description: Comon code and assets for all of the Marine Noise Registry
|
||||||
|
|||||||
@@ -357,7 +357,9 @@ MNR.DB.Applications <- R6::R6Class(
|
|||||||
# Work out what the closeout closeout year should be
|
# Work out what the closeout closeout year should be
|
||||||
dplyr::mutate(
|
dplyr::mutate(
|
||||||
closeout_year = as.Date(paste(
|
closeout_year = as.Date(paste(
|
||||||
lubridate::year(pmax(start_date, closed_at, na.rm = TRUE)),
|
lubridate::year(
|
||||||
|
pmax(start_date, last_closeout_at, closed_at, na.rm = TRUE)
|
||||||
|
),
|
||||||
12L,
|
12L,
|
||||||
31L,
|
31L,
|
||||||
sep = "-"
|
sep = "-"
|
||||||
|
|||||||
@@ -185,7 +185,7 @@ MNR.GeoPlot <- R6::R6Class(
|
|||||||
family = "Roboto, \"Helvetica Neue\", Helvetica, Arial, sans-serif",
|
family = "Roboto, \"Helvetica Neue\", Helvetica, Arial, sans-serif",
|
||||||
size = 15
|
size = 15
|
||||||
),
|
),
|
||||||
mapbox = list(style = "carto-positron"),
|
mapbox = list(style = "https://basemaps.cartocdn.com/gl/positron-gl-style/style.json"),
|
||||||
legend = list(
|
legend = list(
|
||||||
groupclick = "toggleitem",
|
groupclick = "toggleitem",
|
||||||
itemdoubleclick = FALSE
|
itemdoubleclick = FALSE
|
||||||
|
|||||||
Reference in New Issue
Block a user