From 48125724bafa2b4fe52052f664bae65ba15d8012 Mon Sep 17 00:00:00 2001 From: the-mayer <32186106+the-mayer@users.noreply.github.com> Date: Tue, 17 Sep 2024 15:39:56 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20JRaviLab?= =?UTF-8?q?/MolEvolvR@100279e35321e5e151fc7355996797a4779c3081=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CODE_OF_CONDUCT.html | 2 +- pkgdown.yml | 2 +- reference/count_to_sunburst.html | 8 ++++---- search.json | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CODE_OF_CONDUCT.html b/CODE_OF_CONDUCT.html index 2fd0f1f7..adcea581 100644 --- a/CODE_OF_CONDUCT.html +++ b/CODE_OF_CONDUCT.html @@ -64,7 +64,7 @@

Scope

Enforcement

-

Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at . All complaints will be reviewed and investigated promptly and fairly.

+

Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at . All complaints will be reviewed and investigated promptly and fairly.

All community leaders are obligated to respect the privacy and security of the reporter of any incident.

diff --git a/pkgdown.yml b/pkgdown.yml index 89934b65..f44f4275 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -2,7 +2,7 @@ pandoc: 3.1.11 pkgdown: 2.1.0 pkgdown_sha: ~ articles: {} -last_built: 2024-09-12T19:49Z +last_built: 2024-09-17T15:39Z urls: reference: https://jravilab.github.io/MolEvolvR/reference article: https://jravilab.github.io/MolEvolvR/articles diff --git a/reference/count_to_sunburst.html b/reference/count_to_sunburst.html index c591bf65..14b0f89a 100644 --- a/reference/count_to_sunburst.html +++ b/reference/count_to_sunburst.html @@ -90,21 +90,21 @@

Examples# sunburst plot count_to_sunburst(starwars_count)
- + # fill by group size count_to_sunburst(starwars_count, fill_by_n = TRUE)
- + # treemap plot, ordered by group size count_to_treemap(starwars_count, sort_by_n = TRUE)
- + # display al charchaters by homeworld starwars
%>% count(homeworld, name) %>% count_to_treemap(sort_by_n = TRUE)
- +