Skip to content

Commit

Permalink
Version 0.9997, R >= 4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ZekeMarshall committed May 7, 2024
1 parent 57f721d commit 0925571
Show file tree
Hide file tree
Showing 9 changed files with 226 additions and 308 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: RMAVIS
Title: Assign Vegetation Survey Data to GB NVC Communities
Version: 0.9996
Date: 2024-04-30
Version: 0.9997
Date: 2024-05-06
Authors@R: c(person(given = "Zeke",
family = "Marshall",
role = c("aut", "cre"),
Expand Down Expand Up @@ -38,5 +38,5 @@ Suggests:
URL: https://github.com/ZekeMarshall/RMAVIS
BugReports: https://github.com/ZekeMarshall/RMAVIS/issues
Depends:
R (>= 4.3)
R (>= 4.4)
LazyData: true
7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ title: "Release notes for `RMAVIS`"
output: html_document
---

# RMAVIS 0.9997 (2024-05-06)
* Modifications:
- Updating minimum R version to R 4.4 to address security concerns. Note
that R 4.4.0 does not actually fix this, see here: https://aitap.github.io/2024/05/02/unserialize.html
* Fixes: NA
* New Features: NA

# RMAVIS 0.9996 (2024-04-30)
* Modifications:
- Adding package dependency references to JOSS paper.
Expand Down
9 changes: 2 additions & 7 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ knitr::opts_chunk$set(
# RMAVIS

<!-- badges: start -->
[![Generic badge](https://img.shields.io/badge/Version-0.9995-green.svg)]()
[![Generic badge](https://img.shields.io/badge/Version-0.9997-green.svg)]()
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
[![DOI](https://zenodo.org/badge/722095560.svg)](https://zenodo.org/badge/latestdoi/722095560)
[![status](https://joss.theoj.org/papers/460c6f934a108fcf5a16d0f2ab77492e/status.svg)](https://joss.theoj.org/papers/460c6f934a108fcf5a16d0f2ab77492e)
Expand All @@ -27,10 +27,5 @@ sample data to UK National Vegetation Classification units, with additional expl
## Running the app

You can run RMAVIS from [GitHub](https://github.com/ZekeMarshall/RMAVIS) by cloning the
repository, calling `renv::restore()`, and then calling `shiny::runApp("app.R")`.

If `renv::restore()` fails run `install.packages(unique(renv::dependencies()$Package), dependencies = TRUE)`,
note that whilst the correct dependencies will be installed,
the versions may not match those in the renv.lock file,
and so the correct functioning of the app cannot be guaranteed.
repository, then calling `renv::activate()`, `renv::restore()`, and `shiny::runApp("app.R")`.

12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<!-- badges: start -->

[![Generic
badge](https://img.shields.io/badge/Version-0.9995-green.svg)]()
badge](https://img.shields.io/badge/Version-0.9997-green.svg)]()
[![Project Status: Active – The project has reached a stable, usable
state and is being actively
developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
Expand All @@ -21,11 +21,5 @@ units, with additional exploratory analyses.
## Running the app

You can run RMAVIS from [GitHub](https://github.com/ZekeMarshall/RMAVIS)
by cloning the repository, calling `renv::restore()`, and then calling
`shiny::runApp("app.R")`.

If `renv::restore()` fails run
`install.packages(unique(renv::dependencies()$Package), dependencies = TRUE)`,
note that whilst the correct dependencies will be installed, the
versions may not match those in the renv.lock file, and so the correct
functioning of the app cannot be guaranteed.
by cloning the repository, then calling `renv::activate()`,
`renv::restore()`, and `shiny::runApp("app.R")`.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
build:
context: .
dockerfile: Dockerfile
image: "<container registry url>/rmavis:v0.9996"
image: "<container registry url>/rmavis:v0.9997"
container_name: "rmavis"
restart: always
privileged: true
Expand Down
2 changes: 1 addition & 1 deletion docs/documentation.Rmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "RMAVIS - Documentation"
subtitle: "v0.9996"
subtitle: "v0.9997"
# output:
# bookdown::word_document2:
# always_allow_html: true
Expand Down
Loading

0 comments on commit 0925571

Please sign in to comment.