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: 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 21 Nov. 2024.
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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

RcppHNSW  
'Rcpp' Bindings for 'hnswlib', a Library for Approximate Nearest Neighbors
'Hnswlib' is a C++ library for Approximate Nearest Neighbors. This package provides a minimal R int ...
Download / Learn more Package Citations See dependency  
deductive  
Data Correction and Imputation Using Deductive Methods
Attempt to repair inconsistencies and missing values in data records by using information from vali ...
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  
crossrun  
Joint Distribution of Number of Crossings and Longest Run
Joint distribution of number of crossings and the longest run in a series of independent Bernoulli ...
Download / Learn more Package Citations See dependency  
pkgdepends  
Package Dependency Resolution and Downloads
Find recursive dependencies of 'R' packages from various sources. Solve the dependencies to obtain ...
Download / Learn more Package Citations See dependency  
kgschart  
KGS Rank Graph Parser
Restore underlining numeric data from rating history graph of KGS (an online platform of the game o ...
Download / Learn more Package Citations See dependency  

23,229

R Packages

199,929

Dependencies

62,984

Author Associations

23,230

Publication Badges

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