Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mtg21-tidyverse
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Philipp Kleer
mtg21-tidyverse
Commits
1354419f
Commit
1354419f
authored
3 years ago
by
bpkleer
Browse files
Options
Downloads
Patches
Plain Diff
added icons package
parent
1d10b1dd
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+4
-3
4 additions, 3 deletions
README.md
with
4 additions
and
3 deletions
README.md
+
4
−
3
View file @
1354419f
...
...
@@ -32,7 +32,8 @@ Zu den Themen am Vor- und am Nachmittag finden sich in der RStudio Cloud Übungs
Um die
*.rmd*
-Dateien durchlaufen lassen zu können, muss man die Pakete
`xaringan`
und
`xaringanExtra`
installieren.
Hierzu müssen folgende Zeilen ausgeführt werden:
```
{r eval=FALSE}
```
{r}
# install.packages("remotes")
remotes::install_github("yihui/xaringan")
...
...
@@ -41,9 +42,9 @@ devtools::install_github("gadenbuie/xaringanExtra")
```
Für die Darstllung von Tabellen wird dazu noch das Paket
`DT`
benötigt:
Für die Darstllung von Tabellen wird dazu noch das Paket
`DT`
und
`icons`
benötigt:
```
{r}
install.packages("DT", dependencies = TRUE)
install.packages(
c(
"DT",
"icons"),
dependencies = TRUE)
```
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment