Skip to content

Commit a939a5d

Browse files
committed
add test page
1 parent 2868ada commit a939a5d

File tree

6 files changed

+58
-1
lines changed

6 files changed

+58
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@ _site/
1313
# Ignore folders generated by Bundler
1414
.bundle/
1515
vendor/
16+
.Rproj.user
17+
18+
/.quarto/

Website.Rproj

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Version: 1.0
2+
3+
RestoreWorkspace: Default
4+
SaveWorkspace: Default
5+
AlwaysSaveHistory: Default
6+
7+
EnableCodeIndexing: Yes
8+
UseSpacesForTab: Yes
9+
NumSpacesForTab: 2
10+
Encoding: UTF-8
11+
12+
RnwWeave: Sweave
13+
LaTeX: pdfLaTeX

_quarto.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
project:
2+
title: "CLS Data Website"
3+
output-dir: docs

docs/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ For background on these studies, please see cohort profile papers (linked above)
2121

2222
Most of the data is available to researchers via the UK Data Service (links: [NCDS](https://doi.org/10.5255/UKDA-Series-2000032), [BCS70](https://doi.org/10.5255/UKDA-Series-200001), [Next Steps](https://doi.org/10.5255/UKDA-Series-2000030), and [MCS](https://doi.org/10.5255/UKDA-Series-2000031)). This includes a series of harmonized measures created by [CLOSER](https://doi.org/10.5255/UKDA-Series-2000111). Most of the UKDS data is available via the least restrictive End User Licence, though more sensitive variables, such as low-level geographies, are available by Special Licence or Secure Access only.
2323

24-
Further, some data, such as raw genetic data and biological samples, is only available by application to CLS directly. More information is available on the [CLS website](https://cls.ucl.ac.uk/data-access-training/data-access/).
24+
Further, some data, such as raw genetic data and biological samples, are only available by application to CLS directly. More information is available on the [CLS website](https://cls.ucl.ac.uk/data-access-training/data-access/).

docs/test.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
layout: default
3+
title: "A Fake Site"
4+
nav_order: 7
5+
format: docusaurus-md
6+
---
7+
8+
Test
9+
10+
``` r
11+
library(tidyverse)
12+
```
13+
14+
``` text
15+
── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ──
16+
✔ dplyr 1.1.4 ✔ readr 2.1.4
17+
✔ forcats 1.0.0 ✔ stringr 1.5.1
18+
✔ ggplot2 3.4.4 ✔ tibble 3.2.1
19+
✔ lubridate 1.9.3 ✔ tidyr 1.3.0
20+
✔ purrr 1.0.2
21+
── Conflicts ────────────────────────────────────────── tidyverse_conflicts() ──
22+
✖ dplyr::filter() masks stats::filter()
23+
✖ dplyr::lag() masks stats::lag()
24+
ℹ Use the conflicted package (<http://conflicted.r-lib.org/>) to force all conflicts to become errors
25+
```
26+

quarto/test.qmd

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
layout: default
3+
title: "A Fake Site"
4+
nav_order: 7
5+
format: docusaurus-md
6+
---
7+
8+
Test
9+
10+
```{r}
11+
library(tidyverse)
12+
```

0 commit comments

Comments
 (0)