From c646999cda01df1b1088c134af7537da5db2bef9 Mon Sep 17 00:00:00 2001 From: Bisaloo <10783929+Bisaloo@users.noreply.github.com> Date: Thu, 26 Sep 2024 07:24:13 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20Bisaloo/?= =?UTF-8?q?contactdata@e0b5afaeda413b17dae682ec9257c856feb3339b=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 404.html | 2 +- LICENSE-text.html | 2 +- LICENSE.html | 2 +- articles/countries.html | 6 +++--- articles/index.html | 2 +- articles/visualise_age.html | 4 ++-- articles/visualise_contact.html | 6 +++--- authors.html | 8 ++++---- index.html | 2 +- news/index.html | 9 ++++++--- pkgdown.yml | 2 +- reference/age_df_countries.html | 4 ++-- reference/contact_df_countries.html | 4 ++-- reference/contact_matrix.html | 4 ++-- reference/contactdata-package.html | 4 ++-- reference/index.html | 2 +- reference/list_countries.html | 4 ++-- 17 files changed, 35 insertions(+), 32 deletions(-) diff --git a/404.html b/404.html index 0507c1a..94bbada 100644 --- a/404.html +++ b/404.html @@ -44,7 +44,7 @@ contactdata - 1.0.0.9000 + 1.1.0.9000 diff --git a/LICENSE-text.html b/LICENSE-text.html index c60aa17..4e9cd52 100644 --- a/LICENSE-text.html +++ b/LICENSE-text.html @@ -17,7 +17,7 @@ contactdata - 1.0.0.9000 + 1.1.0.9000 diff --git a/LICENSE.html b/LICENSE.html index fd30b52..c8e10cb 100644 --- a/LICENSE.html +++ b/LICENSE.html @@ -17,7 +17,7 @@ contactdata - 1.0.0.9000 + 1.1.0.9000 diff --git a/articles/countries.html b/articles/countries.html index 1a89b06..e029e33 100644 --- a/articles/countries.html +++ b/articles/countries.html @@ -39,7 +39,7 @@ contactdata - 1.0.0.9000 + 1.1.0.9000 @@ -94,9 +94,9 @@

List of included regions

Hugo Gruson

-

2024-09-25

+

2024-09-26

- Source: vignettes/countries.Rmd + Source: vignettes/countries.Rmd diff --git a/articles/index.html b/articles/index.html index 43280b6..31ec6b1 100644 --- a/articles/index.html +++ b/articles/index.html @@ -17,7 +17,7 @@ contactdata - 1.0.0.9000 + 1.1.0.9000 diff --git a/articles/visualise_age.html b/articles/visualise_age.html index ce87110..185ecf1 100644 --- a/articles/visualise_age.html +++ b/articles/visualise_age.html @@ -39,7 +39,7 @@ contactdata - 1.0.0.9000 + 1.1.0.9000 @@ -93,7 +93,7 @@

Visualise age pyramids

- Source: vignettes/visualise_age.Rmd + Source: vignettes/visualise_age.Rmd diff --git a/articles/visualise_contact.html b/articles/visualise_contact.html index 43cae50..38cc2f8 100644 --- a/articles/visualise_contact.html +++ b/articles/visualise_contact.html @@ -39,7 +39,7 @@ contactdata - 1.0.0.9000 + 1.1.0.9000 @@ -94,9 +94,9 @@

Visualise contact matrices

Hugo Gruson

-

2024-09-25

+

2024-09-26

- Source: vignettes/visualise_contact.Rmd + Source: vignettes/visualise_contact.Rmd diff --git a/authors.html b/authors.html index 3346b68..bbba46c 100644 --- a/authors.html +++ b/authors.html @@ -17,7 +17,7 @@ contactdata - 1.0.0.9000 + 1.1.0.9000 @@ -84,19 +84,19 @@

Authors and Citation

Citation

- Source: inst/CITATION + Source: inst/CITATION

Gruson H (????). “contactdata: Social Contact Matrices for 152 Countries.” -R package version 1.0.0.9000, https://CRAN.R-project.org/package=contactdata. +R package version 1.1.0.9000, https://CRAN.R-project.org/package=contactdata.

@Misc{,
   title = {{contactdata}: Social Contact Matrices for 152 Countries},
   author = {Hugo Gruson},
-  note = {R package version 1.0.0.9000},
+  note = {R package version 1.1.0.9000},
   url = {https://CRAN.R-project.org/package=contactdata},
 }

Prem K, Cook AR, Jit M (2017). diff --git a/index.html b/index.html index ae37b8f..46e54ba 100644 --- a/index.html +++ b/index.html @@ -45,7 +45,7 @@ contactdata - 1.0.0.9000 + 1.1.0.9000 diff --git a/news/index.html b/news/index.html index 46fbb7f..9576528 100644 --- a/news/index.html +++ b/news/index.html @@ -17,7 +17,7 @@ contactdata - 1.0.0.9000 + 1.1.0.9000 @@ -60,13 +60,16 @@

+
+
+
-

Bug fix

+

Bug fix

  • age_df_countries() now pads single-digit ages with a leading 0 to ensure correct ordering. The new behaviour also produces age bin labels that are consistent with the labels for the contact matrices

    Before:

    diff --git a/pkgdown.yml b/pkgdown.yml index 5d600b8..608fb96 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -5,7 +5,7 @@ articles: countries: countries.html visualise_age: visualise_age.html visualise_contact: visualise_contact.html -last_built: 2024-09-25T21:02Z +last_built: 2024-09-26T07:23Z urls: reference: https://bisaloo.github.io/contactdata/reference article: https://bisaloo.github.io/contactdata/articles diff --git a/reference/age_df_countries.html b/reference/age_df_countries.html index b07fe9d..a39f782 100644 --- a/reference/age_df_countries.html +++ b/reference/age_df_countries.html @@ -17,7 +17,7 @@ contactdata - 1.0.0.9000 + 1.1.0.9000
@@ -60,7 +60,7 @@
diff --git a/reference/contact_df_countries.html b/reference/contact_df_countries.html index 614a2c9..84668ca 100644 --- a/reference/contact_df_countries.html +++ b/reference/contact_df_countries.html @@ -17,7 +17,7 @@ contactdata - 1.0.0.9000 + 1.1.0.9000
@@ -60,7 +60,7 @@
diff --git a/reference/contact_matrix.html b/reference/contact_matrix.html index 48f77e3..2f0fb7a 100644 --- a/reference/contact_matrix.html +++ b/reference/contact_matrix.html @@ -17,7 +17,7 @@ contactdata - 1.0.0.9000 + 1.1.0.9000
@@ -60,7 +60,7 @@
diff --git a/reference/contactdata-package.html b/reference/contactdata-package.html index 1a7a3a3..ac08095 100644 --- a/reference/contactdata-package.html +++ b/reference/contactdata-package.html @@ -20,7 +20,7 @@ contactdata - 1.0.0.9000 + 1.1.0.9000
@@ -63,7 +63,7 @@
diff --git a/reference/index.html b/reference/index.html index 4dcfd0e..afd9d99 100644 --- a/reference/index.html +++ b/reference/index.html @@ -17,7 +17,7 @@ contactdata - 1.0.0.9000 + 1.1.0.9000
diff --git a/reference/list_countries.html b/reference/list_countries.html index f332a93..b6efb47 100644 --- a/reference/list_countries.html +++ b/reference/list_countries.html @@ -17,7 +17,7 @@ contactdata - 1.0.0.9000 + 1.1.0.9000
@@ -60,7 +60,7 @@