diff --git a/DESCRIPTION b/DESCRIPTION index 323cd351..d0736668 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -22,6 +22,6 @@ VignetteBuilder: knitr BuildVignettes: true License: GPL (>= 2) Encoding: UTF-8 -URL: https://lbbe.univ-lyon1.fr/fr/fitdistrplus, https://github.com/aursiber/fitdistrplus, https://aursiber.github.io/fitdistrplus/ -BugReports: https://github.com/aursiber/fitdistrplus/issues +URL: https://lbbe.univ-lyon1.fr/fr/fitdistrplus, https://github.com/lbbe-software/fitdistrplus, https://lbbe-software.github.io/fitdistrplus/ +BugReports: https://github.com/lbbe-software/fitdistrplus/issues Contact: Marie-Laure Delignette-Muller or Christophe Dutang diff --git a/README.md b/README.md index ca65468d..677fe514 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![CRAN_Release_Badge](http://www.r-pkg.org/badges/version-ago/fitdistrplus)](https://cran.r-project.org/package=fitdistrplus) [![CRAN Downloads](https://cranlogs.r-pkg.org/badges/fitdistrplus)](https://cran.r-project.org/package=fitdistrplus) -[![R-CMD-check](https://github.com/aursiber/fitdistrplus/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/aursiber/fitdistrplus/actions/workflows/R-CMD-check.yaml) +[![R-CMD-check](https://github.com/lbbe-software/fitdistrplus/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/lbbe-software/fitdistrplus/actions/workflows/R-CMD-check.yaml) `fitdistrplus` extends the `fitdistr()` function (of the `MASS` package) with several functions to help the fit of a parametric distribution to non-censored or censored data. Censored data may contain left censored, right censored and interval censored values, with several lower and upper bounds. In addition to maximum likelihood estimation (MLE), the package provides moment matching (MME), quantile matching (QME) and maximum goodness-of-fit estimation (MGE) methods (available only for non-censored data). Weighted versions of MLE, MME and QME are available. @@ -19,7 +19,7 @@ The development version of `fitdistrplus` can be installed from GitHub (`remotes if (!requireNamespace("remotes", quietly = TRUE)) install.packages("remotes") -remotes::install_github("aursiber/fitdistrplus") +remotes::install_github("lbbe-software/fitdistrplus") ``` Finally load the package in your current R session with the following R command: @@ -31,14 +31,14 @@ library(fitdistrplus) Three **vignettes** are attached to the `fitdistrplus` package: -- Overview of the fitdistrplus package -- Which optimization algorithm to choose? -- Frequently Asked Questions +- Overview of the fitdistrplus package +- Which optimization algorithm to choose? +- Frequently Asked Questions ## Authors & Contacts -Issues can be reported on https://github.com/aursiber/fitdistrplus/issues. +Issues can be reported on https://github.com/lbbe-software/fitdistrplus/issues. - Marie-Laure Delignette-Muller: marielaure.delignettemuller@vetagro-sup.fr - Christophe Dutang: dutangc@gmail.com