Last data update: 2014.03.03

manipulate

Package: manipulate
Type: Package
Title: Interactive Plots for RStudio
Version: 1.0.1
Date: 2014-12-23
Authors@R: c(
person("JJ", "Allaire", role = c("aut", "cre"),
comment = "R interface", email = "jj@rstudio.com"),
person(family = "RStudio", role = "cph")
)
Maintainer: JJ Allaire <jj@rstudio.com>
Description: Interactive plotting functions for use within RStudio.
The manipulate function accepts a plotting expression and a set of
controls (e.g. slider, picker, checkbox, or button) which are used
to dynamically change values within the expression. When a value is
changed using its corresponding control the expression is
automatically re-executed and the plot is redrawn.
Depends: R (>= 2.11.1)
SystemRequirements: RStudio - http://www.rstudio.com/products/rstudio/
License: GPL-2
LazyLoad: yes
Packaged: 2014-12-23 18:00:41 UTC; jjallaire
Author: JJ Allaire [aut, cre] (R interface),
RStudio [cph]
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2014-12-24 01:18:44

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

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'manipulate' ...
** package 'manipulate' successfully unpacked and MD5 sums checked
** R
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'manipulate'
    finding HTML links ... done
    button                                  html  
    checkbox                                html  
    isAvailable                             html  
    manipulate-package                      html  
    manipulate                              html  
    mouseclick                              html  
    picker                                  html  
    slider                                  html  
    state                                   html  
** building package indices
** testing if installed package can be loaded
* DONE (manipulate)
Making 'packages.html' ... done