Browse Source

Fix update message command

tags/v0.2.1
Garrick Aden-Buie 8 years ago
parent
commit
28a16e1a89
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      R/regex_gadget.R

+ 1
- 1
R/regex_gadget.R View File

@@ -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(

Loading…
Cancel
Save