🔍 An RStudio addin slash regex utility belt
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 satır
895B

  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/regex_gadget.R
  3. \name{check_version}
  4. \alias{check_version}
  5. \title{Check if an updated version is available}
  6. \usage{
  7. check_version(gh_user = "gadenbuie", gh_repo = "regexplain",
  8. this_version = packageVersion("regexplain"))
  9. }
  10. \arguments{
  11. \item{gh_user}{GitHub user account}
  12. \item{gh_repo}{GitHub repo name}
  13. \item{this_version}{The currently installed version of the package}
  14. }
  15. \description{
  16. I included this because it can be difficult to tell if your RStudio Addins
  17. are up to date. I may add new features that you want but you won't hear about
  18. the updates. This function checks if an update is available, using GitHub
  19. tags. If an update is available, a modal dialog is shown when you start
  20. the regexplain gadget. This only happens once per R session, though, so feel
  21. free to ignore the message.
  22. }
  23. \keyword{internal}