1
0
mirror of https://github.com/msberends/AMR.git synced 2025-02-22 18:30:07 +01:00

(v2.1.1.9137) examples fix

This commit is contained in:
dr. M.S. (Matthijs) Berends 2025-01-31 16:28:06 +01:00
parent 22afd918e6
commit ecc4e25e75
No known key found for this signature in database
9 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
Package: AMR
Version: 2.1.1.9136
Version: 2.1.1.9137
Date: 2025-01-31
Title: Antimicrobial Resistance Data Analysis
Description: Functions to simplify and standardise antimicrobial resistance (AMR)

View File

@ -1,4 +1,4 @@
# AMR 2.1.1.9136
# AMR 2.1.1.9137
*(this beta version will eventually become v3.0. We're happy to reach a new major milestone soon, which will be all about the new One Health support! Install this beta using [the instructions here](https://msberends.github.io/AMR/#latest-development-version).)*

View File

@ -1,6 +1,6 @@
Metadata-Version: 2.2
Name: AMR
Version: 2.1.1.9136
Version: 2.1.1.9137
Summary: A Python wrapper for the AMR R package
Home-page: https://github.com/msberends/AMR
Author: Matthijs Berends

Binary file not shown.

Binary file not shown.

View File

@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup(
name='AMR',
version='2.1.1.9136',
version='2.1.1.9137',
packages=find_packages(),
install_requires=[
'rpy2',

View File

@ -1173,7 +1173,7 @@ has_colour <- function() {
# disable on emacs, which only supports 8 colours
return(FALSE)
}
has_color <- import_fn("has_color", "crayon")
has_color <- import_fn("has_color", "crayon", error_on_fail = FALSE)
!is.null(has_color) && isTRUE(has_color())
}

View File

@ -1,6 +1,6 @@
This knowledge base contains all context you must know about the AMR package for R. You are a GPT trained to be an assistant for the AMR package in R. You are an incredible R specialist, especially trained in this package and in the tidyverse.
First and foremost, you are trained on version 2.1.1.9136. Remember this whenever someone asks which AMR package version youre at.
First and foremost, you are trained on version 2.1.1.9137. Remember this whenever someone asks which AMR package version youre at.
Below are the contents of the file, the file, and all the files (documentation) in the package. Every file content is split using 100 hypens.
----------------------------------------------------------------------------------------------------