Skip to content

Commit

Permalink
p1
Browse files Browse the repository at this point in the history
  • Loading branch information
jessyjli committed Jun 6, 2024
1 parent b1bf339 commit d1681fc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions data_analysis/00-prepare.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ One of R's many benefits is the large, active user community, which produces and

The following package installation commands should be run individually, **in the R console**. Many of them will require your input to determine which, if any, dependencies should be updated; for the quickest result, attempt 'n' (none) first.

#### R-universe for arm64 installations

r-universe is a new umbrella project by __rOpenSci__. It uses cross-compiling for arm64 binaries.

<span style="color:blue">For those who are using Macs that have M1/M2/M3 chips, if you have trouble installing the packages and get error that is similar to "ld: warning: ignoring file '/Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/lib/libR.dylib': found architecture 'arm64', required architecture 'x86_64'", please go to https://bioc.r-universe.dev/ and search for the packages and use the installation instructions provided there.</span>

#### BiocManager
BiocManager is an interface for the bioinformatics-specific R package repository. We will be using BiocManager to install other packages when possible, rather than the base R function install.packages.
```{r}
Expand Down

0 comments on commit d1681fc

Please sign in to comment.