Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
ver
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
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
R
ver
Commits
883dd2be
Verified
Commit
883dd2be
authored
4 months ago
by
Olivier Benz
Browse files
Options
Downloads
Patches
Plain Diff
Revert "tidyverse: Install Rcpp from GitHub"
This reverts commit
fe6c054c
.
parent
7d92feff
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#34374
passed
3 months ago
Stage: build
Stage: .post
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
plumber/latest.Dockerfile
+0
-4
0 additions, 4 deletions
plumber/latest.Dockerfile
tidyverse/latest.Dockerfile
+0
-5
0 additions, 5 deletions
tidyverse/latest.Dockerfile
with
0 additions
and
9 deletions
plumber/latest.Dockerfile
+
0
−
4
View file @
883dd2be
...
...
@@ -29,10 +29,6 @@ RUN apt-get update \
libxml2-dev
\
sqlite3
\
zlib1g-dev
\
## Rcpp 1.0.13 build error with R 4.4.2 (VECTOR_PTR_RO)
## https://github.com/RcppCore/Rcpp/issues/1341
&& install2.r --error --skipinstalled -n $NCPUS remotes \
&& Rscript -e "remotes::install_github('RcppCore/Rcpp', ref = '3ae789b', upgrade = 'never')" \
## Install plumber
&& install2.r --error --deps TRUE -n $NCPUS plumber \
## Set up endpoint
...
...
This diff is collapsed.
Click to expand it.
tidyverse/latest.Dockerfile
+
0
−
5
View file @
883dd2be
...
...
@@ -27,11 +27,6 @@ RUN apt-get update \
libxtst6
\
unixodbc-dev
\
&&
install2.r
--error
--skipinstalled
-n
$NCPUS
BiocManager
\
## Rcpp 1.0.13 build error with R 4.4.2 (VECTOR_PTR_RO)
## https://github.com/RcppCore/Rcpp/issues/1341
&& install2.r --error --skipinstalled -n $NCPUS remotes \
&& Rscript -e "remotes::install_github('RcppCore/Rcpp', ref = '3ae789b', upgrade = 'never')" \
## Install tidyverse packages
&&
install2.r
--error
--deps
TRUE
--skipinstalled
-n
$NCPUS
\
tidyverse
\
dplyr
\
...
...
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