diff --git a/.Rbuildignore b/.Rbuildignore index 6324a19..7ede0af 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -1,4 +1,5 @@ ^check_package.R$ +^check_package.out$ revdep .github ^Meta$ diff --git a/.gitignore b/.gitignore index b136b8c..1c50277 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ vignettes/gsw.bbl vignettes/*.md docs revdep +check_package.out diff --git a/codemeta.json b/codemeta.json index 13b53cb..362da1c 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"] }