File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 5
5
# ' viewed locally in the browser. After calling this function,
6
6
# ' If the app window doesn't start automatically,
7
7
# ' 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.
9
9
# '
10
10
# ' @export
11
11
# '
Original file line number Diff line number Diff line change @@ -23,22 +23,22 @@ To view an interactive visualisation of the data, run
23
23
runShinyApp()
24
24
```
25
25
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.
27
27
28
28
29
29
There will be some further refinements to these data but I think we are
30
30
at a stage to include a dashboard in the package.
31
31
32
32
So, the aim is to:
33
33
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)
42
42
43
43
- A new menu item allowing for data to be filtered by datasetName
44
44
(i.e. project)
You can’t perform that action at this time.
0 commit comments