Re: [R-SIG-Mac] Uninstall R for clean install of R on a Mac

2021-11-08 Thread Amarjit Chandhial via R-SIG-Mac





Many Thanks.


Amarjit



-- Original Message --
From: "Simon Urbanek" 
To: a.chandh...@btinternet.com
Cc: r-sig-mac@r-project.org
Sent: Monday, 8 Nov, 2021 At 10:52
Subject: Re: [R-SIG-Mac] Uninstall R for clean install of R on a Mac
Drag the R framework and R application to trash. They are under 
/Applications and /Library/Frameworks.
If you are more comfortable with the command line, using Terminal you 
can use
rm -rf /Library/Frameworks/R.framework
rm -rf /Applications/R.app
If you get any permission issues, prepend sudo before the command.
Cheers,
Simon

On Nov 8, 2021, at 11:39 PM, Amarjit Chandhial via R-SIG-Mac 
 wrote:

Hi

This is probably an email for Simon Urbanek.
I have been an R user on Windows for many years, however switched to
using R on my MacBook Pro 2012 running MacOS Mojave 10.14.6.
Please can you provide instructions on how to properly and completely
uninstall R (I am currently using R 4.1.1), so I may make a clean
install of R 4.1.2.

thanks,
Amarjit

[[alternative HTML version deleted]]
___
R-SIG-Mac mailing list
R-SIG-Mac@r-project.org
https://stat.ethz.ch/mailman/listinfo/r-sig-mac 
<https://stat.ethz.ch/mailman/listinfo/r-sig-mac>


[[alternative HTML version deleted]]

___
R-SIG-Mac mailing list
R-SIG-Mac@r-project.org
https://stat.ethz.ch/mailman/listinfo/r-sig-mac


Re: [R-SIG-Mac] Uninstall R for clean install of R on a Mac

2021-11-08 Thread Simon Urbanek


Drag the R framework and R application to trash. They are under /Applications 
and /Library/Frameworks.

If you are more comfortable with the command line, using Terminal you can use

rm -rf /Library/Frameworks/R.framework
rm -rf /Applications/R.app

If you get any permission issues, prepend sudo before the command.

Cheers,
Simon



> On Nov 8, 2021, at 11:39 PM, Amarjit Chandhial via R-SIG-Mac 
>  wrote:
> 
> 
> Hi
> 
> 
> This is probably an email for Simon Urbanek.
> 
> I have been an R user on Windows for many years, however switched to 
> using R on my MacBook Pro 2012 running MacOS Mojave 10.14.6.
> 
> Please can you provide instructions on how to properly and completely 
> uninstall R (I am currently using R 4.1.1), so I may make a clean 
> install of R 4.1.2.
> 
> 
> thanks,
> Amarjit
> 
> 
>   [[alternative HTML version deleted]]
> 
> ___
> R-SIG-Mac mailing list
> R-SIG-Mac@r-project.org
> https://stat.ethz.ch/mailman/listinfo/r-sig-mac
> 

___
R-SIG-Mac mailing list
R-SIG-Mac@r-project.org
https://stat.ethz.ch/mailman/listinfo/r-sig-mac


Re: [R-SIG-Mac] Uninstall R for clean install of R on a Mac

2021-11-08 Thread Amarjit Chandhial via R-SIG-Mac




Hi Eric,


Thanks for the reply,

I know how to install R. My question was for exact instructions on how 
to properly and completely uninstall R on a Mac.


thanks,
Amarjit



-- Original Message --
From: "Erich Neuwirth" 
To: a.chandh...@btinternet.com
Cc: "R-SIG-MAC" 
Sent: Monday, 8 Nov, 2021 At 10:43
Subject: Re: [R-SIG-Mac] Uninstall R for clean install of R on a Mac
Reading the documentation might help.
 From the
