Package: graph4lg
Type: Package
Title: Build Graphs for Landscape Genetics Analysis
Version: 1.4.0
Authors@R: 
    c(person(given = "Paul",
             family = "Savary",
             role = c("aut", "cre"),
             email = "psavary@protonmail.com",
             comment = c(ORCID = "0000-0002-2104-9941")),
	  person(given = "Gilles",
             family = "Vuidel",
             role = "ctb",
             comment = c(ORCID = "0000-0001-6330-6136")),
      person(given = "Tyler",
             family = "Rudolph",
             role = "ctb"))
Maintainer: Paul Savary <psavary@protonmail.com>
Description: Build graphs for landscape genetics analysis. This set of 
	functions can be used to import and convert spatial and genetic data 
	initially in different formats, import landscape graphs created with 
	'GRAPHAB' software (Foltete et al., 2012) <doi:10.1016/j.envsoft.2012.07.002>, 
	make diagnosis plots of isolation by distance relationships in order to 
	choose how to build genetic graphs, create graphs with a large range of 
	pruning methods, weight their links with several genetic distances, plot 
	and analyse graphs,	compare them with other graphs. It uses functions from 
	other packages such as 'adegenet' 
	(Jombart, 2008) <doi:10.1093/bioinformatics/btn129> and 'igraph' (Csardi
	et Nepusz, 2006) <https://igraph.org/>. It also implements methods 
	commonly used in landscape genetics to create graphs, described by Dyer et 
	Nason (2004) <doi:10.1111/j.1365-294X.2004.02177.x> and Greenbaum et 
	Fefferman (2017) <doi:10.1111/mec.14059>, and to analyse distance data 
	(van Strien et al., 2015) <doi:10.1038/hdy.2014.62>.
Depends: R(>= 3.1.0)
License: GPL-2
Encoding: UTF-8
LazyData: true
Imports: adegenet, ggplot2, stringr, igraph, stats, spatstat.geom,
        spatstat.linnet, Matrix, vegan, utils, methods, pegas, MASS,
        tidyr, sp, sf, diveRsity, rappdirs, gdistance, raster, foreign,
        ecodist, Rdpack
Suggests: knitr, rmarkdown
RdMacros: Rdpack
RoxygenNote: 7.1.2
VignetteBuilder: knitr, rmarkdown
NeedsCompilation: no
Packaged: 2022-03-07 21:47:24 UTC; paul
Author: Paul Savary [aut, cre] (<https://orcid.org/0000-0002-2104-9941>),
  Gilles Vuidel [ctb] (<https://orcid.org/0000-0001-6330-6136>),
  Tyler Rudolph [ctb]
Repository: CRAN
Date/Publication: 2022-03-08 08:40:15 UTC
