Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinya Uryu committed Mar 20, 2019
1 parent 4cc79ed commit bac6def
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 20 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: jpmesh
Title: Utilities for Japanese Mesh Code
Version: 1.1.1.9000
Version: 1.1.2
Authors@R: c(
person(given = "Shinya", family = "Uryu", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-0493-6186"))
)
Expand Down Expand Up @@ -30,5 +30,5 @@ Suggests:
VignetteBuilder: knitr
LazyData: true
Encoding: UTF-8
RoxygenNote: 6.1.0
RoxygenNote: 6.1.1.9000
Roxygen: list(markdown = TRUE)
21 changes: 4 additions & 17 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,16 +1,9 @@
FROM rocker/rstudio:3.5.2
FROM rocker/geospatial:devel

RUN set -x && \
apt-get update && \
apt-get install -y --no-install-recommends \
libudunits2-dev \
libssl-dev \
libxml2-dev \
libcurl4-openssl-dev && \
: "options" && \
apt-get install -y --no-install-recommends \
libudunits2-dev \
libgdal-dev \
libcairo2-dev && \
: "For install magick" && \
apt-get install -y --no-install-recommends \
Expand All @@ -27,20 +20,14 @@ RUN set -x && \
RUN set -x && \
install2.r --error \
leaflet \
lwgeom \
miniUI \
purrr \
sf \
tidyr \
dplyr && \
miniUI && \
: "For develop and infrastructure" && \
install2.r --error \
knitr \
covr \
devtools \
mapview \
roxygen2 \
remotes \
usethis \
shinyjs \
reprex \
Expand All @@ -59,6 +46,6 @@ RUN set -x && \
"r-lib/revdepcheck" \
"r-lib/pkgdown" \
"r-lib/pkgload" \
"klutometis/roxygen" \
"tidyverse/ggplot2" && \
"r-spatial/lwgeom" \
"klutometis/roxygen" && \
rm -rf /tmp/downloaded_packages/ /tmp/*.rds
2 changes: 1 addition & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Test environments
- local macOS (High Sierra) install, R 3.5.0
- local macOS (Mojave) install, R 3.5.2
- ubuntu 14.04.3 (on travis-ci), release and devel
- Debian GNU/Linux 9 (on Docker)
- win-builder
Expand Down

0 comments on commit bac6def

Please sign in to comment.