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
