Skip to content

Commit

Permalink
fix namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
willgearty committed Nov 15, 2023
1 parent 585050a commit d8ef1fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,4 @@ importFrom(rsvg,rsvg_svg)
importFrom(stats,setNames)
importFrom(utils,browseURL)
importFrom(utils,menu)
importFrom(utils,packageDescription)
1 change: 1 addition & 0 deletions R/zzz.r
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#' @importFrom utils packageDescription
.onAttach <- function(libname, pkgname) {
pkgVersion <- packageDescription(pkgname, fields = "Version")
packageStartupMessage(paste0('You are using rphylopic v.', pkgVersion, '. ',
Expand Down

0 comments on commit d8ef1fc

Please sign in to comment.