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