mirror of
https://github.com/msberends/AMR.git
synced 2025-01-24 04:24:34 +01:00
website update
This commit is contained in:
parent
af205e2705
commit
8d1679bab3
14
.github/workflows/website.yaml
vendored
14
.github/workflows/website.yaml
vendored
@ -42,15 +42,21 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
steps:
|
steps:
|
||||||
# Set up R (current stable version) and developer tools
|
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
# this is to keep timestamps, the default fetch-depth: 1 gets the timestamps of the moment of cloning
|
||||||
|
fetch-depth: 0
|
||||||
|
|
||||||
- uses: r-lib/actions/setup-pandoc@v2
|
- uses: r-lib/actions/setup-pandoc@v2
|
||||||
|
|
||||||
- name: Set up R
|
- name: Set up R
|
||||||
uses: r-lib/actions/setup-r@v2
|
uses: r-lib/actions/setup-r@v2
|
||||||
with:
|
with:
|
||||||
r-version: "release"
|
r-version: "release"
|
||||||
# use RStudio Package Manager (RSPM) to quickly install packages
|
# use RStudio Package Manager (RSPM) to quickly install packages
|
||||||
use-public-rspm: true
|
use-public-rspm: true
|
||||||
|
|
||||||
- name: Set up R dependencies
|
- name: Set up R dependencies
|
||||||
uses: r-lib/actions/setup-r-dependencies@v2
|
uses: r-lib/actions/setup-r-dependencies@v2
|
||||||
with:
|
with:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Package: AMR
|
Package: AMR
|
||||||
Version: 1.8.2.9046
|
Version: 1.8.2.9047
|
||||||
Date: 2022-11-10
|
Date: 2022-11-12
|
||||||
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)
|
||||||
data analysis and to work with microbial and antimicrobial properties by
|
data analysis and to work with microbial and antimicrobial properties by
|
||||||
|
Loading…
Reference in New Issue
Block a user