Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
ATMO_IntroR
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
formations_R
ATMO_IntroR
Commits
b0f6fc7c
Commit
b0f6fc7c
authored
Sep 18, 2018
by
Laurence Viry
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of gricad-gitlab.univ-grenoble-alpes.fr:formations_R/ATMO_IntroR
parents
e07614c2
253a7184
Pipeline
#11217
passed with stages
in 1 minute and 38 seconds
Changes
8
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
28 additions
and
31 deletions
+28
-31
IntroR_config.ipynb
IntroR_config.ipynb
+8
-7
TP/notebooks/ozoneClimat-Correct.ipynb
TP/notebooks/ozoneClimat-Correct.ipynb
+3
-7
TP/notebooks/ozoneClimat.ipynb
TP/notebooks/ozoneClimat.ipynb
+1
-1
TP/notebooks/poidsTaille-correct.ipynb
TP/notebooks/poidsTaille-correct.ipynb
+5
-11
ci/make_markdown_outils.sh
ci/make_markdown_outils.sh
+8
-3
mkdocs.yml
mkdocs.yml
+1
-0
notebooks/IntroR.ipynb
notebooks/IntroR.ipynb
+1
-1
notebooks/ManipDon.ipynb
notebooks/ManipDon.ipynb
+1
-1
No files found.
IntroR_config.ipynb
View file @
b0f6fc7c
...
...
@@ -16,7 +16,8 @@
"source": [
"%%bash\n",
"# Importation du projet\n",
"git clone https://gricad-gitlab.univ-grenoble-alpes.fr/formations-statistiques-R/CED-IntroR.git"
"git clone https://gricad-gitlab.univ-grenoble-alpes.fr/formations-statistiques-R/ATMO-IntroR.git\n",
"cp -rf ATMO-IntroR ATMO-IntroR-perso # Travailler dans ATMO-IntroR-perso"
]
},
{
...
...
@@ -28,8 +29,8 @@
"outputs": [],
"source": [
"%%bash\n",
"# Mise a jour du projet
CED
-IntroR\n",
"cd
CED
-IntroR\n",
"# Mise a jour du projet
ATMO
-IntroR\n",
"cd
ATMO
-IntroR\n",
"git pull"
]
},
...
...
@@ -42,10 +43,10 @@
"outputs": [],
"source": [
"%%bash\n",
"# Correction du repository
CED
-INTRO\n",
"rm -rf
CED
-IntroR\n",
"git clone https://gricad-gitlab.univ-grenoble-alpes.fr/formations-statistiques-R/
CED
-IntroR.git\n",
"cp -rf
CED-IntroR CED-IntroR-perso # Travailler dans CED
-IntroR-perso"
"# Correction du repository
ATMO
-INTRO\n",
"rm -rf
ATMO
-IntroR\n",
"git clone https://gricad-gitlab.univ-grenoble-alpes.fr/formations-statistiques-R/
ATMO
-IntroR.git\n",
"cp -rf
ATMO-IntroR ATMO-IntroR-perso # Travailler dans ATMO
-IntroR-perso"
]
}
],
...
...
TP/notebooks/ozoneClimat-Correct.ipynb
View file @
b0f6fc7c
...
...
@@ -24,9 +24,7 @@
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": true
},
"metadata": {},
"outputs": [],
"source": [
"# Lecture des données\n",
...
...
@@ -48,9 +46,7 @@
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": true
},
"metadata": {},
"outputs": [],
"source": [
"# Statistiques descriptives des données de l'étude\n",
...
...
@@ -625,7 +621,7 @@
"mimetype": "text/x-r-source",
"name": "R",
"pygments_lexer": "r",
"version": "3.
3.2
"
"version": "3.
4.1
"
}
},
"nbformat": 4,
...
...
TP/notebooks/ozoneClimat.ipynb
View file @
b0f6fc7c
...
...
@@ -642,7 +642,7 @@
"mimetype": "text/x-r-source",
"name": "R",
"pygments_lexer": "r",
"version": "3.
3.2
"
"version": "3.
4.1
"
}
},
"nbformat": 4,
...
...
TP/notebooks/poidsTaille-correct.ipynb
View file @
b0f6fc7c
...
...
@@ -13,9 +13,7 @@
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": true
},
"metadata": {},
"outputs": [],
"source": [
"poids.Taille <- read.table(\"poidsTaille.csv\",header=TRUE,sep=\"\",row.names=1)"
...
...
@@ -33,9 +31,7 @@
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": true
},
"metadata": {},
"outputs": [],
"source": [
"# classe de l'objet issu de la lecture du fichier de données\n",
...
...
@@ -53,9 +49,7 @@
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": true
},
"metadata": {},
"outputs": [],
"source": [
"# Mode et class de la variable \"GENRE\"\n",
...
...
@@ -106,7 +100,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"* Calculer les statistques de bases des variables du **data.frame** à l'aide de la fonction **summary**"
"* Calculer les statist
i
ques de bases des variables du **data.frame** à l'aide de la fonction **summary**"
]
},
{
...
...
@@ -342,7 +336,7 @@
"mimetype": "text/x-r-source",
"name": "R",
"pygments_lexer": "r",
"version": "3.
3.2
"
"version": "3.
4.1
"
}
},
"nbformat": 4,
...
...
ci/make_markdown_outils.sh
View file @
b0f6fc7c
...
...
@@ -24,9 +24,14 @@ cp GraphiqueR.md ../docs/
jupyter nbconvert
--to
markdown ProgrammerR.ipynb
cp
ProgrammerR.md ../docs/
## Tutoriel ggplot2
cd
Rgraphics
jupyter nbconvert
--to
markdown Rgraphics.ipynb
cp
Rgraphics.md ../../docs
# Les études
cd
../TP/notebooks
#cd ../
../TP/notebooks
# Concentrations moyenne pour l'année 2016 en polluant
jupyter nbconvert
--to
markdown mesureNO2_2016.ipynb
cp
mesureNO2_2016.md
../docs/
#
jupyter nbconvert --to markdown mesureNO2_2016.ipynb
#cp mesureNO2_2016.md ../
../docs/
mkdocs.yml
View file @
b0f6fc7c
...
...
@@ -8,6 +8,7 @@ pages:
-
Objets
:
Objets.md
-
Donnees
:
ManipDon.md
-
Visualisation
:
GraphiqueR.md
-
Tutoriel ggplot2 (Harvard)
:
Rgraphics.md
-
Programmation
:
ProgrammerR.md
-
Divers
:
Divers.md
-
Informations pratiques
:
...
...
notebooks/IntroR.ipynb
View file @
b0f6fc7c
...
...
@@ -4146,7 +4146,7 @@
"mimetype": "text/x-r-source",
"name": "R",
"pygments_lexer": "r",
"version": "3.
3.2
"
"version": "3.
4.1
"
}
},
"nbformat": 4,
...
...
notebooks/ManipDon.ipynb
View file @
b0f6fc7c
...
...
@@ -3482,7 +3482,7 @@
"mimetype": "text/x-r-source",
"name": "R",
"pygments_lexer": "r",
"version": "3.4.
3
"
"version": "3.4.
1
"
}
},
"nbformat": 4,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment