Skip to content

Commit bfced34

Browse files
authored
Use link with all-lowercase characters
1 parent 5a45791 commit bfced34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg_building.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The [`tabulizer` package](https://github.com/ropensci/tabulizer) e.g. has an int
6060

6161
## Code Style
6262

63-
* For more information on how to style your code, name functions, and R scripts inside the `R/` folder, we recommend reading the [code chapter in The R Packages book](https://r-pkgs.org/Code.html). We recommend the [`styler` package](https://github.com/r-lib/styler) for automating part of the code styling. We suggest reading the [Tidyverse style guide](https://style.tidyverse.org/).
63+
* For more information on how to style your code, name functions, and R scripts inside the `R/` folder, we recommend reading the [code chapter in The R Packages book](https://r-pkgs.org/code.html). We recommend the [`styler` package](https://github.com/r-lib/styler) for automating part of the code styling. We suggest reading the [Tidyverse style guide](https://style.tidyverse.org/).
6464

6565
* You can choose to use `=` over `<-` as long you are consistent with one choice within your package. We recommend avoiding the use of `->` for assignment within a package. If you do use `<-` throughout your package, and you also use `R6` in that package, you'll be forced to use `=` for assignment within your `R6Class` construction - this is not considered an inconsistency because you can't use `<-` in this case.
6666

0 commit comments

Comments
 (0)