-
Notifications
You must be signed in to change notification settings - Fork 0
Update 2025 06 #14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
SteRiccio
wants to merge
11
commits into
master
Choose a base branch
from
libraries/update-2025-06
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Update 2025 06 #14
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
e692c43
updated RStudio and libraries
SteRiccio e863434
Dockerfile: cleanup
SteRiccio 7e5f5b5
updated new instance UserData
SteRiccio 789ef6e
fixed Docker installation
SteRiccio 9bf5e4f
fixed Docker installation
SteRiccio 420b0ee
Docker RStudio instance: always restart it if stopped
SteRiccio 89a839c
code cleanup
SteRiccio 82f0d49
updated instance config (ebs volume size)
SteRiccio 3928f31
replace region and account values with env variables
SteRiccio a5d2a07
code cleanup
SteRiccio 836391a
update readme file
SteRiccio File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,48 +1,86 @@ | ||
| FROM rocker/rstudio:latest | ||
| FROM rocker/rstudio:4.5.1 | ||
|
|
||
| RUN apt-get update | ||
| # RUN apt-get remove libpq5 -y | ||
| RUN apt-get install libpq-dev r-cran-rgl -y | ||
| RUN apt-get install -y \ | ||
| default-jre \ | ||
| default-jdk \ | ||
| libpq-dev \ | ||
| libxml2-dev \ | ||
| libudunits2-dev \ | ||
| libgeos-dev \ | ||
| libglu1-mesa-dev \ | ||
| r-cran-rgl \ | ||
| r-cran-rjava | ||
|
|
||
| RUN R CMD javareconf | ||
|
|
||
| RUN apt-get install -y \ | ||
| libcairo2-dev \ | ||
| libgdal-dev \ | ||
| libfontconfig1-dev \ | ||
| libgit2-dev \ | ||
| libglu1-mesa-dev \ | ||
| libproj-dev \ | ||
| r-cran-hmisc \ | ||
| r-cran-rodbc \ | ||
| r-cran-vegan \ | ||
| unixodbc \ | ||
| unixodbc-dev | ||
| # libiodbc2-dev \ | ||
|
|
||
| RUN install2.r --error dplyr | ||
| RUN install2.r --error \ | ||
| sqldf \ | ||
| jsonlite \ | ||
| httr \ | ||
| jsonlite \ | ||
| sqldf \ | ||
| zip | ||
|
|
||
| RUN install2.r --error -r 'http://cran.r-project.org' \ | ||
SteRiccio marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| data.table \ | ||
| desc \ | ||
| dplyr \ | ||
SteRiccio marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| RPostgreSQL \ | ||
| reshape \ | ||
| reshape2 \ | ||
| random \ | ||
| gsubfn \ | ||
| DT \ | ||
| evaluate \ | ||
| Formula \ | ||
| ggExtra \ | ||
| gsubfn \ | ||
| Hmisc \ | ||
| jpeg \ | ||
| knitr \ | ||
| lattice \ | ||
| lazyeval \ | ||
| locfit \ | ||
| DataCombine \ | ||
| lmfor \ | ||
| markdown \ | ||
| nortest \ | ||
| outliers \ | ||
| png \ | ||
| random \ | ||
| rentrez \ | ||
| reshape \ | ||
| reshape2 \ | ||
| rlang \ | ||
| rmarkdown \ | ||
| RPostgreSQL \ | ||
| RSQLite \ | ||
| rmarkdown | ||
|
|
||
| RUN apt-get install -y r-cran-rjava default-jre default-jdk libxml2-dev libudunits2-dev libgeos-dev | ||
| RUN R CMD javareconf | ||
|
|
||
| RUN install2.r --error -r 'http://cran.r-project.org' XLConnect rentrez | ||
| RUN install2.r --error -r 'http://cran.r-project.org' lmfor survey survival DT lattice png jpeg vegan sampling sp markdown nortest outliers SamplingBigData scales spatial whisker | ||
|
|
||
| RUN apt-get install -y libglu1-mesa-dev | ||
| RUN apt-get install -y libiodbc2-dev | ||
| RUN apt-get install -y unixodbc unixodbc-dev r-cran-rodbc libgdal-dev libproj-dev | ||
| RUN apt-get install -y r-cran-hmisc libfontconfig1-dev libcairo2-dev | ||
| RUN apt-get install -y libgit2-dev r-cran-vegan | ||
| sampling \ | ||
| SamplingBigData \ | ||
| scales \ | ||
| sp \ | ||
| spatial \ | ||
| stringr \ | ||
| srvyr \ | ||
| survey \ | ||
| survival \ | ||
| vegan \ | ||
SteRiccio marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| whisker \ | ||
| XLConnect | ||
| # BIOMASS \ | ||
| # DataCombine \ | ||
| # rgdal \ | ||
| # sf \ | ||
|
|
||
| RUN install2.r --error -r 'http://cran.r-project.org' sf rgdal | ||
| RUN install2.r --error -r 'http://cran.r-project.org' Hmisc | ||
| RUN install2.r --error -r 'https://mac.R-project.org' mapview | ||
| RUN install2.r --error -r 'http://cran.r-project.org' ggExtra BIOMASS | ||
| # RUN install2.r --error -r 'https://mac.R-project.org' mapview | ||
|
|
||
| RUN apt-get autoclean -y | ||
| RUN apt-get autoremove -y | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The
libglu1-mesa-devpackage is installed twice - once on line 12 and again on line 23. Remove the duplicate installation to keep the Dockerfile clean and efficient.