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
CSIRO-INRA
landsepi
Commits
1dc1e14d
Commit
1dc1e14d
authored
Jul 20, 2021
by
Jean-Francois Rey
☕
Browse files
update shiny add landsepi dependencies not landsepiDev
parent
5e820bde
Pipeline
#3859
passed with stages
in 61 minutes and 2 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
1dc1e14d
...
...
@@ -10,7 +10,7 @@ src/exemple/GDAL_API_exemple
src/exemple/*.o
config\.log
config\.status
landsepi
Dev
*
landsepi*
.Rproj.user
simul_landsepi_*
nbproject/
...
...
inst/shiny-landsepi/server.R
View file @
1dc1e14d
...
...
@@ -144,7 +144,7 @@ server <- function(input, output, session) {
# Modal Dialog
observeEvent
(
input
$
About
,
{
showModal
(
modalDialog
(
title
=
paste0
(
"About : Landsepi V"
,
packageVersion
(
"landsepi
Dev
"
)),
title
=
paste0
(
"About : Landsepi V"
,
packageVersion
(
"landsepi"
)),
easyClose
=
TRUE
,
size
=
"l"
,
footer
=
NULL
,
...
...
@@ -713,7 +713,7 @@ server <- function(input, output, session) {
plan
(
list
(
multicore
,
multisession
))
future_process
<<-
future
({
res
<-
landsepi
Dev
::
runSimul
(
simul_params
,
res
<-
landsepi
::
runSimul
(
simul_params
,
graphic
=
FALSE
,
videoMP4
=
TRUE
)
})
...
...
Write
Preview
Markdown
is supported
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