Skip to content

Commit 04e081b

Browse files
committed
Fix a URL
1 parent a7bb903 commit 04e081b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

vignettes/dependencies.Rmd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ vignette: >
1515

1616
Devtools version 1.9 supports package dependency installation for packages not
1717
yet in a standard package repository such as [CRAN](https://cran.r-project.org)
18-
or [Bioconductor](http://bioconductor.org).
18+
or [Bioconductor](https://bioconductor.org/).
1919

2020
You can mark any regular dependency defined in the `Depends`, `Imports`,
2121
`Suggests` or `Enhances` fields as being installed from a remote location by
@@ -38,16 +38,16 @@ It is important to remember that you **must always declare the dependency in the
3838
Package: xyz
3939
Title: What the Package Does (One Line, Title Case)
4040
Version: 0.0.0.9000
41-
Authors@R:
41+
Authors@R:
4242
person(given = "First",
4343
family = "Last",
4444
role = c("aut", "cre"),
4545
email = "[email protected]")
4646
Description: What the package does (one paragraph).
4747
License: MIT + file LICENSE
48-
Imports:
48+
Imports:
4949
rlang
50-
Remotes:
50+
Remotes:
5151
r-lib/rlang
5252
```
5353

0 commit comments

Comments
 (0)