Skip to content

Commit

Permalink
Solving unmatched crossreference R-CMD-check.Rmd (#1039)
Browse files Browse the repository at this point in the history
Changing @sec-code to @Sec-R to cross-reference to Chapter 6 R Code
  • Loading branch information
davidrsch authored Dec 14, 2023
1 parent 3b8ffd3 commit cf2e94d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R-CMD-check.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ tools:::.check_package_CRAN_incoming

<!-- https://github.com/wch/r-source/blob/trunk/src/library/tools/R/check.R#L1226 -->

- **Checking R files for non-ASCII characters**. For maximum portability (i.e. so people can use your package on Windows) you should avoid using non-ASCII characters in R files. It's ok to use them in comments, but object names shouldn't use them, and in strings you should use unicode escapes. See the CRAN-specific notes in @sec-code for more details.
- **Checking R files for non-ASCII characters**. For maximum portability (i.e. so people can use your package on Windows) you should avoid using non-ASCII characters in R files. It's ok to use them in comments, but object names shouldn't use them, and in strings you should use unicode escapes. See the CRAN-specific notes in @sec-r for more details.

<!-- https://github.com/wch/r-source/blob/trunk/src/library/tools/R/check.R#L1258 -->

Expand Down

0 comments on commit cf2e94d

Please sign in to comment.