Skip to content

Commit

Permalink
Merge pull request #32 from mokymai/devel
Browse files Browse the repository at this point in the history
Small updates
  • Loading branch information
GegznaV committed Apr 23, 2023
2 parents b816cf4 + eb827d4 commit 6acd975
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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 BS-2023
Version: 0.2.2
Date: 2023-01-30
Version: 0.2.2.1
Date: 2023-04-23
Authors@R:
person("Vilmantas", "Gegzna", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-9500-5167"),
Expand Down
2 changes: 1 addition & 1 deletion R/programs.R
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ check_program_version <- function(name = "", v_installed = NULL,


# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
check_r_version <- function(v_recommended = "4.2.1",
check_r_version <- function(v_recommended = "4.3.0",
skip_online_check = FALSE) {

check_program_version(
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ Package ***bio***
<!-- badges: start -->

[![GitHub
version](https://img.shields.io/badge/GitHub-0.2.2-brightgreen.svg)](https://github.com/mokymai/bio)
version](https://img.shields.io/badge/GitHub-0.2.2.1-brightgreen.svg)](https://github.com/mokymai/bio)
[![R-CMD-check](https://github.com/mokymai/bio/workflows/R-CMD-check/badge.svg)](https://github.com/mokymai/bio/actions)
[![Updated-on](https://img.shields.io/badge/Updated%20on-2023--01--30-yellowgreen.svg)](/commits/master)
[![Updated-on](https://img.shields.io/badge/Updated%20on-2023--04--23-yellowgreen.svg)](/commits/master)
[![Lifecycle:
experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)
<!-- badges: end -->
Expand Down
6 changes: 3 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: 2023-01-22
date: 2023-04-23
notes: ""


Expand All @@ -10,6 +10,6 @@ notes: ""
# This text must be in line 10 -----------------------------------------------
program | required_version | ignore | notes_version
R | 4.2.2 | FALSE |
RStudio | 2022.12.0 | FALSE | For 32-bit systems v 1.1.463
Quarto | 1.2.313 | FALSE |
RStudio | 2023.03.0 | FALSE | For 32-bit systems v 1.1.463
Quarto | 1.3.336 | FALSE |

0 comments on commit 6acd975

Please sign in to comment.