-
Notifications
You must be signed in to change notification settings - Fork 756
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
amongst | ||
artefacts | ||
behaviour | ||
Bioconductor | ||
cran | ||
CMD | ||
dev | ||
dir | ||
env | ||
ERRORs | ||
forkable | ||
gists | ||
gui | ||
Hadley | ||
http | ||
https | ||
installable | ||
knitr | ||
lexicographically | ||
LinkingTo | ||
linters | ||
lintr | ||
maintainer's | ||
makefiles | ||
md | ||
NOTEs | ||
objs | ||
pkgbuild | ||
rds | ||
readme | ||
README | ||
realisation | ||
revdep | ||
revdepcheck | ||
rhub | ||
rmarkdown | ||
Rmarkdown | ||
Rmd | ||
roclet | ||
roxygen | ||
RStudio | ||
SHA | ||
srcrefs | ||
testthat | ||
tex | ||
un | ||
VignetteEncoding | ||
VignetteEngine | ||
VignetteIndexEntry | ||
WARNINGs | ||
Wickham | ||
xyz | ||
YAML |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,9 +32,9 @@ The `type` is an optional parameter. If the type is missing the default is | |
to install from GitHub. Additional remote dependencies should be separated by | ||
commas, just like normal dependencies elsewhere in the `DESCRIPTION` file. | ||
|
||
### Github | ||
### GitHub | ||
|
||
Because github is the most commonly used unofficial package distribution in R, it's the default: | ||
Because GitHub is the most commonly used unofficial package distribution in R, it's the default: | ||
|
||
```yaml | ||
Remotes: hadley/testthat | ||
|
@@ -48,7 +48,7 @@ Remotes: hadley/[email protected], | |
hadley/testthat@c67018fa4970 | ||
``` | ||
|
||
A type of 'github' can be specified, but is not required | ||
A type of `github` can be specified, but is not required | ||
|
||
```yaml | ||
Remotes: github::hadley/ggplot2 | ||
|