Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change Daniel's email #838

Merged
merged 1 commit into from
Jun 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading