Skip to content

Commit

Permalink
inheritParams for similar_fns man entry
Browse files Browse the repository at this point in the history
  • Loading branch information
mpadge committed Sep 18, 2024
1 parent 88816cf commit bd45fc1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: pkgsimil
Title: Similarity Metrics between R Packages
Version: 0.1.1.059
Version: 0.1.1.060
Authors@R: c(
person("Mark", "Padgham", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-2172-5265")))
Expand Down
1 change: 1 addition & 0 deletions R/similar-pkgs.R
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ similar_pkgs_from_pkg <- function (input, embeddings, n) {
#' Use the embeddings from \link{pkgsimil_embeddings_raw} with `functions_only
#' = TRUE` to identify functions best matching a given input string.
#'
#' @inheritParams pkgsimil_similar_pkgs
#' @param input A text string.
#' @param embeddings A single matrix of embeddings produced from
#' \link{pkgsimil_embeddings_raw} with `functions_only = TRUE`.
Expand Down
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"codeRepository": "https://github.com/ropensci-review-tools/pkgsimil",
"issueTracker": "https://github.com/ropensci-review-tools/pkgsimil/issues",
"license": "https://spdx.org/licenses/MIT",
"version": "0.1.1.059",
"version": "0.1.1.060",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down
3 changes: 3 additions & 0 deletions man/pkgsimil_similar_fns.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bd45fc1

Please sign in to comment.