Procházet zdrojové kódy

Update internal data after #16

pull/21/head
Garrick Aden-Buie před 7 roky
rodič
revize
bc1938fdd3
2 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. binární
      R/sysdata.rda
  2. +1
    -0
      data-raw/cheatsheet.R

binární
R/sysdata.rda Zobrazit soubor


+ 1
- 0
data-raw/cheatsheet.R Zobrazit soubor

@@ -1,3 +1,4 @@
# usethis::use_data(cheatsheet, overwrite = TRUE, internal = TRUE)
cheatsheet <- tibble::tribble(
~category, ~group, ~regexp, ~text,
"character classes", "regular", "<code>.</code>", "any character except newline",

Načítá se…
Zrušit
Uložit