Skip to content

Commit

Permalink
removed purrr to suggests
Browse files Browse the repository at this point in the history
fixed authors
  • Loading branch information
green-striped-gecko committed Mar 28, 2022
1 parent ec516e9 commit 40b32e1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
11 changes: 6 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ Description: Functions are provided that facilitate the import and analysis of
faststructure packages.
VignetteBuilder: knitr
Encoding: UTF-8
Depends: R (>= 3.5), adegenet (>= 2.0.0), ggplot2
Depends: R (>= 3.5), adegenet (>= 2.0.0), ggplot2, dplyr
biocViews:
Imports: stats, methods, utils, plyr, tidyr,stringr, ape, vegan,
sp, PopGenReport, MASS, StAMPP,SNPRelate,
gridExtra, foreach, dplyr, crayon,reshape2, fields,
patchwork, raster, data.table, shiny, purrr
gridExtra, foreach, crayon, reshape2, fields,
patchwork, raster, data.table, shiny
Suggests:
HardyWeinberg,
networkD3,
Expand Down Expand Up @@ -81,7 +81,8 @@ Suggests:
devtools,
tibble,
stringi,
shinyWidgets
shinyWidgets,
purrr
Additional_repositories: https://github.com/EricArcher/strataG
License: GPL (>= 3)
LazyData: true
Expand All @@ -95,5 +96,5 @@ Author: Bernd Gruber [aut, cre],
Peter J. Unmack [ctb],
Oliver Berry [ctb],
Lindsay V. Clark [ctb],
Floriaan Devloo-Delva [ctb]
Floriaan Devloo-Delva [ctb],
Eric Archer [ctb]
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,6 @@ importFrom(methods,show)
importFrom(plyr,count)
importFrom(plyr,join)
importFrom(plyr,rbind.fill)
importFrom(purrr,map)
importFrom(raster,plot)
importFrom(sp,"coordinates<-")
importFrom(sp,"proj4string<-")
Expand Down
1 change: 0 additions & 1 deletion R/gl.run.structure.r
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
#' @import patchwork
### @importFrom strataG genind2gtypes structureRun
#' @importFrom dplyr bind_rows mutate_at vars starts_with mutate group_by ungroup arrange n rename select everything n_distinct bind_rows starts_with
#' @importFrom purrr map
#' @export
### @seealso \code{structureRun}
#' @references
Expand Down

0 comments on commit 40b32e1

Please sign in to comment.