forked from yihui/animation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
36 lines (36 loc) · 1.6 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Package: animation
Type: Package
Title: A Gallery of Animations in Statistics and Utilities to Create Animations
Version: 2.3.4
Date: 2015-06-22
Authors@R: c(
person("Barry", "Rowlingson", role= "ctb"),
person("Christian", "Mueller",role="ctb"),
person("Lijia", "Yu", role="ctb"),
person("Weicheng","Zhu",role="ctb"),
person("Yihui","Xie", role=c("cre","aut"),email="[email protected]")
)
Maintainer: Yihui Xie <[email protected]>
Description: This package contains a variety of functions for animations in
statistics, covering areas such as probability theory, mathematical
statistics, multivariate statistics, nonparametric statistics, sampling
survey, linear models, time series, computational statistics, data mining
and machine learning. These functions might be helpful in teaching
statistics and data analysis. Also provided in this package are several
approaches to save animations to various formats, e.g. Flash, GIF, HTML
pages, PDF and videos (saveSWF(), saveGIF(), saveHTML(), saveLatex(), and
saveVideo() respectively). PDF animations can be inserted into Sweave/knitr
easily.
SystemRequirements: ImageMagick (http://imagemagick.org) or GraphicsMagick
(http://www.graphicsmagick.org) or LyX (http://www.lyx.org) for saveGIF();
(PDF)LaTeX for saveLatex(); SWF Tools (http://swftools.org) for saveSWF();
FFmpeg (http://ffmpeg.org) or avconv (https://libav.org/avconv.html) for saveVideo()
Depends:
R (>= 2.14.0)
Suggests:
MASS,
testit
License: GPL
URL: http://yihui.name/animation
BugReports: https://github.com/yihui/animation/issues
LazyData: yes