Last data update: 2014.03.03

LindenmayeR

Package: LindenmayeR
Type: Package
Title: Functions to Explore L-Systems (Lindenmayer Systems)
Version: 0.1.6
Date: 2015-07-15
Description: L-systems or Lindenmayer systems are parallel rewriting systems which can
be used to simulate biological forms and certain kinds of fractals.
Briefly, in an L-system a series of symbols in a string are replaced
iteratively according to rules to give a more complex string. Eventually,
the symbols are translated into turtle graphics for plotting. Wikipedia has
a very good introduction: en.wikipedia.org/wiki/L-system This package
provides basic functions for exploring L-systems.
License: GPL (>= 3)
Depends: stringr, grid
ByteCompile: TRUE
BugReports: https://github.com/bryanhanson/LindenmayeR/issues
Authors@R: c(person("Bryan", "Hanson", role = c("aut", "cre"), email =
"hanson@depauw.edu"))
NeedsCompilation: no
Packaged: 2015-07-16 12:18:14 UTC; bryanhanson
Author: Bryan Hanson [aut, cre]
Maintainer: Bryan Hanson <hanson@depauw.edu>
Repository: CRAN
Date/Publication: 2015-07-16 14:54:19

6 images, 3 functions, 0 datasets
● Reverse Depends: 0

Install log

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