Explorar el Código

Update news, docs, bump version

tags/v0.1.4
Garrick Aden-Buie hace 8 años
padre
commit
cee13610ab
Se han modificado 4 ficheros con 12 adiciones y 5 borrados
  1. +2
    -2
      DESCRIPTION
  2. +7
    -0
      NEWS.md
  3. +1
    -1
      Readme.Rmd
  4. +2
    -2
      Readme.md

+ 2
- 2
DESCRIPTION Ver fichero

Package: regexplain Package: regexplain
Title: Rstudio Addin to Explain, Test and Build Regular Expressions Title: Rstudio Addin to Explain, Test and Build Regular Expressions
Version: 0.1.3.9000
Date: 2018-03-07
Version: 0.1.4
Date: 2018-03-14
Authors@R: c( Authors@R: c(
person("Garrick", "Aden-Buie", email = "g.adenbuie@gmail.com", role = c("aut", "cre")), person("Garrick", "Aden-Buie", email = "g.adenbuie@gmail.com", role = c("aut", "cre")),
person("Winston", "Chang", role = c("ctb"), comment = "Author of textInput and textAreaInput fragments from shiny"), person("Winston", "Chang", role = c("ctb"), comment = "Author of textInput and textAreaInput fragments from shiny"),

+ 7
- 0
NEWS.md Ver fichero

# regexplain 0.1.4

* Added string substitution function to **Output** tab (`g?sub`,
`str_replace(_all)?`) with replacement field
* `view_regex()` output now differentiates between capture and non-capture groups
* Fix typos (thanks @katrinleinweber) and tweak styles
* Added a `NEWS.md` file to track changes to the package.

+ 1
- 1
Readme.Rmd Ver fichero



- edit the **text** you've imported - edit the **text** you've imported
- build up a **regex** expression and interactively see it applied to your text - build up a **regex** expression and interactively see it applied to your text
- test the **output** of common string matching functions from `base` and `stringr`
- test the **output** of common string matching and replacement functions from `base` and `stringr`
- and refer to a **help**ful cheatsheet - and refer to a **help**ful cheatsheet


![The panes of regexplain](docs/regexplain-gadget-tabs.png) ![The panes of regexplain](docs/regexplain-gadget-tabs.png)

+ 2
- 2
Readme.md Ver fichero

- edit the **text** you’ve imported - edit the **text** you’ve imported
- build up a **regex** expression and interactively see it applied to - build up a **regex** expression and interactively see it applied to
your text your text
- test the **output** of common string matching functions from `base`
and `stringr`
- test the **output** of common string matching and replacement
functions from `base` and `stringr`
- and refer to a **help**ful cheatsheet - and refer to a **help**ful cheatsheet


![The panes of regexplain](docs/regexplain-gadget-tabs.png) ![The panes of regexplain](docs/regexplain-gadget-tabs.png)

Cargando…
Cancelar
Guardar