Skip to content

Commit

Permalink
Merge pull request #27 from TanguyBarthelemy/master
Browse files Browse the repository at this point in the history
update readme
  • Loading branch information
TanguyBarthelemy authored Jan 26, 2024
2 parents 217e1d6 + a020524 commit c5ecff2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ Pour obtenir la dernière release stable du package :
# Si le package remotes n'est pas installé
# install.packages("remotes")
# Installer la version en cours de développement depuis GitHub
remotes::install_github("rjdemetra/rjd3providers@*release")
# Installer la dernière version stable disponible sur GitHub
remotes::install_github("InseeFrLab/rjdworkspace@*release")
# Sur les ordinateurs Insee
install.packages("rjdworkspace", repos = "https://nexus.insee.fr/repository/r-public/")
Expand Down Expand Up @@ -94,8 +94,8 @@ To get the current stable version (from the latest release):
# If remotes packages is not installed
# install.packages("remotes")
# Install development version from GitHub
remotes::install_github("rjdemetra/rjd3providers@*release")
# Install the last stable release from GitHub
remotes::install_github("InseeFrLab/rjdworkspace@*release")
# on Insee computer
install.packages("rjdworkspace", repos = "https://nexus.insee.fr/repository/r-public/")
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ Pour obtenir la dernière release stable du package :
# Si le package remotes n'est pas installé
# install.packages("remotes")

# Installer la version en cours de développement depuis GitHub
remotes::install_github("rjdemetra/rjd3providers@*release")
# Installer la dernière version stable disponible sur GitHub
remotes::install_github("InseeFrLab/rjdworkspace@*release")

# Sur les ordinateurs Insee
install.packages("rjdworkspace", repos = "https://nexus.insee.fr/repository/r-public/")
Expand Down Expand Up @@ -97,8 +97,8 @@ To get the current stable version (from the latest release):
# If remotes packages is not installed
# install.packages("remotes")

# Install development version from GitHub
remotes::install_github("rjdemetra/rjd3providers@*release")
# Install the last stable release from GitHub
remotes::install_github("InseeFrLab/rjdworkspace@*release")

# on Insee computer
install.packages("rjdworkspace", repos = "https://nexus.insee.fr/repository/r-public/")
Expand Down

0 comments on commit c5ecff2

Please sign in to comment.