-
Notifications
You must be signed in to change notification settings - Fork 1
/
_quarto.yml
68 lines (56 loc) · 1.72 KB
/
_quarto.yml
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
project:
type: website
website:
title: "Statistics and Methodology - R validation"
page-footer: CC-BY SCTO Statistics and Methodology
favicon: fig/SCTO_Platforms.png
navbar:
title: "SCTO Stats and Methodology - R package validation"
right:
# - text: "Home"
# href: index.html
- icon: github
href: "https://github.com/SwissClinicalTrialOrganisation/pkg_validation"
background: white
sidebar:
style: "docked"
search: true
collapse-level: 1
contents:
- href: index.qmd
title: "SCTO Computerized Systems Validation Policy for R"
- href: sop/policy.qmd
- section: "SOPs"
contents:
- href: sop/risk_metrics.qmd
- href: sop/sop_fn_tests.qmd
- section: "Work Intructions"
contents:
- href: wi/pkg_validation.qmd
- href: wi/testing.qmd
- href: wi/review_tests.qmd
- href: wi/running_tests.qmd
- href: sop/businessproc_ra.qmd
- href: results/pkgassessment.qmd
- href: results/pkgtesting.qmd
- section: "Useful links"
contents:
- text: "Report an assessment or test"
href: "https://github.com/SwissClinicalTrialOrganisation/pkg_validation/issues"
target: "_blank"
- href: "https://github.com/SwissClinicalTrialOrganisation/validation_tests/issues"
text: "Tests repository"
target: "_blank"
- href: "https://swissclinicaltrialorganisation.github.io/validation/"
text: "Validation R package"
target: "_blank"
# logo: SCTO_Platforms.png
resources:
- fig/*
format:
html:
theme:
light: flatly
dark: darkly
css: styles.css
toc: true