From 828afd35ef6b18afdf2320ee1188d865b33f7733 Mon Sep 17 00:00:00 2001 From: Daniel Claborne Date: Wed, 16 Oct 2024 15:21:48 -0700 Subject: [PATCH] update ftmsRanalysis d4c2b9a v1.2.2 --- DESCRIPTION | 2 +- renv.lock | 6 +++--- ui.R | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 8d6302a..9527e32 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: FREDA Title: An app for the processing and visualization of Fourier-transform mass spectrometry data. -Version: 1.2.1 +Version: 1.2.2 Authors@R: c(person("Lisa", "Bramer", "lisa.bramer@pnnl.gov", role = "aut", "cre"), person("Daniel", "Claborne", "daniel.claborne@pnnl.gov", role = c("aut"))) Description: A frontend application which exposes functionality of the ftmsRanalysis R package. See diff --git a/renv.lock b/renv.lock index 5b560e4..0fca4dd 100644 --- a/renv.lock +++ b/renv.lock @@ -503,8 +503,8 @@ "RemoteHost": "api.github.com", "RemoteRepo": "ftmsRanalysis", "RemoteUsername": "EMSL-Computing", - "RemoteRef": "HEAD", - "RemoteSha": "28581f9adae22637fbbf87992138687b7cdeea5f", + "RemoteRef": "master", + "RemoteSha": "d4c2b9a4ffba2c07126e6732efa62792bc114796", "Requirements": [ "R", "RColorBrewer", @@ -525,7 +525,7 @@ "tidyr", "vegan" ], - "Hash": "1081c4c2bfadf864105ed38ac4f1c06f" + "Hash": "87885633ec68f669a1fca2b32293c18a" }, "generics": { "Package": "generics", diff --git a/ui.R b/ui.R index 907d95e..373849c 100644 --- a/ui.R +++ b/ui.R @@ -15,7 +15,7 @@ ui <- tagList(useShinyjs(), ), navbarPage( - title = tags$div("FREDA", tags$span(style = "font-size:small", "v1.2.1")), + title = tags$div("FREDA", tags$span(style = "font-size:small", "v1.2.2")), windowTitle = 'FREDA', id = "top_page", theme = "yeti.css",