Skip to content

Commit 18f8e06

Browse files
committed
update to 0.20.0
1 parent 7f9a9a1 commit 18f8e06

2 files changed

Lines changed: 12 additions & 3 deletions

File tree

DESCRIPTION

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: installr
22
Type: Package
33
Title: Using R to Install Stuff (Such As: R, 'Rtools', 'RStudio', 'Git', and More!)
4-
Version: 0.19.0
5-
Date: 2017-04-21
4+
Version: 0.20.0
5+
Date: 2017-08-20
66
Authors@R: c(person("Tal", "Galili", role = c("aut", "cre", "cph"), email =
77
"tal.galili@gmail.com", comment = "http://www.r-statistics.com"),
88
person("Barry", "Rowlingson", role = "ctb", email =
@@ -29,7 +29,8 @@ Authors@R: c(person("Tal", "Galili", role = c("aut", "cre", "cph"), email =
2929
"https://github.com/ajrgodfrey", role = "ctb"),
3030
person("Tom", "Allard", email = "tallard@frb.gov", role = "ctb"),
3131
person("ChingChuan", "Chen", email = "zw12356@gmail.com", role = "ctb"),
32-
person("Jonathan", "Hill", email = "jon.mark.hill@gmail.com", role = "ctb")
32+
person("Jonathan", "Hill", email = "jon.mark.hill@gmail.com", role = "ctb"),
33+
person("Chan-Yub", "Park", comment = "https://github.com/mrchypark", role = "ctb")
3334
)
3435
Description: R is great for installing software. Through the 'installr'
3536
package you can automate the updating of R (on Windows, using updateR())

NEWS

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
installr 0.20.0 (2017-08-20)
2+
---------------------------
3+
4+
NEW FUNCTIONS:
5+
* install.nodejs - Downloads and installs the latest version of nodejs LTS or Current for Windows.
6+
* is.x64 - Checks if the running OS is x64
7+
8+
19
installr 0.19.0 (2017-04-21)
210
---------------------------
311

0 commit comments

Comments
 (0)