Package: ore Version: 1.7.5 Date: 2025-03-12 Title: An R Interface to the Onigmo Regular Expression Library Authors@R: c(person("Jon", "Clayden", role=c("cre","aut"), email="code@clayden.org", comment=c(ORCID="0000-0002-6608-0619")), person("K", "Kosako", role="aut"), person("K", "Takata", role="aut")) Suggests: crayon, rex, tinytest, covr Description: Provides an alternative to R's built-in functionality for handling regular expressions, based on the Onigmo library. Offers first-class compiled regex objects, partial matching and function-based substitutions, amongst other features. Encoding: UTF-8 LazyData: true Biarch: true License: BSD_3_clause + file LICENCE Collate: workspace.R file.R dict.R ore.R match.R es.R zzz.R URL: https://github.com/jonclayden/ore BugReports: https://github.com/jonclayden/ore/issues Roxygen: list(old_usage=TRUE) RoxygenNote: 7.3.2 Repository: https://jonclayden.r-universe.dev Date/Publication: 2025-03-14 16:54:33 UTC RemoteUrl: https://github.com/jonclayden/ore RemoteRef: HEAD RemoteSha: 7fdf2df61bd8df67edbb5ee89bf51979ea7eb34a NeedsCompilation: yes Packaged: 2026-06-24 03:50:21 UTC; root Author: Jon Clayden [cre, aut] (ORCID: ), K Kosako [aut], K Takata [aut] Maintainer: Jon Clayden