Skip to content

Commit

Permalink
Need character argument for package_version()
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Mar 16, 2024
1 parent b9091cc commit e0c5af4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion R/bioc-standalone.R
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ bioconductor <- local({
}

.VERSION_SENTINEL <- local({
version <- package_version(list())
version <- package_version(character())
class(version) <- c("unknown_version", class(version))
version
})
Expand Down
2 changes: 1 addition & 1 deletion inst/install-github.R

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

2 changes: 1 addition & 1 deletion install-github.R

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

0 comments on commit e0c5af4

Please sign in to comment.