mirror of
https://github.com/msberends/AMR.git
synced 2024-12-26 05:26:13 +01:00
unit test fix
This commit is contained in:
parent
e5e6d2200d
commit
3fc39198d0
2
.github/workflows/check-devel.yaml
vendored
2
.github/workflows/check-devel.yaml
vendored
@ -36,7 +36,7 @@ on:
|
|||||||
schedule:
|
schedule:
|
||||||
# run a schedule everyday at 1 AM.
|
# run a schedule everyday at 1 AM.
|
||||||
# this is to check that all dependencies are still available (see R/zzz.R)
|
# this is to check that all dependencies are still available (see R/zzz.R)
|
||||||
cron: '0 1 * * *'
|
- cron: '0 1 * * *'
|
||||||
|
|
||||||
name: check-devel
|
name: check-devel
|
||||||
|
|
||||||
|
2
.github/workflows/check-release.yaml
vendored
2
.github/workflows/check-release.yaml
vendored
@ -34,7 +34,7 @@ on:
|
|||||||
schedule:
|
schedule:
|
||||||
# run a schedule everyday at 1 AM.
|
# run a schedule everyday at 1 AM.
|
||||||
# this is to check that all dependencies are still available (see R/zzz.R)
|
# this is to check that all dependencies are still available (see R/zzz.R)
|
||||||
cron: '0 1 * * *'
|
- cron: '0 1 * * *'
|
||||||
|
|
||||||
name: check-release
|
name: check-release
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Package: AMR
|
Package: AMR
|
||||||
Version: 1.8.2.9019
|
Version: 1.8.2.9020
|
||||||
Date: 2022-10-18
|
Date: 2022-10-18
|
||||||
Title: Antimicrobial Resistance Data Analysis
|
Title: Antimicrobial Resistance Data Analysis
|
||||||
Description: Functions to simplify and standardise antimicrobial resistance (AMR)
|
Description: Functions to simplify and standardise antimicrobial resistance (AMR)
|
||||||
|
Loading…
Reference in New Issue
Block a user