Skip to content

Commit

Permalink
Version 0.9996
Browse files Browse the repository at this point in the history
  • Loading branch information
ZekeMarshall committed Apr 30, 2024
1 parent d6d157a commit 57f721d
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 7 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# R Profile
.Rprofile

# History files
.Rhistory
.Rapp.history
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: RMAVIS
Title: Assign Vegetation Survey Data to GB NVC Communities
Version: 0.9995
Version: 0.9996
Date: 2024-04-30
Authors@R: c(person(given = "Zeke",
family = "Marshall",
Expand Down
8 changes: 7 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "Release notes for `RMAVIS`"
output: html_document
---

# RMAVIS 0.9995 (2024-04-30)
# RMAVIS 0.9996 (2024-04-30)
* Modifications:
- Adding package dependency references to JOSS paper.
- Removing {janitor} dependency.
Expand All @@ -15,6 +15,12 @@ output: html_document
- Ensuring author information in DESCRIPTION file are all separated by commas.
* New Features: NA

# RMAVIS 0.9995 (2024-04-26)
* Modifications:
- Changing licence to the OSI-approved LGPL-3.0 licence to ensure compliance with JOSS.
* Fixes: NA
* New Features: NA

# RMAVIS 0.9994 (2024-04-21)
* Modifications: NA
* Fixes:
Expand Down
2 changes: 1 addition & 1 deletion app.R
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ library(writexl)
library(vegan)

# Render documentation ----------------------------------------------------
rmarkdown::render(input = "docs/documentation.Rmd", output_dir = "www")
# rmarkdown::render(input = "docs/documentation.Rmd", output_dir = "www")

# Source sub-modules ------------------------------------------------------
source("modules/privacy_ui.R", local = TRUE)
Expand Down
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.9995"
image: "<container registry url>/rmavis:v0.9996"
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.9995"
subtitle: "v0.9996"
# output:
# bookdown::word_document2:
# always_allow_html: true
Expand Down
2 changes: 1 addition & 1 deletion report/Report.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ reportOptions_options <- list(`NVC Assignment` = c("Site, Czekanowski" = "nvcAss

```{r RMAVISVersion, echo=FALSE, message=FALSE, warning=FALSE, results='asis'}
cat("**Version:** ", as.character("v0.9995"), sep = "")
cat("**Version:** ", as.character("v0.9996"), sep = "")
```

Expand Down
2 changes: 1 addition & 1 deletion www/documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -1711,7 +1711,7 @@


<h1 class="title toc-ignore">RMAVIS - Documentation</h1>
<h3 class="subtitle">v0.9995</h3>
<h3 class="subtitle">v0.9996</h3>

</div>

Expand Down

0 comments on commit 57f721d

Please sign in to comment.