1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Rでパッケージが読み込めない

Posted at

Rでパッケージが読み込めないときにどうするかをメモしておく。

依存関係のパッケージがインストールできないとき

R4.1.3 (Windows10) でtidyverseを読み込もうとしたら以下のエラーがでた:

Namespace 'cli' 3.2.0 already loaded, >= 3.3.0 requested

cliをアップデートすればいいのかとインストールしようにもPermission deniedでうまくいかない。
remove.packages()でcliを消してからもう一度install.packages()でインストールしたらうまくいった。

工事中

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?