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

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Jun 20 15:12:14 CEST 2018


Author: briand
Date: 2018-06-20 15:12:14 +0200 (Wed, 20 Jun 2018)
New Revision: 497

Modified:
   pkg/stacomir/vignettes/stacomir.Rmd
Log:
Error-trial for vignette

Modified: pkg/stacomir/vignettes/stacomir.Rmd
===================================================================
--- pkg/stacomir/vignettes/stacomir.Rmd	2018-06-19 20:08:36 UTC (rev 496)
+++ pkg/stacomir/vignettes/stacomir.Rmd	2018-06-20 13:12:14 UTC (rev 497)
@@ -275,9 +275,12 @@
 periods) (middle), a summary of migration per month (bottom).
 
 
-```{r rmmstd,eval=FALSE,echo=TRUE,message=FALSE}
+```{r rmmstd,eval=TRUE,echo=TRUE,message=FALSE}
 # Without a connection at the database we can launch these lines to generate the graph
 # To obtain titles in french use Sys.setenv(LANG = "fr")
+stacomi(gr_interface=FALSE,
+	login_window=FALSE,
+	database_expected=FALSE)	
 data("r_mig_mult")
 data("r_mig_mult_ope")
 assign("report_ope",r_mig_mult_ope,envir=envir_stacomi)
@@ -300,6 +303,7 @@
 Summary of migration for different stages and counting devices
 
 ```{r rmmmult,eval=TRUE,echo=TRUE,fig.height = 4, fig.width = 6}
+
   plot(r_mig_mult,plot.type="multiple",silent=TRUE)
 ```
 



More information about the Stacomir-commits mailing list