Help my younger martial sister install an R package called devtools across operating systems
Only windows and OS on crane
The situation is as follows:
You can install (Windows) on this computer
But it can’t be installed on supercomputing platform. The platform system is red hat (based on Linux)
The error given is
Installing package into ‘~:/path/’
(as ‘lib’ is unspecified)
And installation of package had non zero exit status
The solution is as follows:
The following are all implemented in
In the local (own computer installed the package) and the server’s rstudio
Operation
(.libPaths())
find the package according to the path given by local rstudio. Copy the entire folder to the path of Linux platform
refresh rstudio
Implementation
library(devtools)
OK
Feel that this is a universal method, welcome to exchange
Similar Posts:
- Error reporting when installing r reference rjava on MAC
- Missing processing of api-ms-win-crt-process – | 1-1-0.dll [How to Solve]
- Compilation of SSE/AVX/FMA instruction set in tensorflow CPU environment
- GCC refers to math. H header file, and there are some errors such as undefined reference to ` POW ‘when compiling
- [Solved] docker-compose:No module named ssl_match_hostname; ImportError: No module named shutil_get_te…
- [Solved] Python import _ SSL DLL load fail error the module problem could not be found
- Eclipse:Failed to load the JNI shared library
- To solve the problem of installing pyuserinput and pyhook — attributeerror: ‘hookmanager’ object has no attribute ‘k
- -bash: locate: command not found
- Bpython ImportError: No module named _curses [How to Solve]