Logical should come before numbers

This commit is contained in:
Hadley Wickham 2022-05-04 09:45:21 -05:00
parent 6d96978573
commit 20f5852cb9
1 changed files with 1 additions and 1 deletions

View File

@ -22,8 +22,8 @@ rmd_files: [
"transform.Rmd",
"tibble.Rmd",
"relational-data.Rmd",
"numbers.Rmd",
"logicals.Rmd",
"numbers.Rmd",
"strings.Rmd",
"regexps.Rmd",
"factors.Rmd",