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
33e91c73
Verified
Commit
33e91c73
authored
3 years ago
by
Laurent Modolo
Browse files
Options
Downloads
Patches
Plain Diff
CONTRIBUTING.md: add training exercices to do
parent
f25fe906
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
CONTRIBUTING.md
+3
-4
3 additions, 4 deletions
CONTRIBUTING.md
WDI.Rmd
+6
-1
6 additions, 1 deletion
WDI.Rmd
session_1/bioconductor.Rmd
+27
-0
27 additions, 0 deletions
session_1/bioconductor.Rmd
session_1/github.Rmd
+27
-0
27 additions, 0 deletions
session_1/github.Rmd
with
63 additions
and
5 deletions
CONTRIBUTING.md
+
3
−
4
View file @
33e91c73
# Objectifs
-
Planifier des sessions d'1h30
-
Apprendre à programmer en même temps que l'apprentissage du langage R
-
Bien définir le résultat biologique que l'on veut obtenir à la fin de la séance
-
Commencer à réfléchir de manière fonctionnelle et linéaire à partir de la 3e séance
-
Write the session_1/bioconductor.Rmd training (and add link in session_1.Rmd)
-
Write the session_1/github.Rmd training (and add link in session_1.Rmd)
-
Write the WDI.Rmd training which will be for a later session
\ No newline at end of file
This diff is collapsed.
Click to expand it.
WDI.Rmd
+
6
−
1
View file @
33e91c73
...
...
@@ -50,4 +50,9 @@ ggplot(
color = country
)) +
geom_line()
```
\ No newline at end of file
```
# Plot of fertility rate and life expetency by country through time
# Plot of GPD and child survival by country through time
\ No newline at end of file
This diff is collapsed.
Click to expand it.
session_1/bioconductor.Rmd
0 → 100644
+
27
−
0
View file @
33e91c73
---
title: 'R.1: Installing packages from Bioconductor'
author: "Laurent Modolo [laurent.modolo@ens-lyon.fr](mailto:laurent.modolo@ens-lyon.fr)"
date: "2021"
output:
rmdformats::downcute:
self_contain: false
use_bookdown: true
default_style: "dark"
lightbox: true
css: "../src/style.css"
---
```{r setup, include=FALSE}
rm(list=ls())
knitr::opts_chunk$set(echo = TRUE)
knitr::opts_chunk$set(comment = NA)
```
```{r klippy, echo=FALSE, include=TRUE}
klippy::klippy(
position = c('top', 'right'),
color = "white",
tooltip_message = 'Click to copy',
tooltip_success = 'Copied !')
```
To install packages from [Bioconducor](http://www.bioconductor.org) you need to
\ No newline at end of file
This diff is collapsed.
Click to expand it.
session_1/github.Rmd
0 → 100644
+
27
−
0
View file @
33e91c73
---
title: 'R.1: Installing packages from github'
author: "Laurent Modolo [laurent.modolo@ens-lyon.fr](mailto:laurent.modolo@ens-lyon.fr)"
date: "2021"
output:
rmdformats::downcute:
self_contain: false
use_bookdown: true
default_style: "dark"
lightbox: true
css: "../src/style.css"
---
```{r setup, include=FALSE}
rm(list=ls())
knitr::opts_chunk$set(echo = TRUE)
knitr::opts_chunk$set(comment = NA)
```
```{r klippy, echo=FALSE, include=TRUE}
klippy::klippy(
position = c('top', 'right'),
color = "white",
tooltip_message = 'Click to copy',
tooltip_success = 'Copied !')
```
To install packages from [github](https://github.com/) you need to
\ No newline at end of file
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