|
a |
|
b/R/zzz.R |
|
|
1 |
#' @importFrom Rcpp evalCpp |
|
|
2 |
#' @useDynLib outbreaker2, .registration = TRUE |
|
|
3 |
#' |
|
|
4 |
.onAttach <- function(libname, pkgname) { |
|
|
5 |
## pkg_version <- packageDescription("outbreaker2", fields = "Version") |
|
|
6 |
## startup_txt <- paste("\n === outbreaker2", pkg_version, "is loaded ===\n") |
|
|
7 |
## startup_txt <- paste(startup_txt, "Information & Documentation -> check the R-epi project: \nhttp://sites_google_com/site/therepiproject\n", sep="\n") |
|
|
8 |
## startup_txt <- paste(startup_txt, "Questions -> ask the R-epi forum: \nr-epi@googlegroups_com", sep="\n") |
|
|
9 |
## packageStartupMessage(startup_txt) |
|
|
10 |
} |