Skip to content

Commit 63454ed

Browse files
committed
mv useDynLib statement to proper place
1 parent a74981c commit 63454ed

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: pkgsimil
22
Title: Similarity Metrics between R Packages
3-
Version: 0.0.1.019
3+
Version: 0.0.1.020
44
Authors@R: c(
55
person("Mark", "Padgham", , "[email protected]", role = c("aut", "cre"),
66
comment = c(ORCID = "0000-0003-2172-5265")),

R/pkgsimil-package.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#' @keywords internal
22
#' @aliases pkgsimil-package
3+
#' @useDynLib pkgsimil, .registration = TRUE
34
"_PACKAGE"
45

56
# The following block is used by usethis to automatically manage
67
# roxygen namespace tags. Modify with care!
78
## usethis namespace: start
8-
#' @useDynLib pkgsimil, .registration = TRUE
99
## usethis namespace: end
1010
NULL

codemeta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"codeRepository": "https://github.com/ropensci-review-tools/pkgstats",
99
"issueTracker": "https://github.com/ropensci-review-tools/pkgstats/issues",
1010
"license": "https://spdx.org/licenses/GPL-3.0",
11-
"version": "0.0.1.019",
11+
"version": "0.0.1.020",
1212
"programmingLanguage": {
1313
"@type": "ComputerLanguage",
1414
"name": "R",

0 commit comments

Comments
 (0)