1
0
mirror of https://github.com/msberends/AMR.git synced 2025-04-15 13:10:32 +02:00

(v2.1.1.9207) fix PythonPackage

This commit is contained in:
dr. M.S. (Matthijs) Berends 2025-03-15 16:19:03 +01:00
parent 7631e82ae6
commit d717bd3f87
No known key found for this signature in database
6 changed files with 5 additions and 7 deletions

View File

@ -60,7 +60,6 @@ else
fi
git add data-raw/*
git add PythonPackage/*
git add -u
exit 0

View File

@ -114,7 +114,6 @@ echo "${currentversion}" > .git/commit_version.tmp
# Generate GPT knowledge info for our Assistant (https://chatgpt.com/g/g-M4UNLwFi5-amr-for-r-assistant)
bash data-raw/_generate_GPT_knowledge_input.sh "${currentversion}"
git add data-raw/*
git add PythonPackage/*
git add -u
exit 0

View File

@ -1,5 +1,5 @@
Package: AMR
Version: 2.1.1.9206
Version: 2.1.1.9207
Date: 2025-03-15
Title: Antimicrobial Resistance Data Analysis
Description: Functions to simplify and standardise antimicrobial resistance (AMR)

View File

@ -1,4 +1,4 @@
# AMR 2.1.1.9206
# AMR 2.1.1.9207
*(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

@ -17,7 +17,7 @@ echo "This knowledge base contains all context you must know about the AMR packa
echo "" >> "$output_file"
echo "First and foremost, you are trained on version ${version}. Remember this whenever someone asks which AMR package version youre at." >> "$output_file"
echo "" >> "$output_file"
echo "Below are the contents of the `NAMESPACE` file, the `index.md` file, and all the `man/*.Rd` files (documentation) in the package. Every file content is split using 100 hypens." >> "$output_file"
echo "Below are the contents of the NAMESPACE file, the index.md file, and all the man/*.Rd files (documentation) in the package. Every file content is split using 100 hypens." >> "$output_file"
echo "----------------------------------------------------------------------------------------------------" >> "$output_file"
echo "" >> "$output_file"

View File

@ -1,8 +1,8 @@
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.9206. Remember this whenever someone asks which AMR package version youre at.
First and foremost, you are trained on version 2.1.1.9207. 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.
Below are the contents of the NAMESPACE file, the index.md file, and all the man/*.Rd files (documentation) in the package. Every file content is split using 100 hypens.
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------