microsoft / microsoft-r-open

Microsoft R Open Source
212 stars 69 forks source link

Default User Home Personal Library creation in Linux is still prefixed 3.3 for MRO 3.4.0/3.4.1/3.4.2 #27

Closed mjmg closed 6 years ago

mjmg commented 7 years ago

On Linux , the default library install location proposed/used is still on the subdirectory named "3.3"

Tested under both RPM and Debian based environments.

> install.packages("packagename")                                                                                                
Warning in install.packages("packagename") :
  'lib = "/usr/lib64/microsoft-r/3.4/lib64/R/library"' is not writable
Would you like to use a personal library instead?  (y/n) y
Would you like to create a personal library
~/R/x86_64-pc-linux-gnu-library/3.3
to install packages into?  (y/n) 

For Windows, it is correctly on a "3.4" subdirectory.

~/R/win-library/3.4
mjmg commented 6 years ago

This issue still exists for MRO 3.4.1 under Linux.

mjmg commented 6 years ago

This issue still exists for MRO 3.4.2 under Linux. I will be surely disappointed if this gets carried over to MRO 3.5.X

mjmg commented 6 years ago

Seems to be fixed in MRO 3.4.3 under Linux

richcalaway commented 6 years ago

Yes, this was fixed in MRO 3.4.3.