Skip to content

Commit 818be43

Browse files
authored
Merge pull request #164 from ropensci-review-tools/version
update release_tag for #147
2 parents a503a5a + 678536f commit 818be43

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: pkgmatch
22
Title: Find R Packages Matching Either Descriptions or Other R Packages
3-
Version: 0.5.0
3+
Version: 0.5.0.001
44
Authors@R: c(
55
person("Mark", "Padgham", , "[email protected]", role = c("aut", "cre"),
66
comment = c(ORCID = "0000-0003-2172-5265")),

R/data-update.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# General functions for both CRAN and rOpenSci update workflows
22

3-
RELEASE_TAG <- "v0.4.0" # nolint
3+
RELEASE_TAG <- "v0.5.0" # nolint
44

55
#' @title Update pkgmatch corpus data on GitHub
66
#'

codemeta.json

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"codeRepository": "https://github.com/ropensci-review-tools/pkgmatch",
99
"issueTracker": "https://github.com/ropensci-review-tools/pkgmatch/issues",
1010
"license": "https://spdx.org/licenses/MIT",
11-
"version": "0.5.0",
11+
"version": "0.5.0.001",
1212
"programmingLanguage": {
1313
"@type": "ComputerLanguage",
1414
"name": "R",
@@ -405,11 +405,19 @@
405405
},
406406
"sameAs": "https://CRAN.R-project.org/package=vctrs"
407407
},
408-
"SystemRequirements": null
408+
"SystemRequirements": {}
409409
},
410410
"fileSize": "3000.94KB",
411411
"readme": "https://github.com/ropensci-review-tools/pkgmatch/blob/main/README.md",
412-
"contIntegration": ["https://github.com/ropensci-review-tools/pkgmatch/actions?query=workflow%3AR-CMD-check", "https://app.codecov.io/gh/ropensci-review-tools/pkgmatch"],
412+
"contIntegration": [
413+
"https://github.com/ropensci-review-tools/pkgmatch/actions?query=workflow%3AR-CMD-check",
414+
"https://app.codecov.io/gh/ropensci-review-tools/pkgmatch"
415+
],
413416
"developmentStatus": "https://www.repostatus.org/#active",
414-
"keywords": ["embeddings", "llms", "natural-language-processing", "r"]
417+
"keywords": [
418+
"embeddings",
419+
"llms",
420+
"natural-language-processing",
421+
"r"
422+
]
415423
}

0 commit comments

Comments
 (0)