diff --git a/DESCRIPTION b/DESCRIPTION index f5867342..08b76421 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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"), @@ -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: diff --git a/R/dictionaries.R b/R/dictionaries.R index 17030bc7..396d9c18 100644 --- a/R/dictionaries.R +++ b/R/dictionaries.R @@ -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 { diff --git a/inst/install-r/pkgs-required-version.txt b/inst/install-r/pkgs-required-version.txt index e72e1056..221d41d8 100644 --- a/inst/install-r/pkgs-required-version.txt +++ b/inst/install-r/pkgs-required-version.txt @@ -1,6 +1,6 @@ --- title: "Minimal required versions of packages" -date: 2023-08-08 +date: 2024-05-27 notes: "" @@ -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 | - @@ -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 | - diff --git a/inst/install-r/programs-required-version.txt b/inst/install-r/programs-required-version.txt index 0df794f7..9710cf9f 100644 --- a/inst/install-r/programs-required-version.txt +++ b/inst/install-r/programs-required-version.txt @@ -1,6 +1,6 @@ --- title: "Minimal required versions of programs" -date: 2024-02-08 +date: 2024-05-27 notes: "" @@ -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 | + diff --git a/inst/rs-settings/rstudio-prefs--rstudio-default.json b/inst/rs-settings/rstudio-prefs--rstudio-default.json index 1b6b0947..9fa9447f 100644 --- a/inst/rs-settings/rstudio-prefs--rstudio-default.json +++ b/inst/rs-settings/rstudio-prefs--rstudio-default.json @@ -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,