mirror of
https://github.com/msberends/AMR.git
synced 2024-12-25 17:26:12 +01:00
website update
This commit is contained in:
parent
d3000a9492
commit
5501cffbb0
2
.github/prehooks/pre-commit
vendored
2
.github/prehooks/pre-commit
vendored
@ -5,7 +5,7 @@ echo "Running pre-commit hook..."
|
||||
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
echo ">> Updating R documentation..."
|
||||
if command -v Rscript > /dev/null; then
|
||||
if [ "$(Rscript -e 'cat(all(c('"'roxygen2'"', '"'pkgload'"') %in% rownames(installed.packages())))')" -eq "TRUE" ]; then
|
||||
if [[ "$(Rscript -e 'cat(all(c('"'roxygen2'"', '"'pkgload'"') %in% rownames(installed.packages())))')" == "TRUE" ]]; then
|
||||
Rscript -e "suppressMessages(roxygen2::roxygenise())"
|
||||
currentpkg=`Rscript -e "cat(pkgload::pkg_name())"`
|
||||
git add man/*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Package: AMR
|
||||
Version: 1.8.1.9024
|
||||
Version: 1.8.1.9025
|
||||
Date: 2022-08-25
|
||||
Title: Antimicrobial Resistance Data Analysis
|
||||
Description: Functions to simplify and standardise antimicrobial resistance (AMR)
|
||||
|
Loading…
Reference in New Issue
Block a user