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-11")



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: 2023-03-16
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-11, https://cran.r-project.org/web/packages/dparser
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)
Other packages that cited dparser R package
View dparser citation profile
Other R packages that dparser depends, imports, suggests or enhances
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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

FMCCSD  
Efficient Estimation of Clustered Current Status Data
Current status data abounds in the field of epidemiology and public health, where the only observab ...
Download / Learn more Package Citations See dependency  
factorplot  
Graphical Presentation of Simple Contrasts
Methods to calculate, print, summarize and plot pairwise differences from GLMs, GLHT or Multinomial ...
Download / Learn more Package Citations See dependency  
bizicount  
Bivariate Zero-Inflated Count Models Using Copulas
Maximum likelihood estimation of copula-based zero-inflated (and non-inflated) Poisson and negative ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resizer for Images, Tables and Fancy Resizable 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  
srm  
Structural Equation Modeling for the Social Relations Model
Provides functionality for structural equation modeling for the social relations model (Kenny & ...
Download / Learn more Package Citations See dependency  
QuantileNPCI  
Nonparametric Confidence Intervals for Quantiles
Based on Alan D. Hutson (1999) , "Calculating nonparametric confidence i ...
Download / Learn more Package Citations See dependency  
Maintainer: Li Yan (view profile)

22,114

R Packages

188,080

Dependencies

55,244

Author Associations

22,115

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net. Contact Us / Suggestions / Concerns