mirror of
https://github.com/msberends/AMR.git
synced 2024-12-25 18:06:12 +01:00
(v1.6.0.9032) unit tests
This commit is contained in:
parent
d8c91d5876
commit
86736ab9a7
6
.github/workflows/check.yaml
vendored
6
.github/workflows/check.yaml
vendored
@ -108,6 +108,12 @@ jobs:
|
||||
run: |
|
||||
sudo apt install -y libssl-dev pandoc pandoc-citeproc libxml2-dev libicu-dev libcurl4-openssl-dev
|
||||
|
||||
- name: Install AMR package
|
||||
if: always()
|
||||
run: |
|
||||
R CMD install data-raw/AMR_latest.tar.gz
|
||||
shell: bash
|
||||
|
||||
- name: Update package dependencies
|
||||
run: |
|
||||
source("data-raw/_install_deps.R")
|
||||
|
@ -1,5 +1,5 @@
|
||||
Package: AMR
|
||||
Version: 1.6.0.9031
|
||||
Version: 1.6.0.9032
|
||||
Date: 2021-05-15
|
||||
Title: Antimicrobial Resistance Data Analysis
|
||||
Authors@R: c(
|
||||
|
2
NEWS.md
2
NEWS.md
@ -1,4 +1,4 @@
|
||||
# `AMR` 1.6.0.9031
|
||||
# `AMR` 1.6.0.9032
|
||||
## <small>Last updated: 15 May 2021</small>
|
||||
|
||||
### New
|
||||
|
@ -23,7 +23,7 @@
|
||||
# how to conduct AMR data analysis: https://msberends.github.io/AMR/ #
|
||||
# ==================================================================== #
|
||||
|
||||
pkg_suggests <- trimws(unlist(strsplit(packageDescription("AMR")$Suggests, ",(\n)?")))
|
||||
pkg_suggests <- AMR:::trimws(unlist(strsplit(packageDescription("AMR")$Suggests, ",(\n)?")))
|
||||
|
||||
to_install <- pkg_suggests[!pkg_suggests %in% rownames(utils::installed.packages())]
|
||||
to_update <- as.data.frame(old.packages(), stringsAsFactors = FALSE)
|
||||
|
Loading…
Reference in New Issue
Block a user