Skip to content

Instantly share code, notes, and snippets.

@edmondop
Created January 23, 2022 17:13
Show Gist options
  • Save edmondop/1acbd383279894e399076c6af99e5794 to your computer and use it in GitHub Desktop.
Save edmondop/1acbd383279894e399076c6af99e5794 to your computer and use it in GitHub Desktop.
Package: regexcite
Title: Make Regular Expressions More Exciting
Version: 0.0.0.9000
Authors@R:
person("Edmondo", "Porcu", , "edmondo.porcu@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "YOUR-ORCID-ID"))
Description: Convenience functions to make some common tasks with string
manipulation and regular expressions a bit easier.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
biocViews:
Imports:
Biostrings,
quadrprop,
stringr
URL: https://github.com/edmondo1984/regexcite
BugReports: https://github.com/edmondo1984/regexcite/issues
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment