Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ShinyApps
briskaRShinyApp
Commits
c7758201
Commit
c7758201
authored
Aug 27, 2020
by
Virgile Baudrot
Browse files
add config package
parent
e3166f3b
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
DESCRIPTION
View file @
c7758201
...
...
@@ -9,6 +9,7 @@ LazyData: true
Imports:
shiny,
golem,
config,
briskaR,
sf,
leaflet,
...
...
Dockerfile
View file @
c7758201
...
...
@@ -10,6 +10,7 @@ RUN R -e 'install.packages("remotes")'
RUN
R
-e
'remotes::install_github("r-lib/remotes", ref = "97bbf81")'
RUN
R
-e
'remotes::install_cran("shiny")'
RUN
R
-e
'remotes::install_cran("golem")'
RUN
R
-e
'remotes::install_cran("config")'
RUN
R
-e
'remotes::install_cran("deldir")'
RUN
R
-e
'remotes::install_cran("lwgeom")'
RUN
R
-e
'remotes::install_cran("fasterize")'
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment