Skip to content

Commit

Permalink
v1.1.0.9003
Browse files Browse the repository at this point in the history
Update help file for occassional bad file import; Issue #40
  • Loading branch information
leppott committed Jul 16, 2020
1 parent 3cd6257 commit 59f36ed
Show file tree
Hide file tree
Showing 7 changed files with 47 additions and 7 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: baytrendsmap
Title: Shiny App to Create Maps on-the-Fly from Output of the Baytrends Package
Description: Shiny app to create maps on-the-fly from output of the baytrends package.
Version: 1.1.0.9002
Version: 1.1.0.9003
Authors@R: c(
person("Erik W.", "Leppo", email="[email protected]", role=c("aut","cre")),
person("Jon","Harcum", role="ctb"))
Expand Down
8 changes: 7 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@ NEWS

<!-- NEWS.md is generated from NEWS.Rmd. Please edit that file -->

#> Last Update: 2020-07-16 13:55:41
#> Last Update: 2020-07-16 14:32:07

# baytrendsmap 1.1.0.9003

Released - 2020-07-16

- Update help file for occassional bad file import; Issue \#40

# baytrendsmap 1.1.0.9002

Expand Down
8 changes: 7 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@ NEWS

<!-- NEWS.md is generated from NEWS.Rmd. Please edit that file -->

#> Last Update: 2020-07-16 13:55:41
#> Last Update: 2020-07-16 14:32:07

# baytrendsmap 1.1.0.9003

Released - 2020-07-16

- Update help file for occassional bad file import; Issue \#40

# baytrendsmap 1.1.0.9002

Expand Down
6 changes: 6 additions & 0 deletions NEWS.rmd
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ knitr::opts_chunk$set(
```{r LastUpdate, echo = FALSE}
cat(paste0("Last Update: ",Sys.time()))
```
baytrendsmap 1.1.0.9003
===========
Released - 2020-07-16

* Update help file for occassional bad file import; Issue #40

baytrendsmap 1.1.0.9002
===========
Released - 2020-07-16
Expand Down
10 changes: 9 additions & 1 deletion data-raw/ShinyHelp.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,15 @@ This option allows the user to upload a file created from [baytrends](https://C

+ Select the file to upload and click **Open** from the file selection dialogue window.

Before continuing, make sure the data file has loaded into the app. That is, wait for the blue progress bar to read Upload complete. A data table will also appear in the main window when the upload is complete. If the imported data are not in the proper format, then a “red” error message will appear in the main window instead of a data table.
Before continuing, make sure the data file has loaded into the app. That is, wait
for the blue progress bar to read "Upload complete". A data table will also appear
in the main window when the upload is complete. If the imported data are not in
the proper format, then a “red” error message will appear in the main window
instead of a data table.

If instead of a blue progress bar with "Upload complete" you get a red bar with
an error message then the file did not load properly. Edit your file by sorting
it by a column (Station ID seems to always work) then resave and retry the upload.

# 2. Filtered Data

Expand Down
2 changes: 1 addition & 1 deletion inst/shiny-examples/baytrendsmap/global.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Shiny Global File

#pkgver <- packageVersion("baytrendsmap") # does not work on Shinyapps.io
pkgver <- "1.1.0.9002"
pkgver <- "1.1.0.9003"

# Packages
suppressMessages(library(shiny, quietly = TRUE, warn.conflicts = FALSE))
Expand Down
18 changes: 16 additions & 2 deletions inst/shiny-examples/baytrendsmap/www/ShinyHelp.html

Large diffs are not rendered by default.

0 comments on commit 59f36ed

Please sign in to comment.