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 03 Dec. 2024.
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

FSInteract  
Fast Searches for Interactions
Performs fast detection of interactions in large-scale data using the method of random intersection ...
Download / Learn more Package Citations See dependency  
telemac  
R Interface to the TELEMAC Model Suite
An R interface to the TELEMAC suite for modelling of free surface flow. This includes methods for m ...
Download / Learn more Package Citations See dependency  
CRANsearcher  
RStudio Addin for Searching Packages in CRAN Database Based on Keywords
One of the strengths of R is its vast package ecosystem. Indeed, R packages extend from visualizatio ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
EDOtrans  
Euclidean Distance-Optimized Data Transformation
A data transformation method which takes into account the special property of scale non-invariance w ...
Download / Learn more Package Citations See dependency  
donut  
Nearest Neighbour Search with Variables on a Torus
Finds the k nearest neighbours in a dataset of specified points, adding the option to wrap certain ...
Download / Learn more Package Citations See dependency  

23,310

R Packages

200,798

Dependencies

63,203

Author Associations

23,278

Publication Badges

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