R for macOS FAQ
1.3 How can R for macOS be obtained and installed?
R is available on CRAN in the form of an Installer package containing 
the R framework and the R.APP GUI. The package is usually named R.pkg 
with an optional version number.
The installation is done by double-clicking on the Installer package. 
The Installer will guide you through the necessary steps. Note that it 
will require password or login of an account with administrator 
privileges. The installation can be customized, but the default is 
suitable for most users.
Snapshots of the R-patched and R-devel flavours are available at 
http://mac.R-project.org/, <http://mac.R-project.org/,>  packaged in the 
same way.
Further details, including uninstallation and building R from the 
sources, are in the ‘R Installation and Administration Manual’.


On 08.11.2021, at 11:39, Amarjit Chandhial via R-SIG-Mac 
 wrote:

Hi

This is probably an email for Simon Urbanek.
I have been an R user on Windows for many years, however switched to
using R on my MacBook Pro 2012 running MacOS Mojave 10.14.6.
Please can you provide instructions on how to properly and completely
uninstall R (I am currently using R 4.1.1), so I may make a clean
install of R 4.1.2.

thanks,
Amarjit

[[alternative HTML version deleted]]
___
R-SIG-Mac mailing list
R-SIG-Mac@r-project.org
https://stat.ethz.ch/mailman/listinfo/r-sig-mac 
<https://stat.ethz.ch/mailman/listinfo/r-sig-mac>


[[alternative HTML version deleted]]

___
R-SIG-Mac mailing list
R-SIG-Mac@r-project.org
https://stat.ethz.ch/mailman/listinfo/r-sig-mac


Re: [R-SIG-Mac] Uninstall R for clean install of R on a Mac

2021-11-08 Thread Erich Neuwirth
Reading the documentation might help.
From the

R for macOS FAQ

1.3 How can R for macOS be obtained and installed?

R is available on CRAN in the form of an Installer package containing the R 
framework and the R.APP GUI. The package is usually named R.pkg with an 
optional version number.

The installation is done by double-clicking on the Installer package. The 
Installer will guide you through the necessary steps. Note that it will require 
password or login of an account with administrator privileges. The installation 
can be customized, but the default is suitable for most users.

Snapshots of the R-patched and R-devel flavours are available at 
http://mac.R-project.org/, packaged in the same way.

Further details, including uninstallation and building R from the sources, are 
in the ‘R Installation and Administration Manual’.




> On 08.11.2021, at 11:39, Amarjit Chandhial via R-SIG-Mac 
>  wrote:
> 
> 
> Hi
> 
> 
> This is probably an email for Simon Urbanek.
> 
> I have been an R user on Windows for many years, however switched to
> using R on my MacBook Pro 2012 running MacOS Mojave 10.14.6.
> 
> Please can you provide instructions on how to properly and completely
> uninstall R (I am currently using R 4.1.1), so I may make a clean
> install of R 4.1.2.
> 
> 
> thanks,
> Amarjit
> 
> 
>   [[alternative HTML version deleted]]
> 
> ___
> R-SIG-Mac mailing list
> R-SIG-Mac@r-project.org
> https://stat.ethz.ch/mailman/listinfo/r-sig-mac



signature.asc
Description: Message signed with OpenPGP
___
R-SIG-Mac mailing list
R-SIG-Mac@r-project.org
https://stat.ethz.ch/mailman/listinfo/r-sig-mac


[R-SIG-Mac] Uninstall R for clean install of R on a Mac

2021-11-08 Thread Amarjit Chandhial via R-SIG-Mac


Hi


This is probably an email for Simon Urbanek.

I have been an R user on Windows for many years, however switched to 
using R on my MacBook Pro 2012 running MacOS Mojave 10.14.6.

Please can you provide instructions on how to properly and completely 
uninstall R (I am currently using R 4.1.1), so I may make a clean 
install of R 4.1.2.


thanks,
Amarjit


[[alternative HTML version deleted]]

___
R-SIG-Mac mailing list
R-SIG-Mac@r-project.org
https://stat.ethz.ch/mailman/listinfo/r-sig-mac