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 07 Jun. 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

xmlr  
Read, Write and Work with 'XML' Data
'XML' package for creating and reading and manipulating 'XML', with an object model based on 'Refere ...
Download / Learn more Package Citations See dependency  
roxygen2  
In-Line Documentation for R
Generate your Rd documentation, 'NAMESPACE' file, and collation field using specially formatted com ...
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  
gRain  
Bayesian Networks
Probability propagation in graphical independence networks, also known as Bayesian networks or prob ...
Download / Learn more Package Citations See dependency  
curtailment  
Finds Binary Outcome Designs Using Stochastic Curtailment
Finds single- and two-arm designs using stochastic curtailment, as described by Law et al. (2022) ...
Download / Learn more Package Citations See dependency  
embryogrowth  
Tools to Analyze the Thermal Reaction Norm of Embryo Growth
Tools to analyze the embryo growth and the sexualisation thermal reaction norms. See ...
Download / Learn more Package Citations See dependency  

27,372

R Packages

233,548

Dependencies

72,820

Author Associations

27,205

Publication Badges

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