wenjie2wang / splines2

Regression Spline Functions and Classes
https://wwenjie.org/splines2
GNU General Public License v3.0
42 stars 3 forks source link

installation fails on a linux server with R-4.0.3 #14

Closed mortamini closed 2 years ago

mortamini commented 2 years ago

I want to install splines2 on a linux server using the source file and the following command:

R CMD INSTALL -l /home/mort_amini/ --no-lock splines2_0.4.5.tar.gz

(I have tried without the option --no-lock and I have received an error about failure of locking folder before)

and I receive the following output:

I would be grateful if you kindly let me know what might be the problem.

Thanks

wenjie2wang commented 2 years ago

I do not have much clue. But could you try to remove the 00LOCK or 00LOCK-splines2 directory under .libPaths() and install the package without the --no-lock flag?

wenjie2wang commented 2 years ago

Close this issue due to inactivity.