[Stacomir-commits] r581 - / pkg pkg/stacomir pkg/stacomir/man pkg/stacomir/tests/testthat pkg/stacomirtools

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sun Nov 7 19:25:11 CET 2021


Author: briand
Date: 2021-11-07 19:25:11 +0100 (Sun, 07 Nov 2021)
New Revision: 581

Modified:
   /
   pkg/
   pkg/stacomir/DESCRIPTION
   pkg/stacomir/man/plot-report_dc-ANY-method.Rd
   pkg/stacomir/tests/testthat/
   pkg/stacomirtools/DESCRIPTION
Log:
DESCRIPTION

Index: 
===================================================================
--- 	2021-11-07 18:14:38 UTC (rev 580)
+++ 	2021-11-07 18:25:11 UTC (rev 581)

Property changes on: 
___________________________________________________________________
Modified: svn:ignore
## -1,3 +1,4 ##
 .project
 check
 .settings
+stacomir.zip
Index: pkg
===================================================================
--- pkg	2021-11-07 18:14:38 UTC (rev 580)
+++ pkg	2021-11-07 18:25:11 UTC (rev 581)

Property changes on: pkg
___________________________________________________________________
Modified: svn:ignore
## -19,3 +19,6 ##
 stacomirtools_0.3.tar.gz
 stacomirtools_0.3.zip
 *.zip
+*.user
+.Rhistory
+*.Rproj
Modified: pkg/stacomir/DESCRIPTION
===================================================================
--- pkg/stacomir/DESCRIPTION	2021-11-07 18:14:38 UTC (rev 580)
+++ pkg/stacomir/DESCRIPTION	2021-11-07 18:25:11 UTC (rev 581)
@@ -1,6 +1,6 @@
 Package: stacomiR
-Version: 0.6.9000
-Date: 2020-08-05 
+Version: 0.6.0
+Date: 2021-11-07
 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/man/plot-report_dc-ANY-method.Rd
===================================================================
--- pkg/stacomir/man/plot-report_dc-ANY-method.Rd	2021-11-07 18:14:38 UTC (rev 580)
+++ pkg/stacomir/man/plot-report_dc-ANY-method.Rd	2021-11-07 18:25:11 UTC (rev 581)
@@ -1,44 +1,42 @@
-% Generated by roxygen2: do not edit by hand
-% Please edit documentation in R/report_dc.R
-\docType{methods}
-\name{plot,report_dc,ANY-method}
-\alias{plot,report_dc,ANY-method}
-\alias{plot.report_dc}
-\title{Different plots for report_dc}
-\usage{
-\S4method{plot}{report_dc,ANY}(x, y, plot.type = 1, silent = FALSE,
-  main = NULL)
-}
-\arguments{
-\item{x}{An object of class \link{report_dc-class}}
-
-\item{y}{From the formals but missing}
-
-\item{plot.type}{One of \code{barchart},\code{box}. Defaut to \code{barchart} showing
- a summary of the df operation per month, can also be \code{box}, 
-a plot with adjacent rectangles.}
-
-\item{silent}{Stops displaying the messages.}
-
-\item{main}{The title of the graph, if NULL a default title will be plotted 
-with the number of the DF}
-}
-\value{
-Nothing but prints the different plots
-}
-\description{
-\itemize{
-     \item{plot.type=1}{A barplot of the operation time per month}
-		\item{plot.type=2}{Barchat giving the time per type of operation }
-		\item{plot.type=2}{Rectangle plots drawn along a line}
-     \item{plot.type=4}{Plots per day drawn over the period to show the operation of a df, days in x, hours in y} 
-	}
-}
-\note{
-The program cuts periods which overlap between two month. 
-The splitting of different periods into month is 
-assigned to the \code{envir_stacomi} environment
-}
-\author{
-Cedric Briand \email{cedric.briand"at"eptb-vilaine.fr}
-}
+% Generated by roxygen2: do not edit by hand
+% Please edit documentation in R/report_dc.R
+\name{plot,report_dc,ANY-method}
+\alias{plot,report_dc,ANY-method}
+\alias{plot.report_dc}
+\title{Different plots for report_dc}
+\usage{
+\S4method{plot}{report_dc,ANY}(x, y, plot.type = 1, silent = FALSE, main = NULL)
+}
+\arguments{
+\item{x}{An object of class \link{report_dc-class}}
+
+\item{y}{From the formals but missing}
+
+\item{plot.type}{One of \code{barchart},\code{box}. Defaut to \code{barchart} showing
+ a summary of the df operation per month, can also be \code{box},
+a plot with adjacent rectangles.}
+
+\item{silent}{Stops displaying the messages.}
+
+\item{main}{The title of the graph, if NULL a default title will be plotted
+with the number of the DF}
+}
+\value{
+Nothing but prints the different plots
+}
+\description{
+\itemize{
+     \item{plot.type=1}{A barplot of the operation time per month}
+		\item{plot.type=2}{Barchat giving the time per type of operation }
+		\item{plot.type=2}{Rectangle plots drawn along a line}
+     \item{plot.type=4}{Plots per day drawn over the period to show the operation of a df, days in x, hours in y}
+	}
+}
+\note{
+The program cuts periods which overlap between two month.
+The splitting of different periods into month is
+assigned to the \code{envir_stacomi} environment
+}
+\author{
+Cedric Briand \email{cedric.briand"at"eptb-vilaine.fr}
+}

Index: pkg/stacomir/tests/testthat
===================================================================
--- pkg/stacomir/tests/testthat	2021-11-07 18:14:38 UTC (rev 580)
+++ pkg/stacomir/tests/testthat	2021-11-07 18:25:11 UTC (rev 581)

Property changes on: pkg/stacomir/tests/testthat
___________________________________________________________________
Modified: svn:ignore
## -83,3 +83,4 ##
 Rplots83.pdf
 Rplots84.pdf
 Rplots9.pdf
+_snaps
Modified: pkg/stacomirtools/DESCRIPTION
===================================================================
--- pkg/stacomirtools/DESCRIPTION	2021-11-07 18:14:38 UTC (rev 580)
+++ pkg/stacomirtools/DESCRIPTION	2021-11-07 18:25:11 UTC (rev 581)
@@ -1,5 +1,5 @@
 Package: stacomirtools
-Version: 0.6.0.9000
+Version: 2021-11-07
 Date: 2021-11-07
 Title: Connection Class for Package stacomiR
 Authors at R: c(



More information about the Stacomir-commits mailing list