Skip to content

Commit a6a21c3

Browse files
committed
UPDATED DESCRIPTION:
* Bump version to 0.14.3 * added Takekatsu Hiramura as a contributor.
1 parent 10006ba commit a6a21c3

2 files changed

Lines changed: 13 additions & 3 deletions

File tree

DESCRIPTION

Lines changed: 3 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.14.2
5-
Date: 2014-04-17
4+
Version: 0.14.3
5+
Date: 2014-05-06
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 =
@@ -19,7 +19,7 @@ Authors@R: c(person("Tal", "Galili", role = c("aut", "cre", "cph"), email =
1919
"rohmeyer@small-projects.de", role = "ctb", comment =
2020
"http://algorithm-forge.com/techblog/"), person("Dieter", "Menne", email =
2121
"dieter.menne@menne-biomed.de", role = "ctb"), person("Tyler", "Hunt",
22-
comment = "https://github.com/JackStat", role = "ctb"))
22+
comment = "https://github.com/JackStat", role = "ctb"), person("Takekatsu", "Hiramura", email = "thira@plavox.info", comment = "https://github.com/hiratake55", role = "ctb"))
2323
Description: R is great for installing software. Through the 'installr'
2424
package you can automate the updating of R (on Windows, using updateR())
2525
and install new software. Software installation is initiated through a

NEWS

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
installr 0.14.3 (2014-05-06)
2+
---------------------------
3+
UPDATED FUNCTIONS:
4+
* install.URL - added installer_option A character of the command line arguments
5+
* install.R, updaeR - added silent installation mode to
6+
7+
UPDATED DESCRIPTION:
8+
* Bump version to 0.14.3
9+
* added Takekatsu Hiramura as a contributor.
10+
111
installr 0.14.2 (2014-04-17)
212
---------------------------
313
NEW FUNCTIONS ADDED:

0 commit comments

Comments
 (0)