We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 338c055 commit bef96ddCopy full SHA for bef96dd
vignettes/SemanticDistance.Rmd
@@ -52,7 +52,7 @@ For now, install SemanticDistance from github using the `devtools` package
52
```{r, message=FALSE, warning=F}
53
# Check if devtools is installed, if not install it
54
if (!require("devtools", quietly = TRUE)) {
55
- install.packages("devtools")
+ install.packages("devtools", repos = "http://cran.us.r-project.org")
56
}
57
58
# Load devtools
0 commit comments