I installed the R version of R_2.14.1 in the window and you need to install some of the packages, but my system does not have an Internet connection. Any idea on how to install the R package without the Internet.
thanks
You can do
install.packages(".../path/to/package.tar.gz", type="source", repos=NULL)
What is described here here .
Source: https://habr.com/ru/post/915364/More articles:Inno setup Using {localappdata} for a registered user - inno-setupInno Setup Create a registry key for logging in (not an administrator) - registryClose Operation Java - javaIs it possible to create a .xls file through iOS programmatically? - iosSetting custom color in pseudocolor plot using matplotlib - pythonHow to add a menu item to the context menu of an Excel 2010 cell - old code doesn't work - c #Getting Clojure Stacktrace - clojureUsing psycopg2 converter to extract bytea data from PostgreSQL - pythonProcess termination process with multiple technologies fails on Linux - pythonInno Setup - puts user files in admin documents - inno-setupAll Articles