Skip to content

Commit

Permalink
Merge pull request #38 from TanguyBarthelemy/master
Browse files Browse the repository at this point in the history
Correct typo
  • Loading branch information
TanguyBarthelemy authored May 22, 2024
2 parents b297cdf + 8ce03c9 commit 81b3910
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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/")
Expand All @@ -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")
```


Expand Down Expand Up @@ -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/")
Expand All @@ -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)
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/")
Expand All @@ -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
Expand Down Expand Up @@ -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/")
Expand All @@ -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+
Expand Down

0 comments on commit 81b3910

Please sign in to comment.