From 1f994b82db24744a593945dd39ffccdec33fc5f3 Mon Sep 17 00:00:00 2001 From: the-mayer <32186106+the-mayer@users.noreply.github.com> Date: Thu, 12 Sep 2024 19:49:30 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20JRaviLab?= =?UTF-8?q?/MolEvolvR@75f5ab649ff1c359f31351f14fa6b0799715f846=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 4 ++-- pkgdown.yml | 2 +- reference/count_to_sunburst.html | 8 ++++---- search.json | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/index.html b/index.html index 6a1d61e5..4bbc317a 100644 --- a/index.html +++ b/index.html @@ -50,7 +50,7 @@ -

The MolEvolvR R-package provides a framework for characterizing proteins using molecular evolution and phylogeny. Check out our packagedown page here: jravilab.github.io/molevolvR

+

The MolEvolvR R-package provides a framework for characterizing proteins using molecular evolution and phylogeny. Check out our pkgdown page here: jravilab.github.io/MolEvolvR

Installation

@@ -62,7 +62,7 @@

InstallationBiocManager::install(version = "3.19") # Install Development Version of molevolvR -BiocManager::install("JRaviLab/MolEvolvR", auth_token = '<PersonalAccessToken>')

+BiocManager::install("JRaviLab/MolEvolvR")

Loading the package

diff --git a/pkgdown.yml b/pkgdown.yml index 434c9e5e..89934b65 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:32Z +last_built: 2024-09-12T19:49Z 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 d8487a8b..c591bf65 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)
- +