Skip to content

Commit e068810

Browse files
committed
Merge branch 'main' into develop
2 parents d582b10 + 980207e commit e068810

File tree

16 files changed

+33
-20
lines changed

16 files changed

+33
-20
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ message: If you use this software, please cite our article in the Journal of Ope
33
doi: 10.5281/zenodo.10818640
44
repository-code: 'https://github.com/NERC-CEH/RMAVIS'
55
license: LGPL-3.0
6-
version: v1.1.1
6+
version: v1.1.2
77
type: software
88
authors:
99
- given-names: Zeke

DESCRIPTION

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: RMAVIS
22
Title: Assign Vegetation Survey Data to GB NVC Communities
3-
Version: 1.1.1
3+
Version: 1.1.2
44
Date: 2025-07-28
55
Authors@R: c(person(given = "Zeke",
66
family = "Marshall",
@@ -53,9 +53,10 @@ Imports:
5353
stringr,
5454
tibble,
5555
tidyr,
56-
UKVegTB,
5756
vegan,
5857
writexl
58+
Remotes:
59+
github::NERC-CEH/[email protected]
5960
Suggests:
6061
testthat,
6162
tinytex

NEWS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# RMAVIS 1.1.2 (28-07-2025)
2+
* Modifications: NA
3+
* Fixes:
4+
- Adding UKVegTB v0.1.2 as a remote dependency in the Description file.
5+
* New Features: NA
6+
17
# RMAVIS 1.1.1 (28-07-2025)
28
* Modifications:
39
- Adding argument 'factor_constancy' to `RMAVIS::composeSyntopicTables` which controls whether the constancy column is returned as a factor or not.

README.Rmd

Lines changed: 1 addition & 1 deletion
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-1.1.1-green.svg)]()
17+
[![Generic badge](https://img.shields.io/badge/Version-1.1.2-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)

README.md

Lines changed: 1 addition & 1 deletion
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-1.1.1-green.svg)]()
7+
badge](https://img.shields.io/badge/Version-1.1.2-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)

deploy.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ rsconnect::deployApp(appDir = "./inst/app",
1212
# appName = "rmavis",
1313
# appTitle = "RMAVIS",
1414
appId = 321,
15-
forceUpdate = TRUE)
15+
forceUpdate = TRUE)

inst/app/NEWS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# RMAVIS 1.1.2 (28-07-2025)
2+
* Modifications: NA
3+
* Fixes:
4+
- Adding UKVegTB v0.1.2 as a remote dependency in the Description file.
5+
* New Features: NA
6+
17
# RMAVIS 1.1.1 (28-07-2025)
28
* Modifications:
39
- Adding argument 'factor_constancy' to `RMAVIS::composeSyntopicTables` which controls whether the constancy column is returned as a factor or not.

inst/app/README.md

Lines changed: 1 addition & 1 deletion
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-1.1.1-green.svg)]()
7+
badge](https://img.shields.io/badge/Version-1.1.2-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)

inst/app/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: "v1.1.1"
3+
subtitle: "v1.1.2"
44
# output:
55
# bookdown::word_document2:
66
# always_allow_html: true

inst/app/modules/data_entry/deSidebar_server.R

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ deSidebar <- function(input, output, session,
157157
filename = function() {
158158

159159
paste0("RMAVIS.SurveyData.",
160-
"v1-1-1.",
160+
"v1-1-2.",
161161
format(Sys.time(), "%y-%m-%d.%H-%M-%S"),
162162
".csv",
163163
sep="")
@@ -180,7 +180,7 @@ deSidebar <- function(input, output, session,
180180
filename = function() {
181181

182182
paste0("RMAVIS.AcceptedTaxa.",
183-
"v1-1-1",
183+
"v1-1-2",
184184
".csv",
185185
sep="")
186186

@@ -199,7 +199,7 @@ deSidebar <- function(input, output, session,
199199
filename = function() {
200200

201201
paste0("RMAVIS.TaxonomicBackbone.",
202-
"v1-1-1",
202+
"v1-1-2",
203203
".csv",
204204
sep="")
205205

@@ -218,7 +218,7 @@ deSidebar <- function(input, output, session,
218218
filename = function() {
219219

220220
paste0("RMAVIS.TaxonLookup.",
221-
"v1-1-1",
221+
"v1-1-2",
222222
".csv",
223223
sep="")
224224

0 commit comments

Comments
 (0)