Skip to content

Commit

Permalink
Renamed to LEEF.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rkrug committed Nov 9, 2022
1 parent 538df15 commit 8e80c49
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 25 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -21,7 +21,7 @@ Imports:
loggit
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
RoxygenNote: 7.2.1
Suggests:
testthat,
openssl
6 changes: 3 additions & 3 deletions R/register.R
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down
36 changes: 16 additions & 20 deletions codemeta.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand All @@ -25,8 +22,6 @@
"email": "[email protected]"
}
],
"contributor": {},
"copyrightHolder": {},
"funder": [
{
"@type": "Organization",
Expand Down Expand Up @@ -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",
Expand All @@ -86,7 +81,7 @@
},
"sameAs": "https://CRAN.R-project.org/package=dplyr"
},
{
"3": {
"@type": "SoftwareApplication",
"identifier": "readxl",
"name": "readxl",
Expand All @@ -98,7 +93,7 @@
},
"sameAs": "https://CRAN.R-project.org/package=readxl"
},
{
"4": {
"@type": "SoftwareApplication",
"identifier": "yaml",
"name": "yaml",
Expand All @@ -110,7 +105,7 @@
},
"sameAs": "https://CRAN.R-project.org/package=yaml"
},
{
"5": {
"@type": "SoftwareApplication",
"identifier": "loggit",
"name": "loggit",
Expand All @@ -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"
}

0 comments on commit 8e80c49

Please sign in to comment.