Skip to content

Commit

Permalink
v0.2.5
Browse files Browse the repository at this point in the history
Merge pull request #36 from mokymai/devel
  • Loading branch information
GegznaV committed May 27, 2024
2 parents a6229cd + 26a1391 commit 0ba2209
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: bio
Type: Package
Title: Resources Manager for R, RStudio and Related Software
Version: 0.2.4
Date: 2024-12-08
Version: 0.2.5
Date: 2024-05-27
Authors@R:
person("Vilmantas", "Gegzna", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-9500-5167"),
Expand All @@ -18,7 +18,7 @@ Language: en-US
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
RoxygenNote: 7.2.3
Additional_repositories:
https://mokymai.github.io/download/
Imports:
Expand Down
2 changes: 1 addition & 1 deletion R/dictionaries.R
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ open_rstudio_internal_dictionaries_dir <- function() {

rstudio_install_spellcheck_dictionaries <- function(secure = TRUE) {

if (rstudioapi::isAvailable(version_needed = 1.3)) {
if (rstudioapi::isAvailable(version_needed = "1.3")) {
dic_dir <- get_path_rstudio_config_dir("dictionaries/languages-system")
.rs.downloadAllDictionaries(targetDir = dic_dir, secure = secure)
} else {
Expand Down
8 changes: 4 additions & 4 deletions inst/install-r/pkgs-required-version.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Minimal required versions of packages"
date: 2023-08-08
date: 2024-05-27
notes: ""


Expand All @@ -12,8 +12,8 @@ package | required_version | ignore | notes_version
addin.tools | 0.0.10 | FALSE | -
addins.rmd | 0.0.14 | FALSE | -
addins.rs | 0.0.12 | FALSE | -
backup.tools | 0.0.1 | FALSE | -
bio | 0.2.2 | FALSE | -
backup.tools | 0.0.3 | FALSE | -
bio | 0.2.5 | FALSE | -
BiocManager | 1.30.20 | FALSE | -
blogdown | 1.9 | FALSE | -
bookdown | 0.32 | FALSE | -
Expand All @@ -40,7 +40,7 @@ fs | 1.5.2 | FALSE | -
ggforce | 0.4.1 | FALSE | -
gghighlight | 0.4.0 | FALSE | -
ggmosaic | 0.3.3 | FALSE | -
ggplot2 | 3.4.2 | FALSE | -
ggplot2 | 3.5.1 | FALSE | -
ggpubr | 0.6.0 | FALSE | -
ggstatsplot | 0.10. | FALSE | -
ggtext | 0.1.1 | FALSE | -
Expand Down
7 changes: 4 additions & 3 deletions inst/install-r/programs-required-version.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Minimal required versions of programs"
date: 2024-02-08
date: 2024-05-27
notes: ""


Expand All @@ -9,7 +9,8 @@ notes: ""
---
# This text must be in line 10 -----------------------------------------------
program | required_version | ignore | notes_version
R | 4.3.2 | FALSE |
R | 4.3.3 | FALSE |
RStudio | 2023.12.1 | FALSE | For 32-bit systems v 1.1.463
Quarto | 1.4.549 | FALSE |
Quarto | 1.4.554 | FALSE |


1 change: 0 additions & 1 deletion inst/rs-settings/rstudio-prefs--rstudio-default.json
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,6 @@
"ui_language" : "en",
"use_dataimport" : true,
"use_devtools" : true,
"use_internet2" : true,
"use_newlines_in_makefiles" : true,
"use_publish_ca_bundle" : false,
"use_roxygen" : false,
Expand Down

0 comments on commit 0ba2209

Please sign in to comment.