#R CMD build/check files
/*.Rcheck/
/*.tar.gz
++<<<<<<< HEAD
+
+#object & library files
+*.[oa]
+*.so
+
+#jupyter checkpoints + generated ipynb,html
+.ipynb_checkpoints/
+/reports/*.ipynb
+/reports/*.html
+
+#large CSV files
+data/*.csv
+
+#misc
+*.png
+#*.tex
+/AirNormand/
+
+#.gitattributes/.gitfat files are generated by initialize.sh
+.gitattributes
+.gitfat
+
+#Rmarkdown, knitr + LaTeX generated files
+#*.tex
+*.pdf
+!/biblio/*.pdf
+*.aux
+*.dvi
+*.log
+*.out
+*.toc
+*.synctex.gz
+figure/
#'
#' @param err Error as returned by \code{computeError()}
#' @param cols Colors for each error (default: 1,2,3,...)
++<<<<<<< HEAD
++=======
+ #' @param agg Aggregation level ("day", "week" or "month")
++>>>>>>> 3a38473a435221cc15b6215b0d6677cd370dc2d6
#'
#' @seealso \code{\link{plotCurves}}, \code{\link{plotPredReal}},
#' \code{\link{plotSimils}}, \code{\link{plotFbox}}, \code{\link{computeFilaments}},