-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
14 lines (14 loc) · 1.44 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!doctype html>
<html>
<head><title>R-multiverse package status system</title></head>
<body>
<p>This is the R-multiverse package status website. Each package has its own HTML pages and XML RSS feeds to broadcast its status in <a href="https://community.r-multiverse.org/builds">Community</a> and <a href="https://staging.r-multiverse.org/builds">Staging</a>. For example, the <a href="https://r-multiverse.org/multiverse.internals/"><code>multiverse.internals</code></a> package has:</p>
<ul>
<li>Community status: <a href="https://r-multiverse.org/status/community/multiverse.internals.html">https://r-multiverse.org/status/community/multiverse.internals.html</a></li>
<li>Community RSS feed: <a href="https://r-multiverse.org/status/community/multiverse.internals.xml">https://r-multiverse.org/status/community/multiverse.internals.xml</a></li>
<li>Staging status: <a href="https://r-multiverse.org/status/staging/multiverse.internals.html">https://r-multiverse.org/status/staging/multiverse.internals.html</a></li>
<li>Staging RSS feed: <a href="https://r-multiverse.org/status/staging/multiverse.internals.xml">https://r-multiverse.org/status/staging/multiverse.internals.xml</a></li>
</ul>
<p>Replace <code>multiverse.internals</code> with a different package name in any of the links above to navigate to the analogous content for that package. The package name part of each URL is case-sensitive.</p>
</body>
</html>