Skip to content

Commit

Permalink
tweak tests in dot.R
Browse files Browse the repository at this point in the history
  • Loading branch information
friendly committed Aug 24, 2024
1 parent a8f3786 commit d52f7fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev/dot.R
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ if (FALSE){
num <- -1:2
chr <- letters[1:4]

options(latexMultSymbol = "\\cdot")

dot(num, num) # OK
dot(num, chr) # OK
dot(chr, num) # OK
Expand Down

0 comments on commit d52f7fd

Please sign in to comment.