From 2b90e96fb9a7ef6dd3ed133bbdea82774be247f1 Mon Sep 17 00:00:00 2001 From: "R.Andres Castaneda" Date: Mon, 12 Apr 2021 23:03:33 -0400 Subject: [PATCH] update site to version 0.1.1 --- NEWS.md | 12 +++++++++--- docs/404.html | 2 +- docs/LICENSE-text.html | 2 +- docs/LICENSE.html | 2 +- docs/articles/advanced-use.html | 2 +- docs/articles/general-use.html | 2 +- docs/articles/index.html | 2 +- docs/authors.html | 2 +- docs/index.html | 2 +- docs/news/index.html | 27 ++++++++++++++------------- docs/pkgdown.yml | 2 +- docs/reference/freq_table.html | 2 +- docs/reference/index.html | 2 +- docs/reference/is_id.html | 2 +- docs/reference/merge.html | 2 +- docs/reference/x1.html | 2 +- docs/reference/x2.html | 2 +- docs/reference/x3.html | 2 +- docs/reference/x4.html | 2 +- docs/reference/y1.html | 2 +- docs/reference/y2.html | 2 +- docs/reference/y3.html | 2 +- docs/reference/y4.html | 2 +- 23 files changed, 44 insertions(+), 37 deletions(-) diff --git a/NEWS.md b/NEWS.md index aa203160..92332e70 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,8 +1,14 @@ -# joyn 0.1.1 +## joyn 0.1.1 -# joyn 0.1.0 +* Add function `is_id()` to check whether the table is uniquely identified by +key variables + +* Add function `freq_table()` as a substitute for janitor::tabyl. This makes it +more convenient for users who do not have janitor installed. + +## joyn 0.1.0 Fix bug on `by` argument when using "=" or "==". -# joyn 0.0.1 +## joyn 0.0.1 First Public release diff --git a/docs/404.html b/docs/404.html index 0fba6db4..4fe6a85e 100644 --- a/docs/404.html +++ b/docs/404.html @@ -71,7 +71,7 @@ joyn - 0.1.0.9005 + 0.1.1 diff --git a/docs/LICENSE-text.html b/docs/LICENSE-text.html index fe809035..652bf394 100644 --- a/docs/LICENSE-text.html +++ b/docs/LICENSE-text.html @@ -71,7 +71,7 @@ joyn - 0.1.0.9005 + 0.1.1 diff --git a/docs/LICENSE.html b/docs/LICENSE.html index b70984f5..9d521382 100644 --- a/docs/LICENSE.html +++ b/docs/LICENSE.html @@ -71,7 +71,7 @@ joyn - 0.1.0.9005 + 0.1.1 diff --git a/docs/articles/advanced-use.html b/docs/articles/advanced-use.html index a7f4a7a5..57e3bf76 100644 --- a/docs/articles/advanced-use.html +++ b/docs/articles/advanced-use.html @@ -31,7 +31,7 @@ joyn - 0.1.0.9005 + 0.1.1 diff --git a/docs/articles/general-use.html b/docs/articles/general-use.html index 83eace2b..ee253d10 100644 --- a/docs/articles/general-use.html +++ b/docs/articles/general-use.html @@ -31,7 +31,7 @@ joyn - 0.1.0.9005 + 0.1.1 diff --git a/docs/articles/index.html b/docs/articles/index.html index 08161573..fcb52afe 100644 --- a/docs/articles/index.html +++ b/docs/articles/index.html @@ -71,7 +71,7 @@ joyn - 0.1.0.9005 + 0.1.1 diff --git a/docs/authors.html b/docs/authors.html index f6fc504e..47a6b379 100644 --- a/docs/authors.html +++ b/docs/authors.html @@ -71,7 +71,7 @@ joyn - 0.1.0.9005 + 0.1.1 diff --git a/docs/index.html b/docs/index.html index 4d2d75d8..e0437214 100644 --- a/docs/index.html +++ b/docs/index.html @@ -31,7 +31,7 @@ joyn - 0.1.0.9005 + 0.1.1 diff --git a/docs/news/index.html b/docs/news/index.html index a5c255a3..b68f9ceb 100644 --- a/docs/news/index.html +++ b/docs/news/index.html @@ -71,7 +71,7 @@ joyn - 0.1.0.9005 + 0.1.1 @@ -129,21 +129,22 @@

Changelog

Source: NEWS.md -
-

