Skip to content

Commit

Permalink
Remove ref to screenshots - adjust links 20241029
Browse files Browse the repository at this point in the history
  • Loading branch information
damianooldoni committed Oct 23, 2024
1 parent 6862ea0 commit 9e201b4
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@

If a function is like a recipe, a package is like a well-organised bundle of recipes, a cookbook!

![:scale 60%]({{ site.baseurl}}/assets/images/20241029/20241029_cookbook.png)
![:scale 60%]({{ site.baseurl}}/assets/images/20241029/20241029_cookbook.jpg)

<br>
<small>Credits for the [picture](https://pixabay.com/nl/photos/kookboek-oud-recepten-voorbereiding-982661/): [Petra](https://pixabay.com/nl/users/ptra-359668/) on [pixabay](https://pixabay.com/en/).</small>
Expand All @@ -196,22 +196,22 @@

Let's start a R package in RStudio!

Go to `File` -> `New Project` -> `New Directory` -> `R package using devtools` (see screenshot).
Go to `File` -> `New Project` -> `New Directory` -> `R package using devtools`

![:scale 80%]({{ site.baseurl}}/assets/images/20241029_select_project_type.png)
![:scale 80%]({{ site.baseurl}}/assets/images/20241029/20241029_select_project_type.png)

---
class: left, top

# Challenge 0 - How to create a R package

In the new pop-up window (see screenshot) choose:
In the new pop-up window choose:

- `Directory name`: the name of the package, e.g. `fiRst`
- `Create project as subdirectory of`: place it where you prefer, e.g. in your `src/20241029/` subdirectory.*
- Yes, select `"Open in new session"`, always a good idea.

![:scale 80%]({{ site.baseurl}}/assets/images/20241029/20241029_create_project.png)
![:scale 75%]({{ site.baseurl}}/assets/images/20241029/20241029_create_project.png)

---
class: left, top
Expand Down

0 comments on commit 9e201b4

Please sign in to comment.