Skip to content

Commit

Permalink
version 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusRowcliffe authored and cran-robot committed Jan 16, 2019
1 parent cb9c797 commit e9602db
Show file tree
Hide file tree
Showing 27 changed files with 1,102 additions and 916 deletions.
16 changes: 8 additions & 8 deletions DESCRIPTION
@@ -1,21 +1,21 @@
Package: activity
Type: Package
Title: Animal Activity Statistics
Version: 1.1
Date: 2016-09-23
Author: Marcus Rowcliffe <marcus.rowcliffe@ioz.ac.uk>
Version: 1.2
Author: Marcus Rowcliffe
Maintainer: Marcus Rowcliffe <marcus.rowcliffe@ioz.ac.uk>
Description: Provides functions to fit kernel density functions
to animal activity time data; plot activity distributions;
quantify overall levels of activity; statistically compare
activity metrics through bootstrapping; and evaluate variation
in linear variables with time (or other circular variables).
License: GPL-3
Encoding: UTF-8
Depends: methods
Imports: circular, overlap, pbapply,
LazyData: TRUE
RoxygenNote: 5.0.1
Imports: circular, pbapply,
LazyData: true
RoxygenNote: 6.1.1
NeedsCompilation: no
Packaged: 2016-09-25 21:15:10 UTC; Rowcliffe.M
Packaged: 2019-01-16 15:47:24 UTC; Rowcliffe.M
Repository: CRAN
Date/Publication: 2016-09-26 08:03:36
Date/Publication: 2019-01-16 16:20:04 UTC
42 changes: 21 additions & 21 deletions MD5
@@ -1,23 +1,23 @@
8c94e5b21d96c2641dd8b120693d48a9 *DESCRIPTION
d6d32bbdd0ef2430432d632b36648906 *NAMESPACE
cfd442f3b42dabb6c62a98c978e38070 *R/activity_code_1_1.r
0110609d6cda094b6dbc52e2d2463ac2 *DESCRIPTION
77b7cb20b88d12d3f93f90a6bd2eddf1 *NAMESPACE
f7e7aa1c906be1242f8f16e3f6711cb2 *R/activity_code.r
601e4a0baf81c965b52eb2e420cccb89 *data/BCIspeed.rda
49d79fe17bc56762619f55a6e1c816b4 *data/BCItime.rda
9b1bab5216976a1a5b8ce652938217df *man/BCIspeed.Rd
f991d5b73e53ccf0725455fd849a1ae8 *man/BCItime.Rd
42d9583064c7b58e3416c6e6d890842d *man/activity.Rd
4a199aeff8a1ecbd05a694543e164771 *man/actmod-class.Rd
ae24fa53bdc5484026e4d61b8ded5669 *man/bwcalc.Rd
772c5b40ca3dd72fa5d53e5d933136e8 *man/compareAct.Rd
9479e2d17d267007e50a176b4deb64cd *man/compareCkern.Rd
90e9a4389ed1a52b83fe1f1331dbd9bc *man/compareTimes.Rd
a498a15607e2e962141a57f7edb4e910 *man/dvmkern.Rd
3580acc5366e36f9d98e125b253d5db0 *man/fitact.Rd
862b3cfdc11583fab590002d872c7dc9 *man/fitlincirc.Rd
b47af65fd7f08455aa45c730eff17f23 *man/lincircKern.Rd
3c09eed335eea2b1c458bcf9ca3967c1 *man/lincircmod-class.Rd
c5760a4d8dc6a69069646262946abe3e *man/plot-actmod-methods.Rd
e2bace67835000dee06dbd65b967a93f *man/plot-lincircmod-methods.Rd
31b70269a919604eb5b8f2570ff193f6 *man/rvmkern.Rd
ed1c4c423549fa4817b7ec0c132358dc *man/show-actmod-method.Rd
f28910d3dbe3188bbc511e447c61e50f *man/yfromx.Rd
15290f976976a3087ebcc33909050685 *man/BCIspeed.Rd
092ff3feba8134e3732ae2d6928709bc *man/BCItime.Rd
f9a8656625b0003da4874ebe9027fe1c *man/activity.Rd
22217069e29f038820dca2cb3b2b48c8 *man/actmod-class.Rd
f03c4513788ddc920d9419bbd6cd5468 *man/bwcalc.Rd
04a3e4dd30d55517635bac3e825c3991 *man/compareAct.Rd
d1f467fc386482ef74022b4525392818 *man/compareCkern.Rd
a177b1b4fd6d565c1a8a27193f7f7161 *man/compareTimes.Rd
83d195d4d282c71c6fd68bf0710f5f51 *man/density2.Rd
657639fee7a58c873750cbcefff482e7 *man/dvmkern.Rd
2e25bb96d338adefa051a662211c60b0 *man/fitact.Rd
0d3239eb12023df32e74f7f003d06acf *man/fitlincirc.Rd
65e154f383e0abdd1c6ea4fc0a49d121 *man/lincircKern.Rd
cbe944f12f84f1713acc949e380f35b5 *man/lincircmod-class.Rd
aa03318797be35f8d805142b15323ac6 *man/ovl5.Rd
c0f8e7372852a652e16f29c1c70ee0eb *man/plot.actmod.Rd
a4776155b8dd4e218f75373feefd5881 *man/plot.lincircmod.Rd
e66ffa98a14a17af257b5c3e49a56497 *man/redf.Rd
11 changes: 5 additions & 6 deletions NAMESPACE
@@ -1,17 +1,16 @@
import(methods)
importFrom("graphics", "hist", "lines")
importFrom("stats", "ecdf", "optimise", "pchisq", "quantile", "runif", "sd")
S3method(plot,actmod)
S3method(plot,lincircmod)
export(bwcalc)
export(compareAct)
export(compareCkern)
export(compareTimes)
export(density2)
export(dvmkern)
export(fitact)
export(fitlincirc)
export(lincircKern)
export(rvmkern)
export(yfromx)
export(ovl5)
export(redf)
exportClasses(actmod)
exportClasses(lincircmod)
exportMethods(plot)
exportMethods(show)

0 comments on commit e9602db

Please sign in to comment.