forked from SpatialPlanning/SpatialPlanning.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdevelopingShiny.qmd
More file actions
116 lines (68 loc) · 7.87 KB
/
developingShiny.qmd
File metadata and controls
116 lines (68 loc) · 7.87 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
---
title: "Instructions for R Workshops @ UQ 2025"
---
Dear Participants,
We are looking forward to seeing you at our next *R Workshop @ UQ*. The Workshop will run from 9-4 pm on campus at UQ. Instructions for software installation, room allocation and break times will be posted here closer to the date.
In the meantime, if you have and questions or concerns, please don't hesitate to reach out to us at cbcs-workshops@uq.edu.au.
We look forward to meeting you soon.
Regards
Ant, Dave, Jase and Nick
<!-- Dear Participants, -->
<!-- We are looking forward to seeing you at the UQ R Workshops. Regardless of what day(s) you are attending, the workshop will be held in the [ModWest (11A)](https://maps.uq.edu.au/?zoom=17.133847918167472&campusId=406&lat=-27.49593090391089&lng=153.01187889746922&zLevel=1&identifier=9d24ef79-582b-466a-baca-627343e0050e){target="_blank"} building. Monday-Thursday will be in Room 130 and Friday will be in Room 110. The Workshop will run from 9-4 pm -- please arrive at least 10 minutes early so that we can start on time and help with any last-minute installation issues. We will have a 15 minute Morning/Afternoon Tea break and Lunch will be from 12:30-1:30 pm. -->
<!-- There are lots of places to [eat on campus](https://maps.uq.edu.au/?zoom=17.490780813923735&campusId=406&lat=-27.496416376945803&lng=153.01218778256037&zLevel=1&category=31754){target="_blank"}. -->
<!-- **PLEASE READ CAREFULLY** In order to take full advantage of the workshop, you will need to have a laptop, have the ability to connect to a public wifi network (details below), have the latest versions of R and RStudio installed on your machine, have successfully installed all the required packages (see below). If you are using a work/company laptop where access is restricted, please double check these conditions with your IT department. -->
<!-- Please come back here regularly before the workshop. If there are any changes we will put them here and highlight them. -->
<!-- ## 1. Laptops -->
<!-- Bring a laptop, if at all possible. Otherwise, you will need to work in pairs (which is fun too!). You will need to have install permissions on your laptop to install the software and packages below. If you don't, ask get your IT support to help. -->
<!-- ## 2. Installing R -->
<!-- It is straightforward to install R on your machine. **Please make sure you have the latest version (currently R 4.4.2)**. If you already have R installed, you can check you have the version R version "4.4.2 (2024-10-31)" by running `version` in the console. If you don't have version 4.4.2 , please update. -->
<!-- ### Follow these steps: -->
<!-- 1. Go to the [CRAN (Comprehensive R Archive Network) R website](http://cran.r-project.org){target="_blank"}. If you type 'r' into Google it is the first entry, then choose CRAN under Download, Packages on the left hand side, and then choose a mirror site in Australia.\ -->
<!-- 2. Choose to download R for Linux, Mac or Windows.\ -->
<!-- 3. For Windows users, just install 'base' and this will link you to the download file.\ -->
<!-- 4. For Mac users, choose the version relevant to your Operating System.\ -->
<!-- 5. If you are a Linux user, you know what to do! -->
<!-- ## 3. Installing RStudio -->
<!-- We will use RStudio in this Workshop, a free front-end to R for Windows, Mac or Linux (i.e., R is working in the background). It makes working with R easier, more productive, and organised, especially for new users. There are other front-ends, but RStudio is the most popular. **Please make sure you have the latest version (currently Version: 2024.12.0)**. You can check your version by going to the menu "Help" --\> "Check for Updates". -->
<!-- Go to the [RStudio website](https://posit.co/download/rstudio-desktop/){target="_blank"} and choose Install RStudio. It should autodetect your machine type, but if it doesn't, you can choose the download for the machine type you have down the bottom of the page. -->
<!-- ## 4. Installing the packages needed for the Workshop -->
<!-- Depending on what day you attend, there will be different package requirements. Please carefully read the instructions below and run the code corresponding to the day(s) of the workshop you are attending. -->
<!-- In RStudio, go to the Console. This should be bottom left window, with the command line indicated by "\>". Paste in the following code and hit Return: -->
<!-- #### **Day 1 (Monday 10th February): Introduction to R and the tidyverse** -->
<!-- ```{r eval=FALSE} -->
<!-- install.packages(c("tidyverse", "ggthemes", "patchwork")) -->
<!-- ``` -->
<!-- #### **Day 2 (Tuesday 11th February): Linear modelling** -->
<!-- ```{r eval=FALSE} -->
<!-- install.packages(c("tidyverse", "GGally", "marginaleffects", "MASSExtra", "boot", "gglm")) -->
<!-- ``` -->
<!-- #### **Day 3 (Wednesday 12th February): Mixed Modelling** -->
<!-- [**NOTE:** On Tuesday 4th February we updated this list to include `gglm`. Please ensure you also install `gglm`. ]{style="color:red;"} -->
<!-- ```{r eval=FALSE} -->
<!-- install.packages(c("tidyverse", "ADER", "glmmTMB", "DHARMa", "marginaleffects", "MuMIn", "mgcv", "patchwork", "gratia", "gglm")) -->
<!-- ``` -->
<!-- #### **Day 4 (Thursday 13th February): Spatial modelling with temporal and spatial autocorrelation** -->
<!-- ```{r eval=FALSE} -->
<!-- install.packages(c("tidyverse", "sf", "sp", "mgcv", "marginaleffects", "gstat", "spdep", "DHARMa", "MASS", "lmtest", "gratia", "patchwork")) -->
<!-- ``` -->
<!-- #### **Day 5 (Friday 14th February): Multivariate statistics** -->
<!-- [**NOTE:** On Tuesday 11th February we updated this list to include `patchwork`. Please ensure you also install `patchwork`. ]{style="color:red;"} -->
<!-- ```{r eval=FALSE} -->
<!-- install.packages(c("tidyverse", "vegan", "RgoogleMaps", "ggordiplots", "metR", "labdsv", "GGally", "partykit", "factoextra", "dendextend", "patchwork")) -->
<!-- ``` -->
<!-- After running the install.packages function, look at the log it produces -- everything should say it installed OK (if asked whether to install from source, just hit "n"). If you have installation problems, please contact us and we will try and help you (include all relevant error messages). -->
<!-- #### **All Days - Update existing packages** -->
<!-- Once you have successfully installed all the required packages for your days, please ensure all your other packages are up to date. This is really important as the functionality of all packages changes and we have written the code for this workshop using the latest version of **R**, **RStudio** and installed packages. You can ensure everything is up to date by running the following code. -->
<!-- ```{r eval=FALSE} -->
<!-- update.packages(ask = FALSE) -->
<!-- ``` -->
<!-- ## 5. Connecting to WiFi -->
<!-- Your experience at the workshop will be greatly enhanced (and in some cases required) if you can access the internet. There are a range of options available, but if your laptop is centrally managed by your employer, please check with your IT department before attending the workshop. -->
<!-- - For UQ Staff/Students you can access the WiFi as you normally would on campus.\ -->
<!-- - For other university/research affiliated staff/students, [eduroam](https://www.eduroam.edu.au/eduroam-for-users/){target="_blank"} will be available. Please ensure you know how to connect and consider testing the connection on your home campus.\ -->
<!-- - For everyone else, UQ runs a Guest WiFi network. You can connect to the network by signing in with your Apple, Google or LinkedIn accounts. You can access further information [here](https://my.uq.edu.au/information-and-services/information-technology/internet-and-wifi/uq-guest-wifi){target="_blank"}.\ -->
<!-- - Alternatively you can hotspot with your phone. -->
<!-- If you have and questions or concerns, please don't hesitate to reach out to us. -->
<!-- We look forward to seeing you there! -->
<!-- Regards -->
<!-- Ant, Dave, Jase and Nick -->