From 01507e8d71e24a8fdd0b249b1fd41b72ea7e30dc Mon Sep 17 00:00:00 2001 From: fangzhou-xie <45321577+fangzhou-xie@users.noreply.github.com> Date: Sun, 7 Jul 2024 18:12:39 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20fangzhou?= =?UTF-8?q?-xie/rethnicity@5ce3668b516913496fc4f78a7dc6f22d8687dbac=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- articles/introduction.html | 2 +- pkgdown.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/articles/introduction.html b/articles/introduction.html index 2cbc21a..4e8c1c2 100644 --- a/articles/introduction.html +++ b/articles/introduction.html @@ -182,7 +182,7 @@

Wait. I want to predict a milli p <- predict_ethnicity(firstnames = firstnames, lastnames = lastnames, threads = parallel::detectCores()-2) end_time <- Sys.time() end_time - start_time -#> Time difference of 0.5731044 secs +#> Time difference of 0.5785363 secs

Processing one thousand names only spent around 0.064 seconds for us. I would call this pretty fast.

For most use cases that I can imagine, the default setting diff --git a/pkgdown.yml b/pkgdown.yml index 466b6b4..398e700 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -4,4 +4,4 @@ pkgdown_sha: ~ articles: advanced_usage: advanced_usage.html introduction: introduction.html -last_built: 2024-07-07T18:10Z +last_built: 2024-07-07T18:12Z