Skip to content

Commit

Permalink
v0.2.8
Browse files Browse the repository at this point in the history
Merge pull request #40 from mokymai/devel
  • Loading branch information
GegznaV authored Nov 4, 2024
2 parents a0cbf75 + a8a727c commit 67af131
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 16 deletions.
4 changes: 2 additions & 2 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.7
Date: 2024-09-04
Version: 0.2.8
Date: 2024-11-04
Authors@R:
person("Vilmantas", "Gegzna", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-9500-5167"),
Expand Down
17 changes: 8 additions & 9 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: 2024-09-04
date: 2024-11-04
notes: ""


Expand All @@ -13,26 +13,25 @@ addin.tools | 0.0.10 | FALSE | -
addins.rmd | 0.0.14 | FALSE | -
addins.rs | 0.0.12 | FALSE | -
backup.tools | 0.0.3 | FALSE | -
bio | 0.2.7 | FALSE | -
bio | 0.2.8 | FALSE | -
BiocManager | 1.30.20 | FALSE | -
blogdown | 1.9 | FALSE | -
bookdown | 0.32 | FALSE | -
broom | 1.0.4 | FALSE | -
bslib | 0.4.0 | FALSE | -
car | 3.1-0 | FALSE | Rcmdr
chemCal | 0.2.3 | FALSE | -
citr | 0.3.2 | TRUE | -
correlation | 0.8.1 | FALSE | -
cowplot | 1.1.1 | FALSE | -
data.table | 1.16.0 | FALSE | -
DescTools | 0.99.56 | FALSE | -
DescTools | 0.99.57 | FALSE | -
devtools | 2.4.4 | FALSE | -
dplyr | 1.1.4 | FALSE | -
DT | 0.28 | FALSE | -
effects | 4.2-2 | FALSE | Rcmdr
effectsize | 0.7.0 | FALSE | -
effsize | 0.8.1 | FALSE | -
esquisse | 1.1.2 | FALSE | -
esquisse | 2.0.1 | FALSE | -
factoextra | 1.0.7 | FALSE | -
flextable | 0.7.2 | FALSE | -
forcats | 1.0.0 | FALSE | -
Expand All @@ -45,7 +44,7 @@ ggpubr | 0.6.0 | FALSE | -
ggstatsplot | 0.10. | FALSE | -
ggtext | 0.1.1 | FALSE | -
glue | 1.6.2 | FALSE | -
gt | 0.8.0 | FALSE | -
gt | 0.11.1 | FALSE | -
gtsummary | 1.7.2 | FALSE | -
haven | 2.5.0 | FALSE | -
hms | 1.1.1 | FALSE | -
Expand All @@ -63,18 +62,18 @@ mlr3 | 0.13.4 | FALSE | -
mlr3verse | 0.2.5 | FALSE | -
mlr | 2.19.0 | FALSE | -
multcomp | 1.4-19 | FALSE | Rcmdr
officer | 0.4.3 | FALSE | -
officer | 0.6.7 | FALSE | -
openxlsx | 4.2.5 | FALSE | -
pander | 0.6.5 | FALSE | -
patchwork | 1.1.2 | FALSE | -
pkgdown | 2.0.6 | FALSE | -
plotly | 4.9.4.1 | FALSE | -
purrr | 0.3.4 | FALSE | -
qqplotr | 0.0.6 | FALSE | -
quarto | 1.2 | FALSE | -
quarto | 1.4.4 | FALSE | -
Rcmdr | 2.8-1 | FALSE | -
RcmdrMisc | 2.7-2 | FALSE | -
RcmdrPlugin.biostat | 0.0.70 | FALSE | -
RcmdrPlugin.biostat | 0.0.77 | FALSE | -
RcmdrPlugin.EZR.as.menu | 1.55 | FALSE | -
rcrossref | 1.1.0 | FALSE | -
readr | 2.1.3 | FALSE | -
Expand Down
4 changes: 2 additions & 2 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-08-30
date: 2024-11-04
notes: ""


Expand All @@ -10,7 +10,7 @@ notes: ""
# This text must be in line 10 -----------------------------------------------
program | required_version | ignore | notes_version
R | 4.4.1 | FALSE |
RStudio | 2024.04.2 | FALSE | For 32-bit systems v 1.1.463
RStudio | 2024.09.0 | FALSE | For 32-bit systems v 1.1.463
Quarto | 1.5.57 | FALSE |


6 changes: 3 additions & 3 deletions inst/rs-settings/rstudio-prefs--bio-default.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"publish_ca_bundle" : "",
"publish_check_certificates" : true,
"python_project_environment_automatic_activate": true,
"rainbow_fenced_divs" : false,
"rainbow_fenced_divs" : true,
"rainbow_parentheses" : true,
"real_time_spellchecking" : true,
"reduced_motion" : false,
Expand Down Expand Up @@ -164,7 +164,7 @@
"show_memory_usage" : true,
"show_panel_focus_rectangle" : true,
"show_publish_diagnostics" : false,
"show_rmd_render_command" : false,
"show_rmd_render_command" : true,
"show_terminal_tab" : true,
"show_user_home_page" : "sessions",
"soft_wrap_r_files" : false,
Expand Down Expand Up @@ -223,6 +223,6 @@
"warn_if_no_such_variable_in_scope" : true,
"warn_variable_defined_but_not_used" : true,
"windows_terminal_shell" : "win-git-bash",
"wrap_tab_navigation" : true
"wrap_tab_navigation" : false
}

0 comments on commit 67af131

Please sign in to comment.