From e4d36931a306bdbde8867d8646d4ec3135e843d0 Mon Sep 17 00:00:00 2001 From: dankelley Date: Mon, 19 Aug 2024 10:01:10 -0300 Subject: [PATCH 1/3] ignore a .out file --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b136b8c9..1c50277c 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ vignettes/gsw.bbl vignettes/*.md docs revdep +check_package.out From 38cba0e9a78582c519e2a44a71bef700b6150473 Mon Sep 17 00:00:00 2001 From: dankelley Date: Mon, 19 Aug 2024 10:15:14 -0300 Subject: [PATCH 2/3] ignore local check source and output --- .Rbuildignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.Rbuildignore b/.Rbuildignore index 6324a192..7ede0af2 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -1,4 +1,5 @@ ^check_package.R$ +^check_package.out$ revdep .github ^Meta$ From 27d44714c94559b81bf389b7245dc0431c442019 Mon Sep 17 00:00:00 2001 From: dankelley Date: Mon, 19 Aug 2024 10:16:08 -0300 Subject: [PATCH 3/3] update codemeta --- codemeta.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/codemeta.json b/codemeta.json index 13b53cb0..362da1ca 100644 --- a/codemeta.json +++ b/codemeta.json @@ -118,11 +118,11 @@ }, "SystemRequirements": null }, - "fileSize": "5165.753KB", + "fileSize": "5136.387KB", "relatedLink": ["http://teos-10.github.io/GSW-R/", "https://CRAN.R-project.org/package=gsw"], "releaseNotes": "https://github.com/TEOS-10/GSW-R/blob/master/NEWS.md", "readme": "https://github.com/TEOS-10/GSW-R/blob/main/README.md", - "contIntegration": ["https://github.com/TEOS-10/GSW-R/actions/workflows/R-CMD-check.yaml", "https://github.com/dankelley/GSW-R/actions/workflows/rhub.yaml"], + "contIntegration": ["https://github.com/TEOS-10/GSW-R/actions/workflows/R-CMD-check.yaml", "https://github.com/TEOS-10/GSW-R/actions/workflows/rhub.yaml"], "developmentStatus": "https://www.repostatus.org/", "keywords": ["seawater", "gibbs", "teos-10", "oceanography"] }