Skip to content

Commit f532e8c

Browse files
committed
updated to bootstrap 5
1 parent b5ca512 commit f532e8c

2 files changed

Lines changed: 26 additions & 2 deletions

File tree

DESCRIPTION

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Description: Functions for comparing two data.frames against
1212
source of problems and differences.
1313
Encoding: UTF-8
1414
LazyData: true
15+
Language: en-GB
1516
Depends:
1617
R (>= 3.1.2)
1718
Imports:
@@ -27,8 +28,8 @@ Suggests:
2728
stringr,
2829
devtools,
2930
covr
30-
RoxygenNote: 7.0.2
31+
RoxygenNote: 7.3.2
3132
VignetteBuilder: knitr
3233
License: MIT + file LICENSE
33-
URL: https://github.com/gowerc/diffdf
34+
URL: https://gowerc.github.io/diffdf, https://github.com/gowerc/diffdf
3435
BugReports: https://github.com/gowerc/diffdf/issues

_pkgdown.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
url: https://gowerc.github.io/diffdf/
3+
4+
destination: docs/
5+
6+
template:
7+
bootstrap: 5
8+
9+
navbar:
10+
structure:
11+
left: [intro, reference, articles, tutorials, news, reports]
12+
right: [search, github]
13+
components:
14+
reports:
15+
text: Reports
16+
menu:
17+
- text: Coverage report
18+
href: coverage-report/
19+
- text: Unit test report
20+
href: unit-test-report/
21+
github:
22+
icon: fa-github
23+
href: https://github.com/gowerc/diffdf

0 commit comments

Comments
 (0)