Skip to content
This repository has been archived by the owner on Sep 18, 2019. It is now read-only.

Commit

Permalink
hw01 doesn't need to be done
Browse files Browse the repository at this point in the history
  • Loading branch information
vincenzocoia committed Sep 14, 2017
1 parent 5f251fa commit c1fb1f6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
21 changes: 12 additions & 9 deletions block007_first-use-rmarkdown.html
Expand Up @@ -4,7 +4,7 @@

<head>

<meta charset="utf-8">
<meta charset="utf-8" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="pandoc" />

Expand All @@ -19,6 +19,9 @@
<script src="libs/bootstrap-3.3.5/js/bootstrap.min.js"></script>
<script src="libs/bootstrap-3.3.5/shim/html5shiv.min.js"></script>
<script src="libs/bootstrap-3.3.5/shim/respond.min.js"></script>
<script src="libs/navigation-1.1/tabsets.js"></script>
<link href="libs/highlightjs-1.1/default.css" rel="stylesheet" />
<script src="libs/highlightjs-1.1/highlight.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
Expand All @@ -31,10 +34,6 @@
</script>

<style type="text/css">code{white-space: pre;}</style>
<link rel="stylesheet"
href="libs/highlight/default.css"
type="text/css" />
<script src="libs/highlight/highlight.js"></script>
<style type="text/css">
pre:not([class]) {
background-color: white;
Expand Down Expand Up @@ -108,10 +107,10 @@
</style>



<div class="container-fluid main-container">

<!-- tabsets -->
<script src="libs/navigation-1.1/tabsets.js"></script>
<script>
$(document).ready(function () {
window.buildTabsets("TOC");
Expand Down Expand Up @@ -177,7 +176,7 @@ <h3>Step 0: Software installation and configuration</h3>
<li>You’ve already <a href="cm001_course-intro-sw-install-account-signup.html#register-a-github-account">registered a free GitHub account</a>.</li>
<li>You’ve already <a href="block000_r-rstudio-install.html">installed R and RStudio</a>.</li>
<li>You’ve <a href="git07_git-github-rstudio.html">tested your installation and configuration of Git, GitHub, and RStudio</a></li>
<li>You’ve completed <a href="hw01_edit-README.html">Homework 01</a> or an equivalent exercise to truly test all of the above and to introduce you to Markdown.</li>
<li><del>You’ve completed <a href="hw01_edit-README.html">Homework 01</a> or an equivalent exercise to truly test all of the above and to introduce you to Markdown.</del></li>
</ul>
</div>
<div id="step-1-get-ready-to-work" class="section level3">
Expand Down Expand Up @@ -309,18 +308,22 @@ <h3>Troubleshooting</h3>
<script>

// add bootstrap table styles to pandoc tables
$(document).ready(function () {
function bootstrapStylePandocTables() {
$('tr.header').parent('thead').parent('table').addClass('table table-condensed');
}
$(document).ready(function () {
bootstrapStylePandocTables();
});


</script>

<!-- dynamically load mathjax for compatibility with self-contained -->
<script>
(function () {
var script = document.createElement("script");
script.type = "text/javascript";
script.src = "https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML";
script.src = "https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML";
document.getElementsByTagName("head")[0].appendChild(script);
})();
</script>
Expand Down
2 changes: 1 addition & 1 deletion block007_first-use-rmarkdown.md
Expand Up @@ -22,7 +22,7 @@ We assume the following
* You've already [registered a free GitHub account](cm001_course-intro-sw-install-account-signup.html#register-a-github-account).
* You've already [installed R and RStudio](block000_r-rstudio-install.html).
* You've [tested your installation and configuration of Git, GitHub, and RStudio](git07_git-github-rstudio.html)
* You've completed [Homework 01](hw01_edit-README.html) or an equivalent exercise to truly test all of the above and to introduce you to Markdown.
* ~~You've completed [Homework 01](hw01_edit-README.html) or an equivalent exercise to truly test all of the above and to introduce you to Markdown.~~

### Step 1: Get ready to work

Expand Down

0 comments on commit c1fb1f6

Please sign in to comment.