Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ウィンドウに R バージョン R_2.14.1 をインストールしました。いくつかのパッケージをインストールする必要がありますが、システムにインターネット接続がありません。インターネットなしで R パッケージをインストールする方法についてのアイデア。
ありがとう
できるよ
install.packages(".../path/to/package.tar.gz", type="source", repos=NULL)
こちらにも記載されています。