[Stacomir-commits] r513 - pkg/stacomir/vignettes

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Sep 26 11:21:26 CEST 2018


Author: legrand
Date: 2018-09-26 11:21:26 +0200 (Wed, 26 Sep 2018)
New Revision: 513

Modified:
   pkg/stacomir/vignettes/stacomir.Rmd
Log:
supress warning message inside the silver chunck

Modified: pkg/stacomir/vignettes/stacomir.Rmd
===================================================================
--- pkg/stacomir/vignettes/stacomir.Rmd	2018-09-24 15:54:01 UTC (rev 512)
+++ pkg/stacomir/vignettes/stacomir.Rmd	2018-09-26 09:21:26 UTC (rev 513)
@@ -21,6 +21,8 @@
 opts_knit$set(message=FALSE, warnings=FALSE,error=FALSE,include=FALSE) 
 ```
 
+
+
 # stacomiR <img src="../man/figures/logo.png" align="right" />
 
 ```{r echo=FALSE, include=FALSE}
@@ -216,7 +218,7 @@
 `database_expected=FALSE`.
 
 
-```{r , eval=TRUE, echo=TRUE}
+```{r , eval=FALSE, echo=TRUE}
 ## launches the application in the command line without connection to the database
 stacomi(gr_interface=FALSE,login_window=FALSE,database_expected=FALSE) 
 ```
@@ -320,7 +322,7 @@
 score ([Durif et al.,
 2009](http://fishlarvae.org/common/SiteMedia/durif%20et%20al%202009b.pdf))
 
-```{r silver,eval=TRUE,echo=TRUE,warning=FALSE,fig.height = 4, fig.width = 6,fig.keep="all"}
+```{r silver,eval=TRUE,echo=TRUE,message=FALSE,warning=FALSE,fig.height = 4, fig.width = 6,fig.keep="all"}
 require(stacomiR)
 data("coef_durif")
 # load a dataset of class report_silver_eel with data slot already prepared



More information about the Stacomir-commits mailing list