Other packages > Find by keyword >

dparser  

Port of 'Dparser' Package
View on CRAN: Click here


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

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

Install by package version:
library("remotes")
install_version("dparser", "1.3.1-13")



Attach the package and use:
library("dparser")
Maintained by
Matthew Fidler
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2017-04-29
Latest Update: 2024-10-22
Description:
A Scannerless GLR parser/parser generator. Note that GLR standing for "generalized LR", where L stands for "left-to-right" and R stands for "rightmost (derivation)". For more information see . This parser is based on the Tomita (1987) algorithm. (Paper can be found at ). The original 'dparser' package documentation can be found at . This allows you to add mini-languages to R (like rxode2's ODE mini-language Wang, Hallow, and James 2015 ) or to parse other languages like 'NONMEM' to automatically translate them to R code. To use this in your code, add a LinkingTo dparser in your DESCRIPTION file and instead of using #include use #include . This also provides a R-based port of the make_dparser command called mkdparser(). Additionally you can parse an arbitrary grammar within R using the dparse() function, which works on most OSes and is mainly for grammar testing. The fastest parsing, of course, occurs at the C level, and is suggested.
How to cite:
Matthew Fidler (2017). dparser: Port of 'Dparser' Package. R package version 1.3.1-13, https://cran.r-project.org/web/packages/dparser. Accessed 09 Mar. 2026.
Previous versions and publish date:
0.1.3 (2017-04-29 23:21), 0.1.4 (2017-09-23 00:30), 0.1.5 (2017-09-24 08:39), 0.1.6 (2017-10-05 06:00), 0.1.7 (2017-10-05 17:58), 0.1.8 (2017-11-13 19:11), 1.3.1-2 (2021-04-03 19:40), 1.3.1-3 (2021-04-06 18:20), 1.3.1-4 (2021-04-07 11:10), 1.3.1-5 (2022-03-21 09:00), 1.3.1-6 (2022-10-05 19:20), 1.3.1-7 (2022-10-09 21:30), 1.3.1-8 (2022-10-29 09:50), 1.3.1-9 (2022-11-10 14:00), 1.3.1-10 (2023-03-16 05:40), 1.3.1-11 (2023-12-08 01:20), 1.3.1-12 (2024-09-18 00:20)
Other packages that cited dparser R package
View dparser citation profile
Other R packages that dparser depends, imports, suggests or enhances
Complete documentation for dparser
Functions, R codes and Examples using the dparser R package
Some associated functions: dpDefaultSkip . dpGetFile . dpIncludeDir . dpReload . dpRparse . dpVersion . dparse . dparser-package . dparserFunction-class . gc.dparser . mkdparse . show-dparserFunction-method . 
Some associated R codes: Rparse.R . dparser.R . version.R .  Full dparser package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

ggblanket  
Simplify 'ggplot2' Visualisation
Simplify 'ggplot2' visualisation with 'ggblanket' wrapper functions. ...
Download / Learn more Package Citations See dependency  
nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  
rzentra  
Client for the 'ZENTRA Cloud' API
Provides functionality to read settings, statuses and readings of weather stations from the 'ZENTRA ...
Download / Learn more Package Citations See dependency  
pooling  
Fit Poolwise Regression Models
Functions for calculating power and fitting regression models in studies where a biomarker is measur ...
Download / Learn more Package Citations See dependency  
Rgb  
The R Genome Browser
Classes and methods to efficiently handle (slice, annotate, draw ...) genomic features (such as gene ...
Download / Learn more Package Citations See dependency  

26,293

R Packages

225,784

Dependencies

70,376

Author Associations

26,294

Publication Badges

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