From 5449bf11262b6932ea66fa6a6f625602ef14a2f7 Mon Sep 17 00:00:00 2001 From: tiagomaie Date: Wed, 13 Dec 2023 12:16:03 +0100 Subject: [PATCH] updt docs --- DESCRIPTION | 4 ++-- README.Rmd | 3 ++- README.md | 17 +++++++++-------- docs/404.html | 2 +- docs/LICENSE.html | 2 +- docs/articles/index.html | 2 +- docs/authors.html | 6 +++--- docs/index.html | 20 ++++++++++---------- docs/pkgdown.yml | 2 +- docs/reference/index.html | 2 +- docs/search.json | 2 +- 11 files changed, 32 insertions(+), 30 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index e8e5d4d..8d2e484 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,8 +2,8 @@ Type: Package Package: CimpleG Title: CimpleG - Individual/Single CpG sites For Classification and Deconvolution -Version: 0.0.5.9023 -Date: 2023-12-12 +Version: 0.0.5.9024 +Date: 2023-12-13 Authors@R: person("Tiago", "F.V. Maié", , "tiagomaie@hotmail.com", role = c("aut", "cre")) Maintainer: Tiago Maié diff --git a/README.Rmd b/README.Rmd index 0c60af5..c58df54 100644 --- a/README.Rmd +++ b/README.Rmd @@ -18,7 +18,8 @@ knitr::opts_chunk$set( CimpleG, an R package to find (small) CpG signatures. -`r badger::badge_github_actions()` +`r badger::badge_github_actions("CostaLab/CimpleG")` +`r badger::badge_devel("CostaLab/CimpleG", "green")` `r badger::badge_doi("10.1186/s13059-023-03000-0", "blue")` ## Installation diff --git a/README.md b/README.md index bc6b27c..ed37235 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ CimpleG, an R package to find (small) CpG signatures. [![R build status](https://github.com/CostaLab/CimpleG/workflows/R-CMD-check/badge.svg)](https://github.com/CostaLab/CimpleG/actions) +[![](https://img.shields.io/badge/devel%20version-0.0.5.9024-green.svg)](https://github.com/CostaLab/CimpleG) [![](https://img.shields.io/badge/doi-10.1186/s13059--023--03000--0-blue.svg)](https://doi.org/10.1186/s13059-023-03000-0) ## Installation @@ -186,10 +187,10 @@ cimpleg_hyper <- CimpleG( "fibroblasts" ) ) -#> Training for target 'neurons' with 'CimpleG' has finished.: 0.448 sec elapsed -#> Training for target 'glia' with 'CimpleG' has finished.: 0.518 sec elapsed -#> Training for target 'blood_cells' with 'CimpleG' has finished.: 0.571 sec elapsed -#> Training for target 'fibroblasts' with 'CimpleG' has finished.: 0.689 sec elapsed +#> Training for target 'neurons' with 'CimpleG' has finished.: 0.407 sec elapsed +#> Training for target 'glia' with 'CimpleG' has finished.: 0.55 sec elapsed +#> Training for target 'blood_cells' with 'CimpleG' has finished.: 0.373 sec elapsed +#> Training for target 'fibroblasts' with 'CimpleG' has finished.: 0.514 sec elapsed deconv_hyper <- run_deconvolution( cpg_obj = cimpleg_hyper, @@ -212,10 +213,10 @@ cimpleg_3sigs <- CimpleG( "fibroblasts" ) ) -#> Training for target 'neurons' with 'CimpleG' has finished.: 0.67 sec elapsed -#> Training for target 'glia' with 'CimpleG' has finished.: 0.433 sec elapsed -#> Training for target 'blood_cells' with 'CimpleG' has finished.: 0.452 sec elapsed -#> Training for target 'fibroblasts' with 'CimpleG' has finished.: 0.433 sec elapsed +#> Training for target 'neurons' with 'CimpleG' has finished.: 0.611 sec elapsed +#> Training for target 'glia' with 'CimpleG' has finished.: 0.614 sec elapsed +#> Training for target 'blood_cells' with 'CimpleG' has finished.: 0.703 sec elapsed +#> Training for target 'fibroblasts' with 'CimpleG' has finished.: 0.431 sec elapsed deconv_3sigs <- run_deconvolution( cpg_obj = cimpleg_3sigs, diff --git a/docs/404.html b/docs/404.html index ae6ce92..87971f6 100644 --- a/docs/404.html +++ b/docs/404.html @@ -31,7 +31,7 @@ CimpleG - 0.0.5.9023 + 0.0.5.9024