Przeglądaj źródła

Reorganize names of R/*.R

main
Garrick Aden-Buie 7 lat temu
rodzic
commit
8160808363
16 zmienionych plików z 10 dodań i 10 usunięć
  1. +0
    -0
      R/addins.R
  2. +0
    -0
      R/gadget.R
  3. +0
    -0
      R/gadget_cheatsheet.R
  4. +0
    -0
      R/gadget_server.R
  5. +0
    -0
      R/gadget_ui.R
  6. +0
    -0
      R/regex.R
  7. +1
    -1
      man/check_version.Rd
  8. +1
    -1
      man/get_regex_library.Rd
  9. +1
    -1
      man/regexplain_addin.Rd
  10. +1
    -1
      man/regexplain_cheatsheet.Rd
  11. +1
    -1
      man/regexplain_file.Rd
  12. +1
    -1
      man/regexplain_gadget.Rd
  13. +1
    -1
      man/run_regex.Rd
  14. +1
    -1
      man/view_regex.Rd
  15. +1
    -1
      man/wrap_regex.Rd
  16. +1
    -1
      man/wrap_result.Rd

R/rstudio_addins.R → R/addins.R Wyświetl plik


R/regex_gadget.R → R/gadget.R Wyświetl plik


R/regex_help.R → R/gadget_cheatsheet.R Wyświetl plik


R/regex_gadget_server.R → R/gadget_server.R Wyświetl plik


R/regex_gadget_ui.R → R/gadget_ui.R Wyświetl plik


R/run_regex.R → R/regex.R Wyświetl plik


+ 1
- 1
man/check_version.Rd Wyświetl plik

@@ -1,5 +1,5 @@
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/regex_gadget.R
% Please edit documentation in R/gadget.R
\name{check_version}
\alias{check_version}
\title{Check if an updated version is available}

+ 1
- 1
man/get_regex_library.Rd Wyświetl plik

@@ -1,5 +1,5 @@
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/regex_gadget.R
% Please edit documentation in R/gadget.R
\name{get_regex_library}
\alias{get_regex_library}
\title{Loads Regex Pattern Library}

+ 1
- 1
man/regexplain_addin.Rd Wyświetl plik

@@ -1,5 +1,5 @@
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/rstudio_addins.R
% Please edit documentation in R/addins.R
\name{regexplain_addin}
\alias{regexplain_addin}
\title{RegExplain Addin}

+ 1
- 1
man/regexplain_cheatsheet.Rd Wyświetl plik

@@ -1,5 +1,5 @@
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/regex_help.R
% Please edit documentation in R/gadget_cheatsheet.R
\name{regexplain_cheatsheet}
\alias{regexplain_cheatsheet}
\title{Regex Cheatsheet Quick Reference}

+ 1
- 1
man/regexplain_file.Rd Wyświetl plik

@@ -1,5 +1,5 @@
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/rstudio_addins.R
% Please edit documentation in R/addins.R
\name{regexplain_file}
\alias{regexplain_file}
\title{Regexplain File Addin}

+ 1
- 1
man/regexplain_gadget.Rd Wyświetl plik

@@ -1,5 +1,5 @@
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/regex_gadget.R
% Please edit documentation in R/gadget.R
\name{regexplain_gadget}
\alias{regexplain_gadget}
\alias{regexplain_web}

+ 1
- 1
man/run_regex.Rd Wyświetl plik

@@ -1,5 +1,5 @@
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/run_regex.R
% Please edit documentation in R/regex.R
\name{run_regex}
\alias{run_regex}
\title{Extract matched groups from regexp}

+ 1
- 1
man/view_regex.Rd Wyświetl plik

@@ -1,5 +1,5 @@
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/run_regex.R
% Please edit documentation in R/regex.R
\name{view_regex}
\alias{view_regex}
\title{View grouped regex results}

+ 1
- 1
man/wrap_regex.Rd Wyświetl plik

@@ -1,5 +1,5 @@
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/run_regex.R
% Please edit documentation in R/regex.R
\name{wrap_regex}
\alias{wrap_regex}
\title{Wraps capture groups in regex pattern in span tags to colorize with CSS}

+ 1
- 1
man/wrap_result.Rd Wyświetl plik

@@ -1,5 +1,5 @@
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/run_regex.R
% Please edit documentation in R/regex.R
\name{wrap_result}
\alias{wrap_result}
\title{Wrap matches in HTML span tags to colorize via CSS}

Ładowanie…
Anuluj
Zapisz