-joyn (development version) Unreleased -

+
+

+joyn 0.1.1

+
    +
  • Add function is_id() to check whether the table is uniquely identified by key variables

  • +
  • Add function freq_table() as a substitute for janitor::tabyl. This makes it more convenient for users who do not have janitor installed.

  • +
-
-

-joyn 0.1.0 Unreleased -

+
+

+joyn 0.1.0

Fix bug on by argument when using “=” or “==”.

-
-

-joyn 0.0.1 2021-04-02 -

+
+

+joyn 0.0.1

First Public release

diff --git a/docs/pkgdown.yml b/docs/pkgdown.yml index d419972e..05912639 100644 --- a/docs/pkgdown.yml +++ b/docs/pkgdown.yml @@ -4,5 +4,5 @@ pkgdown_sha: ~ articles: advanced-use: advanced-use.html general-use: general-use.html -last_built: 2021-04-13T02:35Z +last_built: 2021-04-13T02:59Z diff --git a/docs/reference/freq_table.html b/docs/reference/freq_table.html index e2057082..7ab6e758 100644 --- a/docs/reference/freq_table.html +++ b/docs/reference/freq_table.html @@ -73,7 +73,7 @@ joyn - 0.1.0.9005 + 0.1.1
diff --git a/docs/reference/index.html b/docs/reference/index.html index 7ea0fadc..85bb3e1f 100644 --- a/docs/reference/index.html +++ b/docs/reference/index.html @@ -71,7 +71,7 @@ joyn - 0.1.0.9005 + 0.1.1
diff --git a/docs/reference/is_id.html b/docs/reference/is_id.html index 30bfe022..7b3f8c7d 100644 --- a/docs/reference/is_id.html +++ b/docs/reference/is_id.html @@ -72,7 +72,7 @@ joyn - 0.1.0.9005 + 0.1.1 diff --git a/docs/reference/merge.html b/docs/reference/merge.html index 9cdc19d5..7ba901e3 100644 --- a/docs/reference/merge.html +++ b/docs/reference/merge.html @@ -72,7 +72,7 @@ joyn - 0.1.0.9005 + 0.1.1 diff --git a/docs/reference/x1.html b/docs/reference/x1.html index 72e984f3..f623130d 100644 --- a/docs/reference/x1.html +++ b/docs/reference/x1.html @@ -72,7 +72,7 @@ joyn - 0.1.0.9005 + 0.1.1 diff --git a/docs/reference/x2.html b/docs/reference/x2.html index cc3502a1..46b98081 100644 --- a/docs/reference/x2.html +++ b/docs/reference/x2.html @@ -72,7 +72,7 @@ joyn - 0.1.0.9005 + 0.1.1 diff --git a/docs/reference/x3.html b/docs/reference/x3.html index 1fdf2d7c..e2126c64 100644 --- a/docs/reference/x3.html +++ b/docs/reference/x3.html @@ -72,7 +72,7 @@ joyn - 0.1.0.9005 + 0.1.1 diff --git a/docs/reference/x4.html b/docs/reference/x4.html index b291343d..a24e7e5a 100644 --- a/docs/reference/x4.html +++ b/docs/reference/x4.html @@ -72,7 +72,7 @@ joyn - 0.1.0.9005 + 0.1.1 diff --git a/docs/reference/y1.html b/docs/reference/y1.html index aa36fcc6..35c35de0 100644 --- a/docs/reference/y1.html +++ b/docs/reference/y1.html @@ -72,7 +72,7 @@ joyn - 0.1.0.9005 + 0.1.1 diff --git a/docs/reference/y2.html b/docs/reference/y2.html index ed9176e4..c9593350 100644 --- a/docs/reference/y2.html +++ b/docs/reference/y2.html @@ -72,7 +72,7 @@ joyn - 0.1.0.9005 + 0.1.1 diff --git a/docs/reference/y3.html b/docs/reference/y3.html index 8c7b2033..26b2b4ef 100644 --- a/docs/reference/y3.html +++ b/docs/reference/y3.html @@ -72,7 +72,7 @@ joyn - 0.1.0.9005 + 0.1.1 diff --git a/docs/reference/y4.html b/docs/reference/y4.html index e96f0f18..9a24d33a 100644 --- a/docs/reference/y4.html +++ b/docs/reference/y4.html @@ -72,7 +72,7 @@ joyn - 0.1.0.9005 + 0.1.1