Hello,
I noticed this strage behaviour with R and Appvolumes
- serve appstacks based on OU on a RDSH host
- R is in the stack
- if an user tries to install a package:
- the installer tries to deploy the package in C:\Program Files\R\R-3.2.0\library
- it fails as this location is not writable (correct)
- it proposes a location under the Documents folder and installs the packages here
- it works...
- ... until the user starts R again
- then the launches fails telling him there is not such file (R.exe)
I have temporary fixed it by redirecting the library folder somewhere else but my fear is that upon every write or attempted write in a appstack location the application won't be able sto start anymore.
Do you also have this behaviour? As a sidenote, once the stacks (read only) are assigned to the rdsh host I can't install anything more, programs, features and so on. I guess this is an expected behaviour.
Cristiano