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]
All associated links for this package
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 06 Jan. 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)
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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

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  
RsqMed  
Total Mediation Effect Size Measure for High-Dimensional Mediators
An implementation of calculating the R-squared measure as a total mediation effect size measure and ...
Download / Learn more Package Citations See dependency  
TBFmultinomial  
TBF Methodology Extension for Multinomial Outcomes
Extends the test-based Bayes factor (TBF) methodology to multinomial regression models and discrete ...
Download / Learn more Package Citations See dependency  
lmds  
Landmark Multi-Dimensional Scaling
A fast dimensionality reduction method scaleable to large numbers of samples. Landmark Multi-Dime ...
Download / Learn more Package Citations See dependency  
ROI.plugin.deoptim  
'DEoptim' and 'DEoptimR' Plugin for the 'R' Optimization Interface
Enhances the R Optimization Infrastructure ('ROI') package with the 'DEoptim' and 'DEoptimR' packag ...
Download / Learn more Package Citations See dependency  
NetSwan  
Network Strengths and Weaknesses Analysis
A set of functions for studying network robustness, resilience and vulnerability. ...
Download / Learn more Package Citations See dependency  

23,440

R Packages

202,297

Dependencies

63,567

Author Associations

23,434

Publication Badges

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