Skip to content

Commit

Permalink
Fixed for new CRAN building and checking requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Luque committed Jan 22, 2024
1 parent e1d7031 commit f28ac3b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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
Expand Down
10 changes: 5 additions & 5 deletions inst/CITATION
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
11 changes: 6 additions & 5 deletions man/diveMove-internal.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
\alias{.depthFilter}
\alias{.derivStats}
\alias{.diveIndices}
\alias{.diveMatches}
\alias{.getInterval}
\alias{.plotTDR}
\alias{.plotlyTDR}
Expand Down Expand Up @@ -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.
}
Expand Down

0 comments on commit f28ac3b

Please sign in to comment.