Skip to content

Commit 419e0e5

Browse files
committed
Bump version to 0.14.5
1 parent a2ee551 commit 419e0e5

2 files changed

Lines changed: 29 additions & 18 deletions

File tree

DESCRIPTION

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
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.4
5-
Date: 2014-05-08
4+
Version: 0.14.5
5+
Date: 2014-05-19
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 =
9-
"b.rowlingson@lancaster.ac.uk"), person("Boris", "Hejblum", role = "ctb") ,
10-
person("Dason", role = "ctb"), person("Felix", "Schonbrodt", role = "ctb"),
11-
person("G.", "Grothendieck", role = "ctb") , person("GERGELY", "DAROCZI",
12-
role = "ctb") , person("Heuristic", "Andrew", role = "ctb") ,
13-
person("James", role = "ctb", comment =
14-
"http://stackoverflow.com/users/269476/james"), person("Thomas", "Leeper",
15-
role = "ctb", comment = "http://thomasleeper.com/"), person("VitoshKa",
16-
role = "ctb"), person("Yihui", "Xie", role = "ctb", comment =
17-
"http://yihui.name"), person("Michael", "Friendly", role = "ctb", comment =
18-
"http://datavis.ca/") , person("Kornelius", "Rohmeyer", email =
19-
"rohmeyer@small-projects.de", role = "ctb", comment =
20-
"http://algorithm-forge.com/techblog/"), person("Dieter", "Menne", email =
21-
"dieter.menne@menne-biomed.de", role = "ctb"), person("Tyler", "Hunt",
22-
comment = "https://github.com/JackStat", role = "ctb"), person("Takekatsu",
23-
"Hiramura", email = "thira@plavox.info", comment =
24-
"https://github.com/hiratake55", role = "ctb"))
9+
"b.rowlingson@lancaster.ac.uk"), person("Boris", "Hejblum", email=
10+
"boris.hejblum@isped.u-bordeaux2.fr>", role = "ctb") , person("Dason", role
11+
= "ctb"), person("Felix", "Schonbrodt", role = "ctb"), person("G.",
12+
"Grothendieck", role = "ctb") , person("GERGELY", "DAROCZI", role = "ctb")
13+
, person("Heuristic", "Andrew", role = "ctb") , person("James", role =
14+
"ctb", comment = "http://stackoverflow.com/users/269476/james"),
15+
person("Thomas", "Leeper", role = "ctb", comment =
16+
"http://thomasleeper.com/"), person("VitoshKa", role = "ctb"),
17+
person("Yihui", "Xie", role = "ctb", comment = "http://yihui.name"),
18+
person("Michael", "Friendly", role = "ctb", comment = "http://datavis.ca/")
19+
, person("Kornelius", "Rohmeyer", email = "rohmeyer@small-projects.de",
20+
role = "ctb", comment = "http://algorithm-forge.com/techblog/"),
21+
person("Dieter", "Menne", email = "dieter.menne@menne-biomed.de", role =
22+
"ctb"), person("Tyler", "Hunt", comment = "https://github.com/JackStat",
23+
role = "ctb"), person("Takekatsu", "Hiramura", email = "thira@plavox.info",
24+
comment = "https://github.com/hiratake55", role = "ctb"))
2525
Description: R is great for installing software. Through the 'installr'
2626
package you can automate the updating of R (on Windows, using updateR())
2727
and install new software. Software installation is initiated through a

NEWS

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
installr 0.14.5 (2014-05-19)
2+
---------------------------
3+
4+
UPDATED FUNCTIONS: (by Boris Hejblum)
5+
* Update pkgDNLs_worldmapcolor
6+
Updating pkgDNLs_worldmapcolor function with ggplot2::aes_string (better
7+
for R CMD CHECK).
8+
Also, the 'data' directory of the package is not on the CRAN (but is on
9+
the github version of the package). pkgDNLs_worldmapcolor(...) needs the
10+
'WorldBordersData.RData' file in order to work.
11+
112
installr 0.14.4 (2014-05-08)
213
---------------------------
314
UPDATED FUNCTIONS:

0 commit comments

Comments
 (0)