Skip to content

Commit bd26512

Browse files
committed
change of vignettes structure
1 parent a93880b commit bd26512

File tree

13 files changed

+127
-72
lines changed

13 files changed

+127
-72
lines changed

.Rbuildignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
^_pkgdown\.yml$
88
^docs$
99
^pkgdown$
10-
^vignettes
10+
^vignettes/files_*
1111
^cran-comments\.md$
1212
^doc$
1313
^Meta$

R/data.R

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,13 @@
2626
#'
2727
#' @source ONS, Office for National Statistics, 2011
2828
"london_msoa"
29+
30+
31+
#' flows_london
32+
#'
33+
#' @format ## `flows_london`
34+
#' A data.table with flows information
35+
#'
36+
#'
37+
#' @source ONS, Office for National Statistics, 2011
38+
"flows_london"

data/distance_test.rda

-189 KB
Binary file not shown.

data/flows_london.rda

1.01 MB
Binary file not shown.

data/flows_test.rda

6 Bytes
Binary file not shown.

data/london_msoa.rda

10 Bytes
Binary file not shown.

man/flows_london.Rd

Lines changed: 22 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vignettes/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
*.html
22
*.R
33
*_files
4+
5+
/.quarto/

vignettes/flows_london.rds

-1.45 MB
Binary file not shown.

vignettes/flows_matrix.rds

-101 KB
Binary file not shown.

0 commit comments

Comments
 (0)