Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
wagnerds committed Oct 2, 2024
2 parents d9c410b + 23ede05 commit 53555a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fvsOL/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: fvsOL
Title: Forest Vegetation Simulator
Version: 2024.07.01
Version: 2024.09.30
Authors@R: c(person("Nicholas", "Crookston", email = "[email protected]",
role = c("aut")),
person("FVS", "Staff", email = "[email protected]",
Expand Down
1 change: 1 addition & 0 deletions fvsOL/R/server.R
Original file line number Diff line number Diff line change
Expand Up @@ -3885,6 +3885,7 @@ cat ("in buildKeywords, oReopn=",oReopn," kwPname=",kwPname,"\n")
if(is.null(instr))instr=" "
if(instr=="blank")instr=" "
if(length(grep("noInput",fps)))instr=" "
if(typeof(instr)=='logical') instr= as.integer(instr)
reopn = c(reopn,as.character(if (is.null(instr)) " " else instr))
names(reopn)[fn] = pkey
}
Expand Down
2 changes: 1 addition & 1 deletion fvsOL/R/ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ FVSOnlineUI <- fixedPage(
tabPanel("Select Outputs",
h4("Select outputs"),
HTML(paste0("Note that all outputs are put in output database except for the Stand visualization data.<br>",
"FVS_Cases, FVS_Summary, FVS_Compute, and mistletoe (FVS_DM_Stnd_Sum,",
"FVS_Cases, FVS_Summary, FVS_Compute, FVS_Error and mistletoe (FVS_DM_Stnd_Sum,",
"FVS_DM_Spp_Sum) are always produced.")),h6(),
fixedRow(
column(width=3,style="padding-top:6px;",
Expand Down

0 comments on commit 53555a1

Please sign in to comment.