1
0
mirror of https://github.com/msberends/AMR.git synced 2024-12-26 06:46:11 +01:00

(v2.1.1.9117) fix unit tests for old R versions

This commit is contained in:
dr. M.S. (Matthijs) Berends 2024-12-13 10:35:17 +01:00
parent 175a6777f3
commit bfef094bbc
No known key found for this signature in database
9 changed files with 6 additions and 6 deletions

View File

@ -112,7 +112,7 @@ jobs:
run: | run: |
cd .. cd ..
R CMD build AMR R CMD build AMR
R CMD check --as-cran --no-manual --run-donttest --run-dontrun AMR_*.tar.gz R CMD check --as-cran --no-manual --run-donttest AMR_*.tar.gz
shell: bash shell: bash
- name: Show tinytest output - name: Show tinytest output

View File

@ -1,5 +1,5 @@
Package: AMR Package: AMR
Version: 2.1.1.9116 Version: 2.1.1.9117
Date: 2024-12-13 Date: 2024-12-13
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)

View File

@ -1,4 +1,4 @@
# AMR 2.1.1.9116 # AMR 2.1.1.9117
*(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).)* *(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.1 Metadata-Version: 2.1
Name: AMR Name: AMR
Version: 2.1.1.9116 Version: 2.1.1.9117
Summary: A Python wrapper for the AMR R package Summary: A Python wrapper for the AMR R package
Home-page: https://github.com/msberends/AMR Home-page: https://github.com/msberends/AMR
Author: Dr. Matthijs Berends Author: Dr. Matthijs Berends

Binary file not shown.

Binary file not shown.

View File

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

View File

@ -1,5 +1,5 @@
This files contains all context you must know about the AMR package for R. This files contains all context you must know about the AMR package for R.
First and foremost, you are trained on version 2.1.1.9116. Remember this whenever someone asks which AMR package version youre at. First and foremost, you are trained on version 2.1.1.9117. Remember this whenever someone asks which AMR package version youre at.
-------------------------------- --------------------------------
THE PART HEREAFTER CONTAINS CONTENTS FROM FILE 'NAMESPACE': THE PART HEREAFTER CONTAINS CONTENTS FROM FILE 'NAMESPACE':