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]
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-13, https://cran.r-project.org/web/packages/dparser. Accessed 06 May. 2025.
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
04/0604/0704/0804/0904/1004/1104/1204/1304/1404/1504/1604/1704/1804/1904/2004/2104/2204/2304/2404/2504/2604/2704/2804/2904/3005/0105/0205/0305/0405/05Downloads for dparser2030405060708090100110120130TrendBars

Today's Hot Picks in Authors and Packages

tbrf  
Time-Based Rolling Functions
Provides rolling statistical functions based on date and time windows instead of n-lagged observatio ...
Download / Learn more Package Citations See dependency  
netUtils  
A Collection of Tools for Network Analysis
Provides a collection of network analytic (convenience) functions which are missing in other standar ...
Download / Learn more Package Citations See dependency  
rotations  
Working with Rotation Data
Tools for working with rotational data, including simulation from the most commonly used distributi ...
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  
simfam  
Simulate and Model Family Pedigrees with Structured Founders
The focus is on simulating and modeling families with founders drawn from a structured population (f ...
Download / Learn more Package Citations See dependency  
HuraultMisc  
Guillem Hurault Functions' Library
Contains various functions for data analysis, notably helpers and diagnostics for Bayesian modelling ...
Download / Learn more Package Citations See dependency  

24,205

R Packages

207,311

Dependencies

65,312

Author Associations

24,206

Publication Badges

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