Skip to content

Commit

Permalink
v1.0.0: Used for pipeline LEEF-1 and LEEF-2
Browse files Browse the repository at this point in the history
  • Loading branch information
rkrug committed Dec 18, 2023
1 parent 8c9e441 commit 44bf6c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: LEEF.2.backend.sqlite
Type: Package
Title: Add Extracted Data to SQLite Backend
Version: 0.9.8
Version: 1.0.0
Authors@R: c(
person(given = "Rainer M.", family = "Krug", email = "[email protected]", role = c("aut", "cre")),
person("SNF Project 310030_188431", role = "fnd")
Expand All @@ -16,7 +16,7 @@ Imports:
yaml
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.1
RoxygenNote: 7.2.3
Suggests:
knitr,
rmarkdown
Expand Down
6 changes: 3 additions & 3 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"description": "Adds the data extracted from the raw data and adds them to multiple SQLite databases. These databases are custom split for LEEF!!!",
"name": "LEEF.2.backend.sqlite: Add Extracted Data to SQLite Backend",
"license": "https://spdx.org/licenses/MIT",
"version": "0.9.8",
"version": "1.0.0",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.2.1 (2022-06-23)",
"runtimePlatform": "R version 4.3.2 (2023-10-31)",
"author": [
{
"@type": "Person",
Expand Down Expand Up @@ -105,7 +105,7 @@
},
"SystemRequirements": null
},
"fileSize": "69.22KB",
"fileSize": "90KB",
"codeRepository": "https://github.com/LEEF-UZH/LEEF.backend.sqlite",
"readme": "https://github.com/LEEF-UZH/LEEF.backend.sqlite/blob/master/Readme.md"
}

0 comments on commit 44bf6c7

Please sign in to comment.