Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
OutilEnR_EtatdesLieux
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Package registry
Operate
Terraform modules
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DREAL Grand Est
SCDD
OutilsEnR
OutilEnR_EtatdesLieux
Commits
8f7ff0aa
Commit
8f7ff0aa
authored
1 year ago
by
guillaume.jeffroy
Browse files
Options
Downloads
Patches
Plain Diff
Corrections mineures
parent
d20583b3
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.Rbuildignore
+1
-0
1 addition, 0 deletions
.Rbuildignore
dev/02_dev.R
+35
-35
35 additions, 35 deletions
dev/02_dev.R
dev/03_deploy.R
+1
-1
1 addition, 1 deletion
dev/03_deploy.R
with
37 additions
and
36 deletions
.Rbuildignore
+
1
−
0
View file @
8f7ff0aa
...
...
@@ -4,6 +4,7 @@
^\.Rproj\.user$
^\.gitlab-ci\.yml$
^data-raw$
.\data-raw\data\*
^old$
This diff is collapsed.
Click to expand it.
dev/02_dev.R
+
35
−
35
View file @
8f7ff0aa
...
...
@@ -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")
This diff is collapsed.
Click to expand it.
dev/03_deploy.R
+
1
−
1
View file @
8f7ff0aa
...
...
@@ -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 pr
e
prod")
# Pour la prod -> system("Rscript ./dev/03_deploy.R prod")
start_time
<-
Sys.time
()
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment