diff --git a/DESCRIPTION b/DESCRIPTION index 84d70d5..1c53836 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: diveMove Type: Package Title: Dive Analysis and Calibration -Version: 1.6.1 +Version: 1.6.2 Depends: R (>= 3.5.0), methods, stats4 Suggests: knitr, lattice, pander, rmarkdown, tinytest Imports: geosphere, KernSmooth, plotly, quantreg, uniReg diff --git a/inst/CITATION b/inst/CITATION index 078af35..4726633 100644 --- a/inst/CITATION +++ b/inst/CITATION @@ -1,11 +1,11 @@ ## -*- R -*- -citHeader("To cite the R package 'diveMove' in publications use:") +citation(auto=meta) -citEntry(entry="Article", +## R News article +bibentry(bibtype="Article", title="Diving Behaviour Analysis in {R}", - author=personList( - person(given=c("Sebastian", "P"), family="Luque", - email="spluque@gmail.com")), + author=c(person(given=c("Sebastian", "P"), family="Luque", + email="spluque@gmail.com")), journal="{R News}", year=2007, month="June", volume=7, number=3, pages="8--14", issn=1609-3631, diff --git a/man/diveMove-internal.Rd b/man/diveMove-internal.Rd index 85090d3..c1ff1e1 100644 --- a/man/diveMove-internal.Rd +++ b/man/diveMove-internal.Rd @@ -3,6 +3,7 @@ \alias{.depthFilter} \alias{.derivStats} \alias{.diveIndices} +\alias{.diveMatches} \alias{.getInterval} \alias{.plotTDR} \alias{.plotlyTDR} @@ -177,13 +178,13 @@ \itemize{ - \item{time.br:} {A factor dividing \code{act} into different periods - of activity.} + \item \code{time.br} A factor dividing \code{act} into different periods + of activity. - \item{time.peract:} {The duration of each period of activity.} + \item \code{time.peract} The duration of each period of activity. - \item{beg.time, end.time:} {POSIXct objects indicating the beginning - and ending times of each period of activity.} + \item \code{beg.time, end.time} POSIXct objects indicating the beginning + and ending times of each period of activity. }