From f005dd67d599c6373a07c4f9dc4f63c792ff868a Mon Sep 17 00:00:00 2001 From: Patrice Godard Date: Sun, 7 Jan 2024 06:56:15 +0100 Subject: [PATCH] typos --- README.Rmd | 2 + README.md | 4 +- docs/articles/bscui.html | 25 +++-- docs/articles/web_only/SVG-examples.html | 14 +-- docs/authors.html | 4 +- docs/index.html | 117 +++++++++++----------- docs/pkgdown.yml | 2 +- docs/reference/bscui.html | 4 +- docs/reference/export_bscui_to_image.html | 4 +- docs/reference/set_bscui_attributes.html | 4 +- docs/reference/set_bscui_options.html | 4 +- docs/reference/set_bscui_selection.html | 4 +- docs/reference/set_bscui_styles.html | 4 +- docs/reference/set_bscui_ui_elements.html | 4 +- docs/search.json | 2 +- inst/doc/bscui.Rmd | 5 +- inst/doc/bscui.html | 25 +++-- inst/pkgdown.yml | 2 +- vignettes/bscui.Rmd | 5 +- vignettes/bscui.html | 25 +++-- 20 files changed, 131 insertions(+), 129 deletions(-) diff --git a/README.Rmd b/README.Rmd index 14a1ad5..c0c4e5a 100644 --- a/README.Rmd +++ b/README.Rmd @@ -92,6 +92,8 @@ from [SwissBioPics](https://www.swissbiopics.org/name/Animal_cell). ```{r, echo=FALSE, results='asis'} ec <- readLines(system.file("examples", "main-example.R", package = "bscui")) +ec <- sub("^[\\]dontrun[{]$", "## Not run:", ec) +ec <- sub("^[}]$", "## End (Not run)", ec) cat('```r', sep="\n") cat(ec, sep="\n") cat('```', sep="\n") diff --git a/README.md b/README.md index a353301..07cd4c6 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,7 @@ figure ##################################@ ### Saving the figure ---- -\dontrun{ +## Not run: ## Interactive html file figure |> htmlwidgets::saveWidget(file="figure.html") @@ -144,7 +144,7 @@ figure figure |> set_bscui_options(show_menu = FALSE) |> export_bscui_to_image(file="figure.png", zoom=2) -} +## End (Not run) ``` ### Figures in Shiny diff --git a/docs/articles/bscui.html b/docs/articles/bscui.html index 44212e4..99d6b6f 100644 --- a/docs/articles/bscui.html +++ b/docs/articles/bscui.html @@ -123,8 +123,7 @@

The aim of the ‘bscui’ R package is to render any SVG image as an interactive figure and convert identified elements into an actionable -interface. This figure can be seamlessly integrated into R Markdown and Quarto documents applications.as well as -Shiny applications, allowing +interface. This figure can be seamlessly integrated into R Markdown and Quarto documents, as well as Shiny applications, allowing manipulation of elements and reporting actions performed on them.

Here are the main features of ‘bscui’ figures: