Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R_basis
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CAN
R_basis
Commits
f0f6985b
Commit
f0f6985b
authored
5 years ago
by
hpolvech
Browse files
Options
Downloads
Patches
Plain Diff
HTML_tuto:format Aknowledgments
parent
44bde297
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
session_1/HTML_tuto.Rmd
+16
-13
16 additions, 13 deletions
session_1/HTML_tuto.Rmd
session_1/slides.Rmd
+10
-6
10 additions, 6 deletions
session_1/slides.Rmd
with
26 additions
and
19 deletions
session_1/HTML_tuto.Rmd
+
16
−
13
View file @
f0f6985b
...
...
@@ -8,10 +8,13 @@ output:
---
<style type="text/css">
h3 { /* Header 3 */
position: relative ;
color: #729FCF ;
left: 5%;
}
h
4
{ /* Header
4
*/
h
1
{ /* Header
1
*/
color: #034b6f ;
}
#pencadre{
border:1px;
...
...
@@ -19,6 +22,7 @@ color: #034b6f ;
border-color: #034b6f;
background-color: #EEF3F9;
padding: 1em;
text-align: center ;
}
img[toto] {
width: 200px;
...
...
@@ -26,12 +30,11 @@ width: 200px;
</style>
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
## R#1: Introduction to R and RStudio
The goal of this practical is to familiarize yourself with R and the RStudio
environment.
...
...
@@ -44,20 +47,20 @@ The objectives of this session will be to:
- Call functions
- Manage packages
## Acknowledgments
##
#
Acknowledgments
<img src="./img/software_carpentry_logo.svg" alt="" width="400"/>
https://software-carpentry.org/
<div id='pencadre'>
<img src="./img/software_carpentry_logo.svg" alt="" width="300"/>
<img src="./img/r_for_data_science.png" alt="" width="200"/>
http://swcarpentry.github.io/r-novice-gapminder/
https://software-carpentry.org/
</div>
<div>
<div id='pencadre'>
<img src="./img/r_for_data_science.png" alt="" width="100"/>
</div>
http://swcarpentry.github.io/r-novice-gapminder/
</div>
# Some R background
...
...
This diff is collapsed.
Click to expand it.
session_1/slides.Rmd
+
10
−
6
View file @
f0f6985b
---
title:
"
R#1: Introduction to R and RStudio
"
author: Laurent Modolo [laurent.modolo@ens-lyon.fr](mailto:laurent.modolo@ens-lyon.fr)
date: 10 Oct 2019
title:
'
R#1: Introduction to R and RStudio
'
author:
"
Laurent Modolo [laurent.modolo@ens-lyon.fr](mailto:laurent.modolo@ens-lyon.fr)
"
date:
"
10 Oct 2019
"
output:
beamer_presentation:
theme: "metropolis"
slide_level: 3
fig_caption: false
df_print: tibble
fig_caption: no
highlight: tango
latex_engine: xelatex
slide_level: 3
theme: metropolis
ioslides_presentation:
highlight: tango
slidy_presentation:
highlight: tango
---
## R#1: Introduction to R and RStudio
The goal of this practical is to familiarize yourself with R and the RStudio
...
...
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