The reason I re--installed is because one of my function did not worked anymore after my NAS (openMediaVault) upgraded R to the latest version.
When trying to access my opencpu server, it tookforever....
I looked at the log file and got this error:
Error: package ‘unix’ was installed by an R version with different
internals; it needs to be reinstalled for use with this R version
From directive RSourceOnStartup on line 7 of
/etc/apache2/sites-enabled/opencpu.conf. Using locale: en_US.UTF-8
Error: package ‘unix’ was installed by an R version with different
internals; it needs to be reinstalled for use with this R version
From directive RSourceOnStartup on line 7 of
/etc/apache2/sites-enabled/opencpu.conf.
I solved the problem with this post :
and had to recomplile some packages.
Might help others :-)