Skip to content

Commit

Permalink
no quotes in library statement
Browse files Browse the repository at this point in the history
  • Loading branch information
scumdogsteev committed Mar 30, 2016
1 parent 3ace19d commit cfe179f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ library(phonenumber)
* You can also install `phonenumber` from GitHub using the `devtools` package:
```r
install.packages("devtools")
library("devtools")
library(devtools)
install_github("scumdogsteev/phonenumber")
library(phonenumber)
```
Expand Down Expand Up @@ -119,4 +119,4 @@ possible character strings could be spelled by a sequence of numbers (e.g., 22):
```{r numberToLetter ex1}
string <- "22"
numberToLetter(string)
```
```

0 comments on commit cfe179f

Please sign in to comment.