-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathREADME.Rmd
28 lines (16 loc) · 873 Bytes
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
output: github_document
---
# updateR : update your R version in a breeze (on a Mac)
### Installation
**updateR** is not currently on CRAN. To install it, you can use the devtools package:
```{r, eval = F}
install.packages("devtools")
devtools::install_github("AndreaCirilloAC/updateR")
```
### Usage
To update R, run `updateR(admin_password = <PASSWORD>)` with your system password. The function will display the version that R has been updated to when it finishes.
**previously installed packages will be installed back ( this may require time)**
### More information
To find out more on updateR, see the dedicated blog post:
[https://andreacirilloblog.wordpress.com/2015/10/22/updater-package-update-r-version-with-a-function-on-mac-osx/](https://andreacirilloblog.wordpress.com/2015/10/22/updater-package-update-r-version-with-a-function-on-mac-osx/)