-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
52 lines (49 loc) · 3.03 KB
/
index.html
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>carpentries drat repository</title>
<!-- Bootstrap -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap-theme.min.css">
<link href="https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet"/>
</head>
<body>
<div class="jumbotron">
<div class="container">
<h1>carpentries drat repository</h1>
<p>Development repository for R packages for The Carpentries infrastructure</p>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-8">
<h2>Packages</h2>
<ul>
<li><code>checker</code> (v 0.0.1.9010, <a href="https://github.com/fmichonneau/checker" class="text-info"><i class="fa fa-github"></i></a>): Check URLs and best practices in accessiblity for your HTML ...</li>
<li><code>chisel</code> (v 0.0.0.9002, <a href="https://github.com/fmichonneau/chisel" class="text-info"><i class="fa fa-github"></i></a>): Tools to work with The Carpentries GitHub repositories</li>
<li><code>fiderent</code> (v 0.0.0.9000, <a href="https://github.com/fmichonneau/fiderent" class="text-info"><i class="fa fa-github"></i></a>): Compare Files Between Folders</li>
<li><code>pegboard</code> (v 0.7.7, <a href="https://github.com/carpentries/pegboard" class="text-info"><i class="fa fa-github"></i></a>): Explore and Manipulate Markdown Curricula from the Carpentries</li>
<li><code>sandpaper</code> (v 0.16.11, <a href="https://github.com/carpentries/sandpaper" class="text-info"><i class="fa fa-github"></i></a>): Create and Curate Carpentries Lessons</li>
<li><code>tinkr</code> (v 0.2.0.9001, <a href="https://github.com/ropensci/tinkr" class="text-info"><i class="fa fa-github"></i></a>): Cast '(R)Markdown' Files to 'XML' and Back Again</li>
<li><code>varnish</code> (v 1.0.5, <a href="https://github.com/carpentries/varnish" class="text-info"><i class="fa fa-github"></i></a>): Front-end for The Carpentries Lesson Infrastructure</li>
</ul>
</div>
<div class="col-md-4">
<p>If <code>drat</code> is not installed, first install from
CRAN with</p>
<pre>install.packages("drat")</pre>
<p>To install packages, run</p>
<pre>drat:::add("carpentries")</pre>
<p>after which packages can be installed as usual, for example:</p>
<pre>install.packages("pegboard")</pre>
</div>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
</body>
</html>