Skip to content

[GRDM-59575] RStudioを含む基本イメージからの解析環境の起動失敗を修正#25

Merged
ikfj merged 1 commit into
RCOSDP:masterfrom
chiku-samugari:fix/remotes-useage
May 27, 2026
Merged

[GRDM-59575] RStudioを含む基本イメージからの解析環境の起動失敗を修正#25
ikfj merged 1 commit into
RCOSDP:masterfrom
chiku-samugari:fix/remotes-useage

Conversation

@chiku-samugari
Copy link
Copy Markdown

@chiku-samugari chiku-samugari commented May 27, 2026

RStudioを含む基本イメージからの解析環境の起動に失敗する件を修正するPRです。

devtoolsはバージョン2.5.0以降でremotesパッケージが同時にインストールされなくなり、devtools::install_githubremotesを利用しているので、 remotes を他の方法でインストールしておかない限り動作しなくなりました。
conda用BuildPackでは CS-rstudio-grdm のインストールに devtools::install_github を利用しており、このためRStudioを含む基本イメージを用いた解析環境の構築に失敗するようになっていました。

本PRではCS-rstudio-grdmのインストールにremotes::install_githubを利用するように修正することで問題を修正します。

@yacchin1205 yacchin1205 requested a review from ikfj May 27, 2026 05:40
@ikfj ikfj merged commit 33cb335 into RCOSDP:master May 27, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants