Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
propre.ecln
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
DREAL Pays de la Loire
Centre de Services de la Donnée
propre.ecln
Merge requests
!2
Draft: Resolve "ajouter pkgdown et gitlabci"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Draft: Resolve "ajouter pkgdown et gitlabci"
9-ajouter-pkgdown-et-gitlabci
into
master
Overview
0
Commits
13
Pipelines
2
Changes
1
Open
Juliette Engelaere-Lefebvre
requested to merge
9-ajouter-pkgdown-et-gitlabci
into
master
3 years ago
Overview
0
Commits
13
Pipelines
2
Changes
1
Expand
Closes
#9
0
0
Merge request reports
Viewing commit
2fdc3bb6
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
2fdc3bb6
test install git
· 2fdc3bb6
Maël Theulière
authored
3 years ago
.gitlab-ci.yml
+
1
−
1
Options
@@ -26,7 +26,7 @@ building:
-
mkdir -p $R_LIBS
-
Rscript -e 'install.packages("remotes")'
-
Rscript -e 'install.packages("rcmdcheck")'
-
Rscript -e 'remotes::install_git
lab("
dreal-datalab/mapfactory")'
-
Rscript -e 'remotes::install_git
("https://gitlab.com/
dreal-datalab/mapfactory
.git", ref = "db71e92a
")'
-
Rscript -e 'remotes::install_deps(upgrade = "never")'
-
R -e 'rcmdcheck::rcmdcheck(args = c("--no-manual", "--as-cran"), error_on = "warning", check_dir = "check")'
Loading