Skip to content

Commit 383e2fb

Browse files
committed
correct port numbers
1 parent e7b461c commit 383e2fb

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

R/runShinyApp.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#' viewed locally in the browser. After calling this function,
66
#' If the app window doesn't start automatically,
77
#' navigate to the port printed to your console
8-
#' (usually [localhost:8888](localhost:8888)) in your web browser.
8+
#' (usually [localhost:5197](localhost:5197)) in your web browser.
99
#'
1010
#' @export
1111
#'

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,22 +23,22 @@ To view an interactive visualisation of the data, run
2323
runShinyApp()
2424
```
2525
If the app window doesn't start automatically, navigate to the port printed to
26-
your console (usually [localhost:8888](localhost:8888)) in your web browser.
26+
your console (usually [localhost:5197](localhost:5197)) in your web browser.
2727

2828

2929
There will be some further refinements to these data but I think we are
3030
at a stage to include a dashboard in the package.
3131

3232
So, the aim is to:
3333

34-
- 1. incorporate a copy of the dashboard into the package so that when
35-
a user installs the package they can run the dashboard locally.
36-
37-
- 2. update the dashboard so that it includes
38-
39-
- all species found in the scientificName column (there are now new
40-
species from the QLD and WA projects that will need to be added to the
41-
‘Select a species’ menu)
34+
# - 1. incorporate a copy of the dashboard into the package so that when
35+
# a user installs the package they can run the dashboard locally.
36+
#
37+
# - 2. update the dashboard so that it includes
38+
#
39+
# - all species found in the scientificName column (there are now new
40+
# species from the QLD and WA projects that will need to be added to the
41+
# ‘Select a species’ menu)
4242

4343
- A new menu item allowing for data to be filtered by datasetName
4444
(i.e. project)

0 commit comments

Comments
 (0)