Skip to content
Snippets Groups Projects
Commit 8f7ff0aa authored by guillaume.jeffroy's avatar guillaume.jeffroy
Browse files

Corrections mineures

parent d20583b3
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,7 @@
^\.Rproj\.user$
^\.gitlab-ci\.yml$
^data-raw$
.\data-raw\data\*
^old$
......@@ -70,41 +70,41 @@ usethis::use_coverage()
# Create a summary readme for the testthat subdirectory
covrpage::covrpage()
## CI ----
## Use this part of the script if you need to set up a CI
## service for your application
##
## (You'll need GitHub there)
usethis::use_github()
# GitHub Actions
usethis::use_github_action()
# Chose one of the three
# See https://usethis.r-lib.org/reference/use_github_action.html
usethis::use_github_action_check_release()
usethis::use_github_action_check_standard()
usethis::use_github_action_check_full()
# Add action for PR
usethis::use_github_action_pr_commands()
# Travis CI
usethis::use_travis()
usethis::use_travis_badge()
# AppVeyor
usethis::use_appveyor()
usethis::use_appveyor_badge()
# Circle CI
usethis::use_circleci()
usethis::use_circleci_badge()
# Jenkins
usethis::use_jenkins()
# GitLab CI
usethis::use_gitlab_ci()
# ## CI ----
# ## Use this part of the script if you need to set up a CI
# ## service for your application
# ##
# ## (You'll need GitHub there)
# usethis::use_github()
#
# # GitHub Actions
# usethis::use_github_action()
# # Chose one of the three
# # See https://usethis.r-lib.org/reference/use_github_action.html
# usethis::use_github_action_check_release()
# usethis::use_github_action_check_standard()
# usethis::use_github_action_check_full()
# # Add action for PR
# usethis::use_github_action_pr_commands()
#
# # Travis CI
# usethis::use_travis()
# usethis::use_travis_badge()
#
# # AppVeyor
# usethis::use_appveyor()
# usethis::use_appveyor_badge()
#
# # Circle CI
# usethis::use_circleci()
# usethis::use_circleci_badge()
#
# # Jenkins
# usethis::use_jenkins()
#
# # GitLab CI
# usethis::use_gitlab_ci()
# You're now set! ----
# go to dev/03_deploy.R
rstudioapi::navigateToFile("dev/03_deploy.R")
# rstudioapi::navigateToFile("dev/03_deploy.R")
......@@ -20,7 +20,7 @@
# ---- PARAMETRES ----
# Faire tourner dans la console R studio suivant la cible :
# Pour la preprod ->system("Rscript ./dev/03_deploy.R prprod")
# Pour la preprod ->system("Rscript ./dev/03_deploy.R preprod")
# Pour la prod -> system("Rscript ./dev/03_deploy.R prod")
start_time <- Sys.time()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment