mirror of
				https://github.com/msberends/AMR.git
				synced 2025-10-29 19:18:17 +01:00 
			
		
		
		
	(v3.0.0.9021) checkouts
This commit is contained in:
		
							
								
								
									
										12
									
								
								.github/workflows/check-old-tinytest.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										12
									
								
								.github/workflows/check-old-tinytest.yaml
									
									
									
									
										vendored
									
									
								
							| @@ -49,13 +49,13 @@ jobs: | ||||
|           # Test all old versions of R >= 3.0, we support them all! | ||||
|           # For these old versions, dependencies and vignettes will not be checked. | ||||
|           # For recent R versions, see check-recent.yaml (r-lib and tidyverse support the latest 5 major R releases). | ||||
|           - {os: ubuntu-latest, r: '3.6', allowfail: false} | ||||
|           - {os: ubuntu-latest, r: '3.6', allowfail: true} | ||||
|           # - {os: windows-latest, r: '3.5', allowfail: true} # always fails, horrible with UTF-8 | ||||
|           - {os: ubuntu-latest, r: '3.4', allowfail: false} | ||||
|           - {os: ubuntu-latest, r: '3.3', allowfail: false} | ||||
|           - {os: ubuntu-latest, r: '3.2', allowfail: false} | ||||
|           - {os: ubuntu-latest, r: '3.1', allowfail: false} | ||||
|           - {os: ubuntu-latest, r: '3.0', allowfail: false} | ||||
|           - {os: ubuntu-latest, r: '3.4', allowfail: true} | ||||
|           - {os: ubuntu-latest, r: '3.3', allowfail: true} | ||||
|           - {os: ubuntu-latest, r: '3.2', allowfail: true} | ||||
|           - {os: ubuntu-latest, r: '3.1', allowfail: true} | ||||
|           - {os: ubuntu-latest, r: '3.0', allowfail: true} | ||||
|  | ||||
|     env: | ||||
|       R_REMOTES_NO_ERRORS_FROM_WARNINGS: true | ||||
|   | ||||
							
								
								
									
										9
									
								
								.github/workflows/website.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										9
									
								
								.github/workflows/website.yaml
									
									
									
									
										vendored
									
									
								
							| @@ -42,16 +42,15 @@ jobs: | ||||
|     runs-on: ubuntu-latest | ||||
|     steps: | ||||
|  | ||||
|       - uses: actions/checkout@v4 | ||||
|       - name: checkout | ||||
|         uses: actions/checkout@v4 | ||||
|         with: | ||||
|           # this is to keep timestamps, the default fetch-depth: 1 gets the timestamps of the moment of cloning | ||||
|           # we need this for the download page on our website - dates must be of the files, not of the latest git push | ||||
|           fetch-depth: 0 | ||||
|  | ||||
|       - name: Preserve timestamps | ||||
|         run: | | ||||
|           sudo apt install git-restore-mtime | ||||
|           git restore-mtime | ||||
|       - name: restore timestamps | ||||
|         uses: chetan/git-restore-mtime-action@v2 | ||||
|  | ||||
|       - uses: r-lib/actions/setup-pandoc@v2 | ||||
|  | ||||
|   | ||||
| @@ -1,6 +1,6 @@ | ||||
| Package: AMR | ||||
| Version: 3.0.0.9019 | ||||
| Date: 2025-09-01 | ||||
| Version: 3.0.0.9021 | ||||
| Date: 2025-09-03 | ||||
| Title: Antimicrobial Resistance Data Analysis | ||||
| Description: Functions to simplify and standardise antimicrobial resistance (AMR) | ||||
|   data analysis and to work with microbial and antimicrobial properties by | ||||
|   | ||||
		Reference in New Issue
	
	Block a user