diff --git a/DESCRIPTION b/DESCRIPTION index 794d023..d412146 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -11,7 +11,8 @@ Authors@R: c( role = c("aut"), email = "alain.quartier-la-tente@insee.fr", comment = c(ORCID = "0000-0001-7890-3857")), - person(given = "Institut national de la statistique et des études économiques", + person(given = NULL, + family = "Institut national de la statistique et des études économiques", role = "cph", comment = "https://www.insee.fr/"), person(given = "Anna", diff --git a/README.Rmd b/README.Rmd index 4d155b6..9ca7f74 100644 --- a/README.Rmd +++ b/README.Rmd @@ -46,7 +46,7 @@ Pour obtenir la dernière release stable du package : # install.packages("remotes") # Installer la dernière version stable disponible sur GitHub -remotes::install_github("InseeFrLabLab/rjdworkspace@*release") +remotes::install_github("InseeFrLab/rjdworkspace@*release") # Sur les ordinateurs Insee install.packages("rjdworkspace", repos = "https://nexus.insee.fr/repository/r-public/") @@ -59,7 +59,7 @@ Pour obtenir la version en cours de développement depuis GitHub : # install.packages("remotes") # Installer la version en cours de développement depuis GitHub -remotes::install_github("InseeFrLabLab/rjdworkspace") +remotes::install_github("InseeFrLab/rjdworkspace") ``` @@ -99,7 +99,7 @@ To get the current stable version (from the latest release): # install.packages("remotes") # Install the last stable release from GitHub -remotes::install_github("InseeFrLabLab/rjdworkspace@*release") +remotes::install_github("InseeFrLab/rjdworkspace@*release") # on Insee computer install.packages("rjdworkspace", repos = "https://nexus.insee.fr/repository/r-public/") @@ -112,7 +112,7 @@ To get the current development version from GitHub: # install.packages("remotes") # Install development version from GitHub -remotes::install_github("InseeFrLabLab/rjdworkspace") +remotes::install_github("InseeFrLab/rjdworkspace") ``` For a more comprehensive description of the R packages for JDemetra+ check the Insee working paper [R Tools for JDemetra+: Seasonal adjustment made easier](https://www.insee.fr/en/statistiques/5019812) diff --git a/README.md b/README.md index b83e491..aaa62e4 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Pour obtenir la dernière release stable du package : # install.packages("remotes") # Installer la dernière version stable disponible sur GitHub -remotes::install_github("InseeFrLabLab/rjdworkspace@*release") +remotes::install_github("InseeFrLab/rjdworkspace@*release") # Sur les ordinateurs Insee install.packages("rjdworkspace", repos = "https://nexus.insee.fr/repository/r-public/") @@ -61,7 +61,7 @@ Pour obtenir la version en cours de développement depuis GitHub : # install.packages("remotes") # Installer la version en cours de développement depuis GitHub -remotes::install_github("InseeFrLabLab/rjdworkspace") +remotes::install_github("InseeFrLab/rjdworkspace") ``` Pour une description plus complète des packages R pour JDemetra+ voir le @@ -103,7 +103,7 @@ To get the current stable version (from the latest release): # install.packages("remotes") # Install the last stable release from GitHub -remotes::install_github("InseeFrLabLab/rjdworkspace@*release") +remotes::install_github("InseeFrLab/rjdworkspace@*release") # on Insee computer install.packages("rjdworkspace", repos = "https://nexus.insee.fr/repository/r-public/") @@ -116,7 +116,7 @@ To get the current development version from GitHub: # install.packages("remotes") # Install development version from GitHub -remotes::install_github("InseeFrLabLab/rjdworkspace") +remotes::install_github("InseeFrLab/rjdworkspace") ``` For a more comprehensive description of the R packages for JDemetra+