Skip to content

Commit

Permalink
landing page refined
Browse files Browse the repository at this point in the history
  • Loading branch information
amirabarizah committed Jun 11, 2024
1 parent 2f6b3db commit 688de9e
Show file tree
Hide file tree
Showing 10 changed files with 40 additions and 32 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Hello, bRunei!

Source code for Brunei R website

Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"hash": "16886d8ac8824a8d6c52f9983d5c3aaf",
"hash": "a5bf75fb19b29735ccc2893c8110a6f2",
"result": {
"engine": "knitr",
"markdown": "---\ntitle: 'Setup instructions for \"Analysing spatial data using R\" event'\nsubtitle: Brunei R User Group Meetup 🇧🇳\ndate: \"2024-03-05\"\nauthor: Haziq Jamil\n---\n\n\n# Setup instructions\n\nWelcome to the Brunei R User Group Meetup entitled \"[Analysing spatial data using R](../../../events/2024-09-09-spatial){style=\"color:#1a61b1\"}\". Prior to attending the event, please ensure you have done the following.\n\n1. Install R **and** RStudio from [https://posit.co/download/rstudio-desktop/](https://posit.co/download/rstudio-desktop/){.uri style=\"color:#1a61b1\"}.\n\n ![](install_r.png)\n\n Note: These are two different things, so please ensure you have installed both of them. Tak a look also at [https://bruneir.github.io/posts/welcome/](https://bruneir.github.io/posts/welcome/){.uri style=\"color:#1a61b1\"}\n\n2. Install the following R packages by running the following code in the RStudio console:\n\n\n ::: {.cell}\n \n ```{.r .cell-code code-fold=\"false\"}\n install.packages(c(\n \"tidyverse\", \n \"sf\", \n \"kernlab\", \n \"ggrepel\", \n \"osrm\", \n \"remotes\",\n \"CARBayes\",\n \"mapview\",\n \"scales\",\n \"ggsci\",\n \"remotes\"\n ))\n ```\n :::\n\n\n3. Install the `{bruneimap}` package by running the following code in the RStudio console.\n\n\n ::: {.cell}\n \n ```{.r .cell-code code-fold=\"false\"}\n remotes::install_github(\"propertypricebn/bruneimap\")\n ```\n :::\n\n\n4. Download the material for this workshop by cloning the [GitHub repo](https://github.com/bruneir/brm-spatial/){style=\"color:#1a61b1\"} or downloading the zip file. Unzip the file (or clone the repo) onto a convenient location on your computer.\n\n ![](download_github.png)\n\n5. Click on `brm-spatial.Rproj` to open the project in RStudio.\n\n# Ready to rock and roll! 🎸\n\n<u>Addendum</u>\n\nDepending on the OS you are using, you may need to install additional developer tools.\n\n- For Windows users, you may need to install Rtools from [https://cran.r-project.org/bin/windows/Rtools/](https://cran.r-project.org/bin/windows/Rtools/){.uri style=\"color:#1a61b1\"}.\n\n- For Mac users, you may need to install Xcode from the App Store (or see here [https://mac.r-project.org/tools/](https://mac.r-project.org/tools/){.uri style=\"color:#1a61b1\"}).\n\n- Linux users should be fine, as the necessary compiler tools are usually installed by default.\n",
"markdown": "---\ntitle: 'Setup instructions'\nsubtitle: for 'Analysing Spatial Data using R' event\ndate: \"2024-03-05\"\nauthor: Haziq Jamil\ncategories: \n- Setup Instructions\n---\n\n\n# Setup instructions\n\nWelcome to the Brunei R User Group Meetup entitled \"[Analysing spatial data using R](../../../events/2024-09-09-spatial){style=\"color:#1a61b1\"}\". Prior to attending the event, please ensure you have done the following.\n\n1. Install R **and** RStudio from [https://posit.co/download/rstudio-desktop/](https://posit.co/download/rstudio-desktop/){.uri style=\"color:#1a61b1\"}.\n\n ![](install_r.png)\n\n Note: These are two different things, so please ensure you have installed both of them. Tak a look also at [https://bruneir.github.io/posts/welcome/](https://bruneir.github.io/posts/welcome/){.uri style=\"color:#1a61b1\"}\n\n2. Install the following R packages by running the following code in the RStudio console:\n\n\n ::: {.cell}\n \n ```{.r .cell-code code-fold=\"false\"}\n install.packages(c(\n \"tidyverse\", \n \"sf\", \n \"kernlab\", \n \"ggrepel\", \n \"osrm\", \n \"remotes\",\n \"CARBayes\",\n \"mapview\",\n \"scales\",\n \"ggsci\",\n \"remotes\"\n ))\n ```\n :::\n\n\n3. Install the `{bruneimap}` package by running the following code in the RStudio console.\n\n\n ::: {.cell}\n \n ```{.r .cell-code code-fold=\"false\"}\n remotes::install_github(\"propertypricebn/bruneimap\")\n ```\n :::\n\n\n4. Download the material for this workshop by cloning the [GitHub repo](https://github.com/bruneir/brm-spatial/){style=\"color:#1a61b1\"} or downloading the zip file. Unzip the file (or clone the repo) onto a convenient location on your computer.\n\n ![](download_github.png)\n\n5. Click on `brm-spatial.Rproj` to open the project in RStudio.\n\n# Ready to rock and roll! 🎸\n\n<u>Addendum</u>\n\nDepending on the OS you are using, you may need to install additional developer tools.\n\n- For Windows users, you may need to install Rtools from [https://cran.r-project.org/bin/windows/Rtools/](https://cran.r-project.org/bin/windows/Rtools/){.uri style=\"color:#1a61b1\"}.\n\n- For Mac users, you may need to install Xcode from the App Store (or see here [https://mac.r-project.org/tools/](https://mac.r-project.org/tools/){.uri style=\"color:#1a61b1\"}).\n\n- Linux users should be fine, as the necessary compiler tools are usually installed by default.\n",
"supporting": [],
"filters": [
"rmarkdown/pagebreak.lua"
Expand Down
4 changes: 2 additions & 2 deletions blog.qmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Welcome to the official blog of Brunei R User Group!"
description: "Follow us to uncover valuable knowledge about the R programming language and ensure you're at the forefront of exciting updates about our events here in Brunei. Are you ready to join the Rvolution?"
title: "Blog Posts"
description: "Are you ready to join the Rvolution?"
listing:
contents: "posts"
sort: "date desc"
Expand Down
4 changes: 0 additions & 4 deletions events/2024-01-01-introR/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
title: "Introduction to R / RStudio"
author: "Hafeezul Raziq"
date: "2024-05-27"
# categories:
# - R Meetup
# - Workshop
# - Introduction to R/RStudio
draft: false
number-sections: true
---
Expand Down
15 changes: 15 additions & 0 deletions index.qmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
---
image: bruneiR-Rlogo.jpg
listing:
contents: posts
sort: "date desc"
type: grid
max-items: 3
grid-columns: 3
categories: true
sort-ui: false
filter-ui: false
about:
template: jolla
links:
Expand All @@ -16,3 +25,9 @@ about:
# [Hello,]{style="color: black;"} [bRunei]{style="color: #1a61b1;"}!

As proud `{R}`-coholics, our mission is to demystify the magic of R programming, sharing tips, tricks, and engaging content for data aficionados of all levels. Whether you're a seasoned coder or just starting out, join us in unravelling the complexities of data analysis, visualization, and statistical modelling. Connect with us on Instagram to stay in the loop and be a vital part of our thriving R programming community in Brunei.

------------------------------------------------------------------------

::: {#events}
# [Event]{style="color: black;"} [R]{style="color: #1a61b1;"}[-chive]{style="color: black;"}
:::
13 changes: 6 additions & 7 deletions posts/bru-1/index.qmd
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
---
title: "[BRU-1] Analysing Spatial Data using R"
author: Amira Barizah
title: "Analysing Spatial Data using R"
date: "2024-03-10"
author: Amira Barizah
categories:
- R Programming
- Rstudio
- Spatial Data Analysis
---

![Dr. Haziq Jamil, Assistant Professor in Statistics at UBD, delivering an illuminating presentation on spatial data analysis using R.](images/PHOTO-2024-03-09-18-40-10.jpg)
> ![](images/PHOTO-2024-03-09-18-40-10.jpg)Brunei R User Group's first event delved into spatial analysis with R, marking an exciting start for the community.
# After-Event Summary: Exploration of Spatial Data Insights with R

Expand Down Expand Up @@ -35,13 +34,13 @@ The event catered to a wide audience, from beginners to seasoned R users, as wel

## Empowering Spatial Data Exploration

![A captivating map projected during the event, illustrating the power of spatial data analysis.](images/PHOTO-2024-03-09-18-40-11 3-01.jpg)
![A captivating map projected during the event, illustrating the power of spatial data analysis.](images/PHOTO-2024-03-09-18-40-11%203-01.jpg)

Brunei R User Group provided a dynamic platform for attendees to broaden their skills and delve into the realm of spatial data analysis. Through captivating presentations, hands-on exercises, and enriching discussions, participants departed the event with newfound proficiency and confidence in harnessing the power of spatial data.

## Join the Spatial Data Revolution

![Group photo capturing the vibrant atmosphere as participants and BRUG members come together to explore spatial data analysis.](images/PHOTO-2024-03-09-18-40-12 3-01.jpg)
![Group photo capturing the vibrant atmosphere as participants and BRUG members come together to explore spatial data analysis.](images/PHOTO-2024-03-09-18-40-12%203-01.jpg)

Missed out on the event? Don't worry! Stay tuned for future opportunities to explore the dynamic world of spatial data analysis with R. Whether you're a novice or an expert, there's always something new to discover and learn in the ever-evolving landscape of data science. Keep exploring, keep innovating, and let R be your guide in unraveling the mysteries of spatial data.

Expand Down
9 changes: 4 additions & 5 deletions posts/bru-2/index.qmd
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
---
title: "[BRU-2] R>aya Meetup"
author: Amira Barizah
title: "Brunei R User Group R>aya Meetup"
date: "2024-04-30"
author: Amira Barizah
categories:
- R Programming
- Rstudio
- Networking event
---

![Celebrating Hari Raya and R Programming: Participants, speakers, and BRUG members coming together for a festive and insightful meetup!](images/PHOTO-2024-04-28-07-18-25.jpg)
> ![](images/PHOTO-2024-04-28-07-18-25.jpg)The event brought together enthusiasts to celebrate Aidilfitri while exploring R programming and offering engaging sessions, networking opportunities, and free bubble tea!
# Reflecting on a Festive R\>aya Meetup: Celebrating Aidil FitRi together!

Expand Down
13 changes: 6 additions & 7 deletions posts/bru-3/index.qmd
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
---
title: "[BRU-3] Intro to R / RStudio Workshop"
author: Amira Barizah
title: "Intro to R / RStudio Workshop"
date: "2024-06-06"
author: Amira Barizah
categories:
- R Programming
- Rstudio
- Workshop
---

![Cultivating R expertise with Hafeezul Raziq at the Brunei R User Group meetup.](images/DSCF1920.jpg){fig-align="center"}
> ![](DSCF1920.jpg){alt="Later"}The workshop provided attendees with essential skills covering interface navigation and key package usage, for effective data analysis and visualization.
# R Programming Basics Workshop: A Recap

Expand Down Expand Up @@ -51,13 +50,13 @@ Attendees learned to create basic plots, such as scatter plots, bar plots, and h

## Hands-On Experience

![Engaged participants immersed in R programming at the Brunei R User Group meetup.](images/DSCF1935.jpg){alt="Engaged participants immersed in R programming at the Brunei R User Group meetup."}
![Engaged participants immersed in R programming at the Brunei R User Group meetup.](images/DSCF1935.jpg)

Participants had the opportunity to apply what they learned through interactive exercises. This hands-on approach ensured that everyone could practice importing and manipulating data, as well as visualizing their results using RStudio. By working through examples, attendees gained confidence in using R for their own data analysis projects.

## Join Us Next Time!

![Bringing together participants, speakers, and BRUG members for an enriching exchange.](images/DSCF2171-01.jpg){alt="Bringing together participants, speakers, and BRUG members for an enriching exchange."}
![Bringing together participants, speakers, and BRUG members for an enriching exchange.](images/DSCF2171-01.jpg)

Given the success of this workshop, we are excited to announce that more advanced R programming sessions and other data science-related workshops will be scheduled in the near future.\
\
Expand Down
3 changes: 1 addition & 2 deletions posts/how-to-install-r-and-rstudio/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ title: "How to Install R and Rstudio"
author: Amira Barizah
date: "2024-02-26"
categories:
- R Programming
- Rstudio
- R / RStudio Installation
---

![](/img/bruneiR-r-logo.png){alt="A step-by-step guide on how to install R and Rstudio for Mac and Windows"}
Expand Down
6 changes: 4 additions & 2 deletions posts/setup-brm-spatial/index.qmd
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
---
title: 'Setup instructions for "Analysing spatial data using R" event'
subtitle: Brunei R User Group Meetup 🇧🇳
title: 'Setup instructions'
subtitle: for 'Analysing Spatial Data using R' event
date: "2024-03-05"
author: Haziq Jamil
categories:
- Setup Instructions
---

# Setup instructions
Expand Down

0 comments on commit 688de9e

Please sign in to comment.