Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Atelier RTT 04 - Fourches
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
Container 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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EcoSys RTT
RTT 2025
Atelier RTT 04 - Fourches
Merge requests
!5
Edit script_demo_git.R
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Edit script_demo_git.R
armand.favrot/atelier-rtt-04-fourches:main
into
main
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
FAVROT Armand
requested to merge
armand.favrot/atelier-rtt-04-fourches:main
into
main
4 months ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
Demande de fusion.
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
ad1b5198
1 commit,
4 months ago
1 file
+
4
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
R/script_demo_git.R
+
4
−
0
Options
library
(
tidyverse
)
Ceci
est
une
modification
sigma
=
10
sigma
=
10
df
=
data.frame
(
Rep
=
1
:
(
n
[
2
]
*
2
),
groupe
=
c
(
rep
(
"1"
,
n
[
2
]),
rep
(
"2"
,
n
[
2
])))
Loading