Skip to content

Commit

Permalink
change Daniel's email (#838)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielinteractive committed Jun 26, 2024
1 parent 41ca20d commit 256fdd3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package: crmPack
Title: Object-Oriented Implementation of CRM Designs
Version: 2.0.0.9153
Authors@R: c(
person("Daniel", "Sabanes Bove", , "daniel.[email protected]", role = c("aut", "cre")),
person("Daniel", "Sabanes Bove", , "daniel.[email protected]", role = c("aut", "cre")),
person("Wai", "Yin Yeung", , "[email protected]", role = "aut"),
person("Burak Kuersad", "Guenhan", , "[email protected]", role = "aut"),
person("Giuseppe", "Palermo", , "[email protected]", role = "aut"),
Expand Down
4 changes: 2 additions & 2 deletions R/helpers.R
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ probit <- function(x) {
##' @return nothing
##' @export
##' @keywords documentation
##' @author Daniel Sabanes Bove \email{sabanesd@@roche.com}
##' @author Daniel Sabanes Bove \email{sabanesd@@rconis.com}
crmPackExample <- function() {
crmPath <- system.file(package = "crmPack")
printVignette(list(PDF = "example.pdf", Dir = crmPath))
Expand All @@ -173,7 +173,7 @@ crmPackExample <- function() {
##' @export
##' @importFrom utils help
##' @keywords documentation
##' @author Daniel Sabanes Bove \email{sabanesd@@roche.com}
##' @author Daniel Sabanes Bove \email{sabanesd@@rconis.com}
crmPackHelp <- function() {
utils::help(package = "crmPack", help_type = "html")
}
Expand Down
3 changes: 2 additions & 1 deletion vignettes/example.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ This short vignette shall introduce into the usage of the package
`crmPack`. Hopefully it makes it easy for you to set up your own CRM.

If you have any questions or feedback concerning the package, please write an
email to the package maintainer: [[email protected]](mailto:[email protected]).
email to the package maintainer:
[[email protected]](mailto:[email protected]).

Thank you very much in advance!

Expand Down

0 comments on commit 256fdd3

Please sign in to comment.