Skip to content

Commit

Permalink
Fix typo in determine_pkg_source() docs (#331)
Browse files Browse the repository at this point in the history
* Fix typo

* Update version to dev
  • Loading branch information
fh-kpikhart authored Mar 6, 2024
1 parent 9e42e48 commit 7c7bf3c
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Type: Package
Title: Risk Metrics to Evaluating R Packages
Description: Facilities for assessing R packages against a number of metrics to
help quantify their robustness.
Version: 0.2.4
Version: 0.2.4.9000
Authors@R: c(
person("R Validation Hub", role = c("aut"), email = "psi.aims.r.validation@gmail.com"),
person("Doug", "Kelkhoff", role = c("aut"), email = "doug.kelkhoff@gmail.com"),
Expand Down
2 changes: 1 addition & 1 deletion R/pkg_ref_class.R
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ as_pkg_ref.character <- function(x, repos = getOption("repos", "https://cran.rst
#'
#' @param x Package name or path to package
#' @param source type of source passed in `pkg_ref`
#' @return one of c('pkg_install', 'pkg_install', 'pkg_cran_remote',
#' @return one of c('pkg_source', 'pkg_install', 'pkg_cran_remote',
#' 'pkg_bioc_remote', 'pkg_missing')
#' @keywords internal
determine_pkg_source <- function(x, source, repos) {
Expand Down
2 changes: 1 addition & 1 deletion man/determine_pkg_source.Rd

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

26 changes: 13 additions & 13 deletions man/pkg_assess.Rd

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

0 comments on commit 7c7bf3c

Please sign in to comment.