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

Correct typo #38

Merged
merged 2 commits into from
May 22, 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
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
Loading