File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ vignette: >
1515
1616Devtools version 1.9 supports package dependency installation for packages not
1717yet 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
2020You 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
3838Package: xyz
3939Title: What the Package Does (One Line, Title Case)
4040Version: 0.0.0.9000
41- Authors@R:
41+ Authors@R:
4242 person(given = "First",
4343 family = "Last",
4444 role = c("aut", "cre"),
45454646Description: What the package does (one paragraph).
4747License: MIT + file LICENSE
48- Imports:
48+ Imports:
4949 rlang
50- Remotes:
50+ Remotes:
5151 r-lib/rlang
5252```
5353
You can’t perform that action at this time.
0 commit comments