From 3db1b61b71f87026d63e19a5dc9dd4ea48200bee Mon Sep 17 00:00:00 2001 From: nfrerebeau Date: Wed, 18 Dec 2019 16:50:29 +0100 Subject: [PATCH] Remove the Remote field of the DESCRIPTION file --- DESCRIPTION | 1 - codemeta.json | 12 +++++++++--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 44014985..17a409aa 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -50,7 +50,6 @@ URL: http://tabula.archaeo.science, http://github.com/nfrerebeau/tabula, https://cran.r-project.org/package=tabula BugReports: http://github.com/nfrerebeau/tabula/issues -Remotes: nfrerebeau/arkhe Depends: R (>= 3.2), arkhe diff --git a/codemeta.json b/codemeta.json index b714d892..6b84d1ca 100644 --- a/codemeta.json +++ b/codemeta.json @@ -19,10 +19,10 @@ "programmingLanguage": { "@type": "ComputerLanguage", "name": "R", - "version": "3.6.1", + "version": "3.6.2", "url": "https://r-project.org" }, - "runtimePlatform": "R version 3.6.1 (2019-07-05)", + "runtimePlatform": "R version 3.6.2 (2019-12-12)", "provider": { "@id": "https://cran.r-project.org", "@type": "Organization", @@ -200,7 +200,13 @@ "@type": "SoftwareApplication", "identifier": "arkhe", "name": "arkhe", - "sameAs": "https://github.com/nfrerebeau/arkhe" + "provider": { + "@id": "https://cran.r-project.org", + "@type": "Organization", + "name": "Comprehensive R Archive Network (CRAN)", + "url": "https://cran.r-project.org" + }, + "sameAs": "https://CRAN.R-project.org/package=arkhe" }, { "@type": "SoftwareApplication",