Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
patzaw committed Jan 7, 2024
1 parent 98398a2 commit f005dd6
Show file tree
Hide file tree
Showing 20 changed files with 131 additions and 129 deletions.
2 changes: 2 additions & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,15 +136,15 @@ figure
##################################@
### Saving the figure ----

\dontrun{
## Not run:
## Interactive html file
figure |> htmlwidgets::saveWidget(file="figure.html")

## PNG image
figure |>
set_bscui_options(show_menu = FALSE) |>
export_bscui_to_image(file="figure.png", zoom=2)
}
## End (Not run)
```

### Figures in Shiny
Expand Down
25 changes: 12 additions & 13 deletions docs/articles/bscui.html

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions docs/articles/web_only/SVG-examples.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/authors.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

117 changes: 59 additions & 58 deletions docs/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pkgdown_sha: ~
articles:
bscui: bscui.html
SVG-examples: web_only/SVG-examples.html
last_built: 2023-12-22T12:36Z
last_built: 2024-01-07T05:50Z
urls:
reference: https://patzaw.github.io/bscui/reference
article: https://patzaw.github.io/bscui/articles
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/bscui.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/reference/export_bscui_to_image.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/reference/set_bscui_attributes.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/reference/set_bscui_options.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/reference/set_bscui_selection.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/reference/set_bscui_styles.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/reference/set_bscui_ui_elements.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/search.json

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions inst/doc/bscui.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,9 @@ 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](https://rmarkdown.rstudio.com/) and [Quarto](https://quarto.org/)
documents applications.as well as [Shiny](https://shiny.posit.co/) applications,
allowing manipulation of elements and reporting actions performed on them.
documents, as well as [Shiny](https://shiny.posit.co/)
applications, allowing manipulation of elements and reporting actions
performed on them.

Here are the main features of 'bscui' figures:

Expand Down
25 changes: 12 additions & 13 deletions inst/doc/bscui.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion inst/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pkgdown_sha: ~
articles:
bscui: bscui.html
SVG-examples: web_only/SVG-examples.html
last_built: 2023-12-22T12:36Z
last_built: 2024-01-07T05:50Z
urls:
reference: https://patzaw.github.io/bscui/reference
article: https://patzaw.github.io/bscui/articles
Expand Down
5 changes: 3 additions & 2 deletions vignettes/bscui.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,9 @@ 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](https://rmarkdown.rstudio.com/) and [Quarto](https://quarto.org/)
documents applications.as well as [Shiny](https://shiny.posit.co/) applications,
allowing manipulation of elements and reporting actions performed on them.
documents, as well as [Shiny](https://shiny.posit.co/)
applications, allowing manipulation of elements and reporting actions
performed on them.

Here are the main features of 'bscui' figures:

Expand Down
25 changes: 12 additions & 13 deletions vignettes/bscui.html

Large diffs are not rendered by default.

0 comments on commit f005dd6

Please sign in to comment.