[Stacomir-commits] r555 - in pkg/stacomir: . R man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Feb 18 11:02:37 CET 2020
Author: briand
Date: 2020-02-18 11:02:37 +0100 (Tue, 18 Feb 2020)
New Revision: 555
Modified:
pkg/stacomir/DESCRIPTION
pkg/stacomir/NEWS.md
pkg/stacomir/R/report_sample_char.R
pkg/stacomir/man/plot-report_sample_char-missing-method.Rd
Log:
stacomiR 0.5.4.3
* fixed problem when report with just one line in one year where total number is zero
* fixed bug in monthly report when there is just a single month
* fixed new bug in report_interannual where no value returned from the database created a character which
was crashing the program
* fixed bug in bilan interannual when quantiles were calculated on a single line, now reports exactly the value of that line for all quantiles and avoid crashes.
* fixed problem in plot,report_sample_char,missing-method, a ... additional was documented but not present
Modified: pkg/stacomir/DESCRIPTION
===================================================================
--- pkg/stacomir/DESCRIPTION 2019-10-25 14:16:14 UTC (rev 554)
+++ pkg/stacomir/DESCRIPTION 2020-02-18 10:02:37 UTC (rev 555)
@@ -1,6 +1,6 @@
Package: stacomiR
-Version: 0.5.4.2
-Date: 2019-02-12
+Version: 0.5.4.3
+Date: 2020-02-18
Title: Fish Migration Monitoring
Authors at R: c(person("Cedric", "Briand", role = c("aut", "cre"), email = "cedric.briand00 at gmail.com"),
person("Marion", "Legrand", role = "aut", email="tableau-salt-loire at logrami.fr"),
Modified: pkg/stacomir/NEWS.md
===================================================================
--- pkg/stacomir/NEWS.md 2019-10-25 14:16:14 UTC (rev 554)
+++ pkg/stacomir/NEWS.md 2020-02-18 10:02:37 UTC (rev 555)
@@ -1,10 +1,14 @@
# stacomiR 0.5.4.XXX
+
+# stacomiR 0.5.4.3
+
* fixed problem when report with just one line in one year where total number is zero
* fixed bug in monthly report when there is just a single month
* fixed new bug in report_interannual where no value returned from the database created a character which
was crashing the program
* fixed bug in bilan interannual when quantiles were calculated on a single line, now reports exactly the value of that line for all quantiles and avoid crashes.
+* fixed problem in plot,report_sample_char,missing-method, a ... additional was documented but not present
# stacomiR 0.5.4.2
Modified: pkg/stacomir/R/report_sample_char.R
===================================================================
--- pkg/stacomir/R/report_sample_char.R 2019-10-25 14:16:14 UTC (rev 554)
+++ pkg/stacomir/R/report_sample_char.R 2020-02-18 10:02:37 UTC (rev 555)
@@ -219,7 +219,6 @@
#' @param plot.type One of "1","violin plot". Defaut to \code{1} , can also be \code{2} boxplot or
#' \code{3} points.
#' @param silent Stops displaying the messages.
-#' @param ... Additional arguments, see \code{plot}, \code{plot.default} and \code{par}
#' @author Cedric Briand \email{cedric.briand"at"eptb-vilaine.fr}
#' @aliases plot.report_sample_char
#' @export
Modified: pkg/stacomir/man/plot-report_sample_char-missing-method.Rd
===================================================================
--- pkg/stacomir/man/plot-report_sample_char-missing-method.Rd 2019-10-25 14:16:14 UTC (rev 554)
+++ pkg/stacomir/man/plot-report_sample_char-missing-method.Rd 2020-02-18 10:02:37 UTC (rev 555)
@@ -17,7 +17,6 @@
\item{silent}{Stops displaying the messages.}
-\item{...}{Additional arguments, see \code{plot}, \code{plot.default} and \code{par}}
}
\description{
Plots of various type for reportcarlot
More information about the Stacomir-commits
mailing list