cran-task-views / Tracking

CRAN Task View: Processing and Analysis of Tracking Data
https://CRAN.R-project.org/view=Tracking
4 stars 0 forks source link

mousetrack: Mouse-Tracking Measures from Trajectory Data #14

Closed rociojoo closed 1 year ago

rociojoo commented 2 years ago

Are you the author of the package?

No

Is the package on a specific repository?

CRAN

Please provide the URL of the package repository

https://cran.r-project.org/package=mousetrack

Is there a dedicated website for the documentation (e.g. a pkgdown website)?

No. https://cran.r-project.org/web/packages/mousetrack/mousetrack.pdf

If you are the author of the package, does it pass CRAN check tests?

Yes (CRAN package).

Additional information

Briefly, can you describe the purpose of this package and how it fits into the Tracking CTV? It deals with tracking data (x, y, time) of mouse tracking

In terms of the tracking workflow (see Figure in the CTV), where does the package fit? (Feel free to mention any particular functions and how they fit as well.) It'd fit under postprocessing due to its interpltraj function, and track description because the getmouseDV (dependent variables) computes a lot of variables summarizing the track. It assumes that the dataset corresponds to just one track.

rociojoo commented 1 year ago

added to Tracking_tbl.csv

rociojoo commented 1 year ago

CRAN archived on 2022-06-15 as check problems were not corrected despite reminders.


Version: 1.0.0
Check: R code for possible problems
Result: NOTE
    getmouseDV: no visible global function definition for 'tail'
    interpltraj: no visible global function definition for 'approx'
    trim1: no visible global function definition for 'tail'
    Undefined global functions or variables:
     approx tail
    Consider adding
     importFrom("stats", "approx")
     importFrom("utils", "tail")
    to your NAMESPACE file.