Other packages > Find by keyword >

ore  

An R Interface to the Onigmo Regular Expression Library
View on CRAN: Click here


Download and install ore package within the R console
Install from CRAN:
install.packages("ore")

Install from Github:
library("remotes")
install_github("cran/ore")

Install by package version:
library("remotes")
install_version("ore", "1.7.4.1")



Attach the package and use:
library("ore")
Maintained by
Jon Clayden
[Scholar Profile | Author Map]
First Published: 2014-10-20
Latest Update: 2023-12-05
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.
How to cite:
Jon Clayden (2014). ore: An R Interface to the Onigmo Regular Expression Library. R package version 1.7.4.1, https://cran.r-project.org/web/packages/ore. Accessed 04 Apr. 2025.
Previous versions and publish date:
1.0.0 (2014-10-20 19:18), 1.0.1 (2014-10-22 00:51), 1.0.4 (2014-11-25 09:40), 1.0.6 (2015-01-01 05:50), 1.1.0 (2015-02-26 16:46), 1.2.0 (2015-07-17 16:55), 1.2.1 (2015-08-10 18:31), 1.2.2 (2016-01-27 20:39), 1.3.0 (2016-03-02 02:18), 1.4.0 (2016-05-07 08:55), 1.5.0 (2016-09-09 19:54), 1.6.0 (2017-04-14 00:23), 1.6.1 (2018-05-22 13:54), 1.6.2 (2018-08-30 06:40), 1.6.3 (2019-11-02 19:50), 1.7.0 (2021-10-12 12:00), 1.7.1.1 (2021-11-02 14:20), 1.7.2.1 (2022-11-01 00:57), 1.7.3.1 (2023-01-16 21:30), 1.7.4.1 (2023-12-05 01:20)
Other packages that cited ore R package
View ore citation profile
Other R packages that ore depends, imports, suggests or enhances
Complete documentation for ore
Functions, R codes and Examples using the ore R package
Some associated functions: es . matches . ore . ore_dict . ore_escape . ore_file . ore_ismatch . ore_lastmatch . ore_search . ore_split . ore_subst . ore_switch . 
Some associated R codes: dict.R . es.R . file.R . match.R . ore.R . workspace.R . zzz.R .  Full ore package functions and examples
Downloads during the last 30 days
03/0503/0603/0703/0803/0903/1003/1103/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/2803/2903/3003/3104/0104/02Downloads for ore020406080100120140TrendBars

Today's Hot Picks in Authors and Packages

GeDS  
Geometrically Designed Spline Regression
Spline Regression, Generalized Additive Models, and Component-wise Gradient Boosting, utilizing Geo ...
Download / Learn more Package Citations See dependency  
metaprotr  
Metaproteomics Post-Processing Analysis
Set of tools for descriptive analysis of metaproteomics data generated from high-throughput mass ...
Download / Learn more Package Citations See dependency  
perryExamples  
Examples for Integrating Prediction Error Estimation into Regression Models
Examples for integrating package 'perry' for prediction error estimation into regression models. ...
Download / Learn more Package Citations See dependency  
Rexperigen  
R Interface to Experigen
Provides convenience functions to communicate with an Experigen server: Experigen ( ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
RMixpanel  
API for Mixpanel
Provides an interface to many endpoints of Mixpanel's Data Export, Engage and JQL API. The R functio ...
Download / Learn more Package Citations See dependency  

23,990

R Packages

207,311

Dependencies

64,809

Author Associations

23,991

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA