Skip to content

Commit

Permalink
v1.2.3
Browse files Browse the repository at this point in the history
-   refactor: Update DOCKERFILE
  • Loading branch information
leppott committed Jul 21, 2022
1 parent b6a0477 commit a5d7686
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: baytrendsmap
Title: Shiny App to Create Maps on-the-Fly from Output of the Baytrends Package
Description: Shiny app to create maps on-the-fly from output of the baytrends package.
Version: 1.2.2
Version: 1.2.3
Authors@R: c(
person("Erik W.", "Leppo", email="[email protected]", role=c("aut","cre")),
person("Jon","Harcum", role="aut"),
Expand Down
8 changes: 6 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
FROM rocker/geospatial:3.6.2
FROM rocker/geospatial:4.2.1

RUN apt-get update && apt-get upgrade -y && rm -rf /var/lib/apt/lists/*

ENV PASSWORD=IcantB3li3v3itsN)TbutterCanYou

RUN export ADD=shiny && bash /etc/cont-init.d/add && rm -rf /srv/shiny-apps/*
#RUN export ADD=shiny && bash /etc/cont-init.d/add && rm -rf /srv/shiny-apps/*
RUN /rocker_scripts/install_shiny_server.sh


RUN install2.r --error \
baytrends \
shinyBS \
shinyjs \
shinyalert \
DT \
ggplot2 \
rgdal \
Expand Down
8 changes: 7 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@ NEWS

<!-- NEWS.md is generated from NEWS.Rmd. Please edit that file -->

#> Last Update: 2022-07-21 08:36:22
#> Last Update: 2022-07-21 15:42:29

# baytrendsmap 1.2.3

Released - 2022-07-21

- refactor: Update DOCKERFILE

# baytrendsmap 1.2.2

Expand Down
8 changes: 7 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@ NEWS

<!-- NEWS.md is generated from NEWS.Rmd. Please edit that file -->

#> Last Update: 2022-07-21 08:36:22
#> Last Update: 2022-07-21 15:42:29

# baytrendsmap 1.2.3

Released - 2022-07-21

- refactor: Update DOCKERFILE

# baytrendsmap 1.2.2

Expand Down
6 changes: 6 additions & 0 deletions NEWS.rmd
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ knitr::opts_chunk$set(
cat(paste0("Last Update: ",Sys.time()))
```

baytrendsmap 1.2.3
===========
Released - 2022-07-21

* refactor: Update DOCKERFILE

baytrendsmap 1.2.2
===========
Released - 2022-07-21
Expand Down
2 changes: 1 addition & 1 deletion inst/shiny-examples/baytrendsmap/global.R
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ library(shinyalert) # popup modal at start up
#pkgver <- packageVersion("baytrendsmap") # does not work on Shinyapps.io
#pkgver <- installed.packages()["baytrendsmap", "Version"]
# believe ShinyApps.io blocks some system level commands
pkgver <- "1.2.2"
pkgver <- "1.2.3"

# File Size ----
# By default, the file size limit is 5MB. It can be changed by
Expand Down

0 comments on commit a5d7686

Please sign in to comment.