From 8e80c49f7c473e8bf9c85c7c3415e8c8e41a3768 Mon Sep 17 00:00:00 2001 From: "Rainer M. Krug" Date: Wed, 9 Nov 2022 15:08:42 +0100 Subject: [PATCH] Renamed to LEEF.2 --- DESCRIPTION | 4 ++-- R/register.R | 6 +++--- codemeta.json | 36 ++++++++++++++++-------------------- 3 files changed, 21 insertions(+), 25 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 0eb7f2f..1524d5e 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,4 +1,4 @@ -Package: LEEF.measurement.manualcount +Package: LEEF.2.measurement.manualcount Type: Package Title: Pre-Process and Extract Manualcount Version: 0.9.8 @@ -21,7 +21,7 @@ Imports: loggit Encoding: UTF-8 LazyData: true -RoxygenNote: 7.1.1 +RoxygenNote: 7.2.1 Suggests: testthat, openssl diff --git a/R/register.R b/R/register.R index fbd9563..3c24036 100644 --- a/R/register.R +++ b/R/register.R @@ -5,12 +5,12 @@ #' @export #' register <- function() { - if (is.null(system.file(package = "LEEF"))) { + if (is.null(system.file(package = "LEEF.2"))) { stop("This function requres the package to be installed!") } - LEEF::add_pre_processor( pre_processor_manualcount ) - LEEF::add_extractor( extractor_manualcount ) + LEEF.2::add_pre_processor( pre_processor_manualcount ) + LEEF.2::add_extractor( extractor_manualcount ) ## invisible(TRUE) } diff --git a/codemeta.json b/codemeta.json index f9c3340..1fa1416 100644 --- a/codemeta.json +++ b/codemeta.json @@ -1,12 +1,9 @@ { - "@context": [ - "https://doi.org/10.5063/schema/codemeta-2.0", - "http://schema.org" - ], + "@context": "https://doi.org/10.5063/schema/codemeta-2.0", "@type": "SoftwareSourceCode", - "identifier": "LEEF.measurement.manualcount", - "description": "More about what it does (maybe more than one line)\n Use four spaces when indenting paragraphs within the Description.", - "name": "LEEF.measurement.manualcount: Pre-Process and Extract Manualcount", + "identifier": "LEEF.2.measurement.manualcount", + "description": "More about what it does (maybe more than one line) Use four spaces when indenting paragraphs within the Description.", + "name": "LEEF.2.measurement.manualcount: Pre-Process and Extract Manualcount", "codeRepository": "https://github.com/LEEF-UZH/LEEF.measurement.manualcount", "issueTracker": "https://github.com/LEEF-UZH/LEEF.measurement.manualcount/issues", "license": "https://spdx.org/licenses/MIT", @@ -16,7 +13,7 @@ "name": "R", "url": "https://r-project.org" }, - "runtimePlatform": "R version 4.1.1 (2021-08-10)", + "runtimePlatform": "R version 4.2.1 (2022-06-23)", "author": [ { "@type": "Person", @@ -25,8 +22,6 @@ "email": "Rainer.Krug@uzh.ch" } ], - "contributor": {}, - "copyrightHolder": {}, "funder": [ { "@type": "Organization", @@ -67,14 +62,14 @@ "sameAs": "https://CRAN.R-project.org/package=openssl" } ], - "softwareRequirements": [ - { + "softwareRequirements": { + "1": { "@type": "SoftwareApplication", "identifier": "R", "name": "R", "version": ">= 3.5.0" }, - { + "2": { "@type": "SoftwareApplication", "identifier": "dplyr", "name": "dplyr", @@ -86,7 +81,7 @@ }, "sameAs": "https://CRAN.R-project.org/package=dplyr" }, - { + "3": { "@type": "SoftwareApplication", "identifier": "readxl", "name": "readxl", @@ -98,7 +93,7 @@ }, "sameAs": "https://CRAN.R-project.org/package=readxl" }, - { + "4": { "@type": "SoftwareApplication", "identifier": "yaml", "name": "yaml", @@ -110,7 +105,7 @@ }, "sameAs": "https://CRAN.R-project.org/package=yaml" }, - { + "5": { "@type": "SoftwareApplication", "identifier": "loggit", "name": "loggit", @@ -121,8 +116,9 @@ "url": "https://cran.r-project.org" }, "sameAs": "https://CRAN.R-project.org/package=loggit" - } - ], - "readme": "https://github.com/LEEF-UZH/LEEF.measurement.manualcount/blob/master/Readme.md", - "fileSize": "15.312KB" + }, + "SystemRequirements": null + }, + "fileSize": "15.32KB", + "readme": "https://github.com/LEEF-UZH/LEEF.measurement.manualcount/blob/master/Readme.md" }