Skip to content

Commit

Permalink
version 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
phoeguo committed Aug 25, 2020
1 parent 7c0b1b1 commit 2ce3a5e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion R/zzz.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
.onAttach <- function(libname, pkgname){
packageStartupMessage("g3viz: visualizing gene/genome/gentics data for fun.\nPfam (v33.1) UniProt (date: 2020/08/24)\nAny questions, please send emails to <[email protected]> or post on GitHub <https://github.com/G3viz/g3viz/issues>.")
packageStartupMessage(
"g3viz: visualizing gene/genome/gentics data for fun.\n
- Pfam (v33.1)\n
- UniProt (date: 2020/08/24)\n
Any questions, please send emails to <[email protected]> or post on GitHub <https://github.com/G3viz/g3viz/issues>."
)
}

0 comments on commit 2ce3a5e

Please sign in to comment.