Package: contact
Title: Creating Contact and Social Networks
Version: 1.2.1
Authors@R: 
    c(person(given = "Trevor", family = "Farthing", role = c("aut", "cre"),
    email = "tsfarthi@ncsu.edu"), person(given = "Daniel", family = "Dawson",
    role = "aut", email = "dedawson@ncsu.edu"), person(given = "Cristina", 
    family = "Lanzas", role = "ctb", email = "clanzas@ncsu.edu"))
Description: Process spatially- and temporally-discrete data into contact and 
   social networks, and facilitate network analysis by randomizing 
   individuals' movement paths and/or related categorical variables. To use 
   this package, users need only have a dataset containing spatial data 
   (i.e., latitude/longitude, or planar x & y coordinates), individual IDs 
   relating spatial data to specific individuals, and date/time information 
   relating spatial locations to temporal locations. The functionality of this 
   package ranges from data "cleaning" via multiple filtration functions, to 
   spatial and temporal data interpolation, and network creation and analysis. 
   Functions within this package are not limited to describing interpersonal 
   contacts. Package functions can also identify and quantify "contacts" 
   between individuals and fixed areas (e.g., home ranges, water bodies, 
   buildings, etc.). As such, this package is an incredibly useful resource 
   for facilitating epidemiological, ecological, ethological and sociological 
   research.
Depends: R (>= 3.6.0)
Imports: ape (>= 5.3), data.table (>= 1.12.2), doParallel (>= 1.0.15),
        foreach (>= 1.4.8), geosphere (>= 1.5-10), igraph (>= 1.2.4.1),
        lubridate (>= 1.7.4), methods (>= 3.6.0), parallel (>= 3.6.0),
        raster (>= 2.9-5), rgdal (>= 1.4-4), rgeos (>= 0.4-3), sf (>=
        0.7-4), sp (>= 1.3-1), stats (>= 3.6.0)
License: CC0
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.0
BugReports: https://github.com/lanzaslab/contact/issues
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2020-03-19 09:40:43 UTC; tsfarthi
Author: Trevor Farthing [aut, cre],
  Daniel Dawson [aut],
  Cristina Lanzas [ctb]
Maintainer: Trevor Farthing <tsfarthi@ncsu.edu>
Repository: CRAN
Date/Publication: 2020-03-19 12:10:18 UTC
