Skip to content

Commit bef96dd

Browse files
committed
Specify repo for CRAN
1 parent 338c055 commit bef96dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vignettes/SemanticDistance.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ For now, install SemanticDistance from github using the `devtools` package
5252
```{r, message=FALSE, warning=F}
5353
# Check if devtools is installed, if not install it
5454
if (!require("devtools", quietly = TRUE)) {
55-
install.packages("devtools")
55+
install.packages("devtools", repos = "http://cran.us.r-project.org")
5656
}
5757
5858
# Load devtools

0 commit comments

Comments
 (0)