Skip to content

Commit

Permalink
Merge pull request #1 from DataS-DHSC/dhsc-changes
Browse files Browse the repository at this point in the history
Dhsc changes
  • Loading branch information
MHWauben authored Mar 4, 2020
2 parents 197e3ab + 6672638 commit a6a470d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion 03-correct_clear_concise.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

## Correct {#ccfc_correct}
The first priority should always be that the code is correct.
See the [demonstably correct](#demonsrably_correct) principle.
See the [demonstrably correct](#demonstrably_correct) principle.

## Clear {#ccfc_clear}
It is more valuable to have code that other analysts can quickly understand, than code which runs a little quicker.
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# DHSC Coding Principles

See the principles *[HERE](https://datas-dhsc.github.io/coding_principles_book/index.html)*.
See the principles *[HERE](https://datas-dhsc.github.io/coding_principles_book/)*.

## What is this?
This repository contains a set of R markdown documents which, when rendered produce a bookdown site.
Expand Down
6 changes: 3 additions & 3 deletions index.Rmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "DHSC Coding Principles"
author: "Matthew Malcher "
author: "DHSC Office of the Chief Analyst"
site: bookdown::bookdown_site
documentclass: book
output:
Expand All @@ -12,7 +12,7 @@ output:
collapse: section
scroll_highlight: yes
after: |
<li><a href="https://github.com/mattm-dhsc/coding_principles_book" target="blank">Coding Principles Book on GitHub</a></li>
<li><a href="https://github.com/DataS-DHSC/coding_principles_book" target="blank">Coding Principles Book on GitHub</a></li>
mathjax: default

---
Expand Down Expand Up @@ -223,4 +223,4 @@ We need to be confident in the outputs we provide. Just because something is don
| **[Be Demonstrably Correct]** | (ref:demonstrablycorrect-must) | (ref:demonstrablycorrect-should) | (ref:demonstrablycorrect-could) |
| **[Use Sensible Defaults]** | (ref:sensibledefaults-must) | (ref:sensibledefaults-should) | (ref:sensibledefaults-could) |
| **[Be Reproducible]** | (ref:reproducible-must) | (ref:reproducible-should) | (ref:reproducible-could) |
| **[Use Appropriate and Tidy Data]** | (ref:datastructures-must) | (ref:datastructures-should) | (ref:datastructures-could) |
| **[Use Appropriate and Tidy Data]** | (ref:datastructures-must) | (ref:datastructures-should) | (ref:datastructures-could) |

0 comments on commit a6a470d

Please sign in to comment.