Skip to content

Commit

Permalink
Re-build README.Rmd before pkgdown
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 26, 2023
1 parent ce443a8 commit 032b86e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Options:
``` r
bio::check_installed_programs()
## ✔ Program R (4.3.1) is installed (recommended >= 4.3.1).
## ✖ Program RStudio is not installed or is not running.
## ✖ Program RStudio is not installed or is not running.
## ✔ Tool Quarto (1.4.268) is installed (recommended >= 1.3.336).
## ✔ Tool Rtools is installed.
```
Expand Down Expand Up @@ -149,13 +149,13 @@ Details

``` r
bio::check_packages_by_topic("mini")
## ℹ Reading list 'mini'
## ℹ Reading list 'mini'
## ✔ Minimal required versions of all 19 packages (from list 'mini') are already installed.
```

``` r
bio::check_packages_by_topic("mini", include = "newer_on_cran")
## ℹ Reading list 'mini'
## ℹ Reading list 'mini'
## ✔ Minimal required versions of all 19 packages (from list 'mini') are already installed.
## ℹ Note: 1 package has newer version on CRAN.
```
Expand All @@ -176,9 +176,9 @@ Check if there are updates for **bio** or its dependency packages.
``` r
bio::check_updates_pkg_bio()
## ℹ Analyzing dependencies of package bio
##
##
## [... truncated ...]
##
##
## ✔ Minimal required versions of all 26 packages (from list 'bio') are already installed.
```

Expand Down Expand Up @@ -213,7 +213,7 @@ Install improved Lithuanian dictionary.

``` r
bio::rstudio_install_spellcheck_dictionary_lt()
## ✔ lt_LT dictionary installed.
## ✔ lt_LT dictionary installed.
## 'C:/Users/ViG/AppData/Roaming/RStudio/dictionaries/languages-system/lt_LT.dic'
```

Expand Down Expand Up @@ -336,7 +336,7 @@ snippets::install_snippets_from_package("snippets", backup = TRUE)
## 'C:/Users/User/AppData/Roaming/RStudio/snippets/markdown.snippets'
## ✔ File with r snippets was updated:
## 'C:/Users/User/AppData/Roaming/RStudio/snippets/r.snippets'
##
##
## ℹ You will be able to use the snippets after RStudio is closed and reopened.
```

Expand Down

0 comments on commit 032b86e

Please sign in to comment.