Skip to content

Commit eeab228

Browse files
committed
Fix: The Title field should be in title case, current version then in title case:
1 parent d418f37 commit eeab228

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: installr
22
Type: Package
3-
Title: Using R to Install Stuff (such as: R, Rtools, RStudio, git, and more!)
3+
Title: Using R to Install Stuff (Such As: R, Rtools, RStudio, Git, and More!)
44
Version: 0.15.16
55
Date: 2015-06-02
66
Authors@R: c(person("Tal", "Galili", role = c("aut", "cre", "cph"), email =
@@ -27,7 +27,7 @@ Authors@R: c(person("Tal", "Galili", role = c("aut", "cre", "cph"), email =
2727
Description: R is great for installing software. Through the 'installr'
2828
package you can automate the updating of R (on Windows, using updateR())
2929
and install new software. Software installation is initiated through a
30-
gui (just run installr()), or through functions such as: install.Rtools(),
30+
GUI (just run installr()), or through functions such as: install.Rtools(),
3131
install.pandoc(), install.git(), and many more. The updateR() command
3232
performs the following: finding the latest R version, downloading it,
3333
running the installer, deleting the installation file, copy and updating

0 commit comments

Comments
 (0)