Link to collaborative doc
https://hackmd.io/@drmowinckels/dsd_rproj/edit
Register for EduCloud
https://research.educloud.no/register
Open EduCloud on demand
https://ondemand.educloud.no/pun/sys/dashboard
by writing in this document we can have a collaborative document throughout the course.
I have setup a "skeleton" based on the various sections of today to help us be organised.
Let's get a little aquianted!
Write in this list your name, your field of study, and your favourite ice-cream flavour.
# Run in R
install.packages(c(
"remotes", # installing packages from GitHub
"rmarkdown", # rendering reports
"fs", # file system operations
"here", # navigating paths
"usethis", # for course materials
"tidyverse" # data-wrangling
))
Explore your R installation
install.packages("usethis")
library(usethis)
# saves project on desktop by default for most users
use_course("rstats-wtf/wtf-explore-libraries")
# use_course("rstats-wtf/wtf-explore-libraries", destdir = "my/new/location")
# can alternatively download from
# https://github.com/rstats-wtf/wtf-explore-libraries
library(usethis)
# saves project on desktop by default for most users
use_course("rstats-wtf/wtf-fix-paths")
# use_course("rstats-wtf/wtf-fix-paths", destdir = "my/new/location")
# can alternatively download from
# https://github.com/rstats-wtf/wtf-fix-paths
Add notes from this section here
Add notes from this section here
Create a report that adheres to project organization strategies.
library(usethis)
# saves project on desktop by default for most users
use_course("rstats-wtf/wtf-packages-report")
# use_course("rstats-wtf/wtf-packages-report", destdir = "my/new/location")
# can alternatively download from
# https://github.com/rstats-wtf/wtf-packages-report
Add notes from this section here
Explore the changes {renv} makes to a project.
library(usethis)
# saves project on desktop by default for most users
use_course("capro-uio/wtf-explore-renv")
# use_course("capro-uio/wtf-explore-renv", destdir = "my/new/location")
# can alternatively download from
# https://github.com/capro-uio/wtf-explore-renv
Please also fill out this survey about the Digital Scholarship Days after the course.
This way we can evaluate the courses given and the feedback from participants for the next time we arrange it!
https://nettskjema.no/a/384654#/page/1
https://carpentries.org/blog/2023/07/teaching-targets-with-penguinds/
some issues…
Error in if (cond) return(expr) : the condition has length > 1
In addition: Warning message:
In system2(R(), args, stdout = TRUE, stderr = TRUE) :
running command ''/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/bin/R' CMD config CC 2>&1' had status 1
> sessionInfo()
R version 4.3.2 (2023-10-31)
Platform: x86_64-apple-darwin20 (64-bit)
Running under: macOS Sonoma 14.1.1
Matrix products: default
BLAS: /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
LAPACK: /Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/lib/libRlapack.dylib; LAPACK version 3.11.0
locale:
[1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8
time zone: Europe/Oslo
tzcode source: internal
attached base packages:
[1] stats graphics grDevices datasets utils methods base
loaded via a namespace (and not attached):
[1] compiler_4.3.2 tools_4.3.2 renv_1.0.3
or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Syncing