Skip to content

Commit 17edbd5

Browse files
committed
0.16.0
1 parent b10f15f commit 17edbd5

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Package: installr
22
Type: Package
33
Title: Using R to Install Stuff (Such As: R, Rtools, RStudio, Git, and More!)
44
Version: 0.16.0
5-
Date: 2015-06-09
5+
Date: 2015-06-11
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 =

NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
installr 0.16.0 (2015-06-09)
1+
installr 0.16.0 (2015-06-11)
22
---------------------------
33

44
UPDATED FUNCTIONS:

R/zzz.R

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,9 @@ installrWelcomeMessage <- function(){
197197

198198

199199

200+
# remove git tag: https://confluence.atlassian.com/pages/viewpage.action?pageId=282175551
201+
# git tag -d 0.16.0
202+
200203

201204

202205
# when a function is renamed, its document in man must be removed - otherwise it may cause problems with the built check (it will try to run the code in the example, and will fail.)

0 commit comments

Comments
 (0)