File: index.html

package info (click to toggle)
r-cran-animation 2.6%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,264 kB
  • sloc: javascript: 873; sh: 15; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 1,414 bytes parent folder | download | duplicates (3)
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
	<meta charset="utf-8" />
	<link rel="stylesheet" href="file:///usr/lib/R/site-library/animation/misc/scianimator/css/reset.css" />
	<link rel="stylesheet" href="file:///usr/lib/R/site-library/animation/misc/scianimator/css/styles.css" />
	<link rel="stylesheet" href="file:///usr/lib/R/site-library/animation/misc/scianimator/css/scianimator.css" />
	<link rel="stylesheet" href="http://gitorious.org/yihui/animation/blobs/raw/master/inst/misc/scianimator/css/shCore.css" />
	<link rel="stylesheet" href="http://gitorious.org/yihui/animation/blobs/raw/master/inst/misc/scianimator/css/shThemeDefault.css" />
	<style type="text/css">
	  <!--
	      pre, p, h1 {
	      display: none;
	      }
	    -->
	</style>

	<script src="file:///usr/share/javascript/jquery/jquery.min.js"></script>
	<script src="file:///usr/lib/R/site-library/animation/misc/scianimator/js/jquery.scianimator.min.js"></script>
	<script src="http://gitorious.org/yihui/animation/blobs/raw/master/inst/misc/scianimator/js/shCore.js"></script>
	<script src="http://gitorious.org/yihui/animation/blobs/raw/master/inst/misc/scianimator/js/shAutoloader.js"></script>


<!-- highlight R code -->
<script type="text/javascript">
	SyntaxHighlighter.autoloader(
	  "r    http://gitorious.org/yihui/animation/blobs/raw/master/inst/misc/scianimator/js/shBrushR.js"
	);
	SyntaxHighlighter.defaults["toolbar"] = false;
	SyntaxHighlighter.all();
</script>