diff --git a/DESCRIPTION b/DESCRIPTION index 73c23eb..099cf15 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -16,7 +16,7 @@ Description: NetCoMi offers functions for constructing, analyzing, and comparing microbial compositional data. It also includes functionality for constructing differential association networks. License: GPL-3 + file LICENSE -URL: https://stefpeschel.github.io/NetCoMi, https://github.com/stefpeschel/NetCoMi +URL: https://netcomi.de, https://github.com/stefpeschel/NetCoMi BugReports: https://github.com/stefpeschel/NetCoMi/issues Depends: SpiecEasi (>= 1.0.6) Imports: diff --git a/_pkgdown.yml b/_pkgdown.yml index c10ed29..fe8a760 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -1,4 +1,4 @@ -url: https://stefpeschel.github.io/NetCoMi/ +url: https://netcomi.de template: bootstrap: 5 light-switch: true diff --git a/inst/CITATION b/inst/CITATION index be8ffa6..9f8d8cc 100644 --- a/inst/CITATION +++ b/inst/CITATION @@ -2,7 +2,7 @@ citHeader("To cite the package 'NetCoMi' in publications use:") title <- "{NetCoMi: Network Construction and Comparison for Microbiome Data}" title_text <- "NetCoMi: Network Construction and Comparison for Microbiome Data" -url <- "https://stefpeschel.github.io/NetCoMi" +url <- "https://netcomi.de" year <- sub("-.*", "", meta$Date) note <- sprintf("R package version %s", meta$Version) diff --git a/man/NetCoMi-package.Rd b/man/NetCoMi-package.Rd index d9ca788..523b992 100644 --- a/man/NetCoMi-package.Rd +++ b/man/NetCoMi-package.Rd @@ -16,7 +16,9 @@ The main functions are \code{\link{netConstruct}}, \code{\link{netAnalyze}}, \seealso{ Useful links: \itemize{ - \item \url{https://stefpeschel.github.io/NetCoMi/} + \item \url{https://netcomi.de} + \item \url{https://github.com/stefpeschel/NetCoMi} + \item Report bugs at \url{https://github.com/stefpeschel/NetCoMi/issues} } }