Skip to content

Commit 0925571

Browse files
committed
Version 0.9997, R >= 4.4
1 parent 57f721d commit 0925571

File tree

9 files changed

+226
-308
lines changed

9 files changed

+226
-308
lines changed

DESCRIPTION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: RMAVIS
22
Title: Assign Vegetation Survey Data to GB NVC Communities
3-
Version: 0.9996
4-
Date: 2024-04-30
3+
Version: 0.9997
4+
Date: 2024-05-06
55
Authors@R: c(person(given = "Zeke",
66
family = "Marshall",
77
role = c("aut", "cre"),
@@ -38,5 +38,5 @@ Suggests:
3838
URL: https://github.com/ZekeMarshall/RMAVIS
3939
BugReports: https://github.com/ZekeMarshall/RMAVIS/issues
4040
Depends:
41-
R (>= 4.3)
41+
R (>= 4.4)
4242
LazyData: true

NEWS.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ title: "Release notes for `RMAVIS`"
33
output: html_document
44
---
55

6+
# RMAVIS 0.9997 (2024-05-06)
7+
* Modifications:
8+
- Updating minimum R version to R 4.4 to address security concerns. Note
9+
that R 4.4.0 does not actually fix this, see here: https://aitap.github.io/2024/05/02/unserialize.html
10+
* Fixes: NA
11+
* New Features: NA
12+
613
# RMAVIS 0.9996 (2024-04-30)
714
* Modifications:
815
- Adding package dependency references to JOSS paper.

README.Rmd

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ knitr::opts_chunk$set(
1414
# RMAVIS
1515

1616
<!-- badges: start -->
17-
[![Generic badge](https://img.shields.io/badge/Version-0.9995-green.svg)]()
17+
[![Generic badge](https://img.shields.io/badge/Version-0.9997-green.svg)]()
1818
[![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)
1919
[![DOI](https://zenodo.org/badge/722095560.svg)](https://zenodo.org/badge/latestdoi/722095560)
2020
[![status](https://joss.theoj.org/papers/460c6f934a108fcf5a16d0f2ab77492e/status.svg)](https://joss.theoj.org/papers/460c6f934a108fcf5a16d0f2ab77492e)
@@ -27,10 +27,5 @@ sample data to UK National Vegetation Classification units, with additional expl
2727
## Running the app
2828

2929
You can run RMAVIS from [GitHub](https://github.com/ZekeMarshall/RMAVIS) by cloning the
30-
repository, calling `renv::restore()`, and then calling `shiny::runApp("app.R")`.
31-
32-
If `renv::restore()` fails run `install.packages(unique(renv::dependencies()$Package), dependencies = TRUE)`,
33-
note that whilst the correct dependencies will be installed,
34-
the versions may not match those in the renv.lock file,
35-
and so the correct functioning of the app cannot be guaranteed.
30+
repository, then calling `renv::activate()`, `renv::restore()`, and `shiny::runApp("app.R")`.
3631

README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<!-- badges: start -->
55

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

2323
You can run RMAVIS from [GitHub](https://github.com/ZekeMarshall/RMAVIS)
24-
by cloning the repository, calling `renv::restore()`, and then calling
25-
`shiny::runApp("app.R")`.
26-
27-
If `renv::restore()` fails run
28-
`install.packages(unique(renv::dependencies()$Package), dependencies = TRUE)`,
29-
note that whilst the correct dependencies will be installed, the
30-
versions may not match those in the renv.lock file, and so the correct
31-
functioning of the app cannot be guaranteed.
24+
by cloning the repository, then calling `renv::activate()`,
25+
`renv::restore()`, and `shiny::runApp("app.R")`.

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ services:
44
build:
55
context: .
66
dockerfile: Dockerfile
7-
image: "<container registry url>/rmavis:v0.9996"
7+
image: "<container registry url>/rmavis:v0.9997"
88
container_name: "rmavis"
99
restart: always
1010
privileged: true

docs/documentation.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "RMAVIS - Documentation"
3-
subtitle: "v0.9996"
3+
subtitle: "v0.9997"
44
# output:
55
# bookdown::word_document2:
66
# always_allow_html: true

0 commit comments

Comments
 (0)