Last data update: 2014.03.03

rpn

Package: rpn
Type: Package
Title: Converter and Interpreter for Reverse Polish Notation
Expressions
Description: Pure R implementation of a simple (Reverse) Polish Notation (RPN) interpreter
and converter.
Version: 1.0
Date: 2016-06-06
Authors@R: c(person("Jakob", "Bossek", email = "j.bossek@gmail.com", role =
c("aut", "cre")))
Maintainer: Jakob Bossek <j.bossek@gmail.com>
URL: https://github.com/jakobbossek/rpn
BugReports: https://github.com/jakobbossek/rpn/issues
License: BSD_2_clause + file LICENSE
Depends: BBmisc (>= 1.6), checkmate (>= 1.1),
Suggests: testthat
ByteCompile: yes
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-06-07 13:53:54 UTC; jboss
Author: Jakob Bossek [aut, cre]
Repository: CRAN
Date/Publication: 2016-06-07 16:36:19

● 0 images, 1 functions, 0 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'rpn' ...
** package 'rpn' successfully unpacked and MD5 sums checked
** R
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
  converting help for package 'rpn'
    finding HTML links ... done
    rpn                                     html  
** building package indices
** testing if installed package can be loaded
* DONE (rpn)
Making 'packages.html' ... done