diff --git a/.github/workflows/check-old.yaml b/.github/workflows/check-old.yaml index b607eb75..4ffeb752 100644 --- a/.github/workflows/check-old.yaml +++ b/.github/workflows/check-old.yaml @@ -112,7 +112,7 @@ jobs: run: | cd .. 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 - name: Show tinytest output diff --git a/DESCRIPTION b/DESCRIPTION index 4a904a32..e5288d8e 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,5 +1,5 @@ Package: AMR -Version: 2.1.1.9116 +Version: 2.1.1.9117 Date: 2024-12-13 Title: Antimicrobial Resistance Data Analysis Description: Functions to simplify and standardise antimicrobial resistance (AMR) diff --git a/NEWS.md b/NEWS.md index 5e1b7049..527c890b 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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).)* diff --git a/PythonPackage/AMR/AMR.egg-info/PKG-INFO b/PythonPackage/AMR/AMR.egg-info/PKG-INFO index d75f069a..a624844f 100644 --- a/PythonPackage/AMR/AMR.egg-info/PKG-INFO +++ b/PythonPackage/AMR/AMR.egg-info/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: AMR -Version: 2.1.1.9116 +Version: 2.1.1.9117 Summary: A Python wrapper for the AMR R package Home-page: https://github.com/msberends/AMR Author: Dr. Matthijs Berends diff --git a/PythonPackage/AMR/dist/AMR-2.1.1.9116-py3-none-any.whl b/PythonPackage/AMR/dist/AMR-2.1.1.9117-py3-none-any.whl similarity index 85% rename from PythonPackage/AMR/dist/AMR-2.1.1.9116-py3-none-any.whl rename to PythonPackage/AMR/dist/AMR-2.1.1.9117-py3-none-any.whl index cc0760d7..aa9ad746 100644 Binary files a/PythonPackage/AMR/dist/AMR-2.1.1.9116-py3-none-any.whl and b/PythonPackage/AMR/dist/AMR-2.1.1.9117-py3-none-any.whl differ diff --git a/PythonPackage/AMR/dist/amr-2.1.1.9116.tar.gz b/PythonPackage/AMR/dist/amr-2.1.1.9116.tar.gz deleted file mode 100644 index f81d6d4d..00000000 Binary files a/PythonPackage/AMR/dist/amr-2.1.1.9116.tar.gz and /dev/null differ diff --git a/PythonPackage/AMR/dist/amr-2.1.1.9117.tar.gz b/PythonPackage/AMR/dist/amr-2.1.1.9117.tar.gz new file mode 100644 index 00000000..7b1f547e Binary files /dev/null and b/PythonPackage/AMR/dist/amr-2.1.1.9117.tar.gz differ diff --git a/PythonPackage/AMR/setup.py b/PythonPackage/AMR/setup.py index d9dbf54e..418c6844 100644 --- a/PythonPackage/AMR/setup.py +++ b/PythonPackage/AMR/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name='AMR', - version='2.1.1.9116', + version='2.1.1.9117', packages=find_packages(), install_requires=[ 'rpy2', diff --git a/data-raw/gpt_training_text_v2.1.1.9116.txt b/data-raw/gpt_training_text_v2.1.1.9117.txt similarity index 99% rename from data-raw/gpt_training_text_v2.1.1.9116.txt rename to data-raw/gpt_training_text_v2.1.1.9117.txt index 06be6b57..2db072aa 100644 --- a/data-raw/gpt_training_text_v2.1.1.9116.txt +++ b/data-raw/gpt_training_text_v2.1.1.9117.txt @@ -1,5 +1,5 @@ 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 you’re at. +First and foremost, you are trained on version 2.1.1.9117. Remember this whenever someone asks which AMR package version you’re at. -------------------------------- THE PART HEREAFTER CONTAINS CONTENTS FROM FILE 'NAMESPACE':