Skip to content

Commit 53555a1

Browse files
committed
2 parents d9c410b + 23ede05 commit 53555a1

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

fvsOL/DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: fvsOL
22
Title: Forest Vegetation Simulator
3-
Version: 2024.07.01
3+
Version: 2024.09.30
44
Authors@R: c(person("Nicholas", "Crookston", email = "ncrookston.fs@gmail.com",
55
role = c("aut")),
66
person("FVS", "Staff", email = "sm.fs.fvs-support@usda.gov",

fvsOL/R/server.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3885,6 +3885,7 @@ cat ("in buildKeywords, oReopn=",oReopn," kwPname=",kwPname,"\n")
38853885
if(is.null(instr))instr=" "
38863886
if(instr=="blank")instr=" "
38873887
if(length(grep("noInput",fps)))instr=" "
3888+
if(typeof(instr)=='logical') instr= as.integer(instr)
38883889
reopn = c(reopn,as.character(if (is.null(instr)) " " else instr))
38893890
names(reopn)[fn] = pkey
38903891
}

fvsOL/R/ui.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ FVSOnlineUI <- fixedPage(
170170
tabPanel("Select Outputs",
171171
h4("Select outputs"),
172172
HTML(paste0("Note that all outputs are put in output database except for the Stand visualization data.<br>",
173-
"FVS_Cases, FVS_Summary, FVS_Compute, and mistletoe (FVS_DM_Stnd_Sum,",
173+
"FVS_Cases, FVS_Summary, FVS_Compute, FVS_Error and mistletoe (FVS_DM_Stnd_Sum,",
174174
"FVS_DM_Spp_Sum) are always produced.")),h6(),
175175
fixedRow(
176176
column(width=3,style="padding-top:6px;",

0 commit comments

Comments
 (0)