Package: cylcop
Title: Circular-Linear Copulas with Angular Symmetry for Movement Data
Version: 0.1.0
Date: 2021-08-05
Authors@R: 
    person(given = "Florian",
           family = "Hodel",
           role = c("aut", "cre"),
           email = "florian.hodel@yahoo.com",
           comment = c(ORCID = "0000-0002-0099-1006"))
Maintainer: Florian Hodel <florian.hodel@yahoo.com>
Description: Classes (S4) of circular-linear, symmetric copulas with corresponding
    methods, extending the 'copula' package. These copulas are especially useful
    for modelling correlation in discrete-time movement data. Methods for density, 
    (conditional) distribution, random number generation, bivariate dependence
    measures and fitting parameters using maximum likelihood and other 
    approaches. The package also contains methods for visualizing movement data
    and copulas.
License: GPL (>= 2)
Encoding: UTF-8
Depends: R (>= 3.5),
Imports: circular, stats, extraDistr, purrr, dplyr (>= 0.7.0), copula,
        stringr, rlang, methods, mvtnorm, GoFKernel, MASS, data.table,
        infotheo, ggplot2, utils, rgl, viridis, plotly, cowplot, movMF,
        Rdpack
RdMacros: Rdpack
RoxygenNote: 7.1.1
Collate: 'cyl_cop_class.R' 'Ccond.R' 'aaaglobal.R' 'correlation.R'
        'cyl_cubsec.R' 'cyl_quadsec.R' 'cyl_rect_combine.R'
        'cyl_rot_combine.R' 'cyl_vonmises.R' 'cylcop-package.R'
        'density.R' 'fit_cop_corr.R' 'fit_cop_mle.R' 'fit_margin.R'
        'mixedvonmises.R' 'opt_auto.R' 'plotting_functions.R'
        'simulate_trajectory.R' 'utils.R' 'wrappedcauchy.R' 'zzz.R'
NeedsCompilation: no
Packaged: 2021-08-05 16:27:46 UTC; Flo
Author: Florian Hodel [aut, cre] (<https://orcid.org/0000-0002-0099-1006>)
Repository: CRAN
Date/Publication: 2021-08-06 08:30:06 UTC
