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
2527fad9
Commit
2527fad9
authored
Jun 23, 2020
by
Jean-Francois Rey
☕
Browse files
update readme with shiny app
parent
b19a6932
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
2527fad9
...
...
@@ -148,7 +148,7 @@ deploy:
stage
:
deploy
environment
:
name
:
shinyproxy
url
:
https://shiny.biosp.inra.fr/
url
:
https://shiny.biosp.inra
e
.fr/
rules
:
-
if
:
$CI_COMMIT_BRANCH == "master"
before_script
:
...
...
README.md
View file @
2527fad9
...
...
@@ -108,7 +108,7 @@ R CMD INSTALL landsepi_*.*.*.tar.gz --with-keep.source --configure-args="--enabl
## Package users: Documentation and demonstration
> Take a look at the
[
[vignettes/]
]
> Take a look at the [vignettes/]
(vignettes/)
A complete description of the package and its functions is provided in the R documentation.
Open R:
...
...
@@ -129,6 +129,13 @@ demo_landsepi(strat = "RO") ## for a rotation of cultivars
demo_landsepi
(
strat
=
"PY"
)
## for a pyramid of resistance genes
```
You can try the
[
online Landsepi R Shiny App
](
https://shiny.biosp.inrae.fr/app/landsepi
)
or by running into R :
```
r
library
(
landsepi
)
runShinyApp
()
```
## Future versions
Future versions of the package will include in particular:
-
Sets of pathogen parameters to simulate other pathosystems (e.g. canola blackleg, grapevine downy mildew, potato virus Y on pepper).
...
...
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