瀏覽代碼

Fix update message command

tags/v0.2.1
Garrick Aden-Buie 8 年之前
父節點
當前提交
28a16e1a89
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      R/regex_gadget.R

+ 1
- 1
R/regex_gadget.R 查看文件

if ("devtools" %in% installed.packages()) tags$p( if ("devtools" %in% installed.packages()) tags$p(
"The fastest way to update is with devtools:", "The fastest way to update is with devtools:",
tags$pre( tags$pre(
"devtools::update_packages(\"gadenbuie/regexplain\")"
"devtools::update_packages(\"regexplain\")"
) )
), ),
tags$p( tags$p(

Loading…
取消
儲存