Ver código fonte

Fix update message command

tags/v0.2.1
Garrick Aden-Buie 8 anos atrás
pai
commit
28a16e1a89
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      R/regex_gadget.R

+ 1
- 1
R/regex_gadget.R Ver arquivo

@@ -144,7 +144,7 @@ regex_gadget <- function(
if ("devtools" %in% installed.packages()) tags$p(
"The fastest way to update is with devtools:",
tags$pre(
"devtools::update_packages(\"gadenbuie/regexplain\")"
"devtools::update_packages(\"regexplain\")"
)
),
tags$p(

Carregando…
Cancelar
Salvar