From c9a5ad0e9c84b49fd83980194bd4ff5d6f505162 Mon Sep 17 00:00:00 2001 From: Rohan Shah Date: Thu, 24 Mar 2016 10:14:04 +1000 Subject: [PATCH] Minor changes --- DESCRIPTION | 3 --- DESCRIPTION.in | 3 --- R/eightWayPedigreeRandomFunnels.R | 2 +- R/eightWayPedigreeSingleFunnel.R | 2 +- 4 files changed, 2 insertions(+), 8 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index bc728f6..6ae7b6f 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -18,9 +18,6 @@ Depends: Rcpp, fastcluster, pryr -Suggests: - asreml, - happy.hbrem Imports: ggplot2, Matrix diff --git a/DESCRIPTION.in b/DESCRIPTION.in index 8ddc7a2..31367d5 100644 --- a/DESCRIPTION.in +++ b/DESCRIPTION.in @@ -16,9 +16,6 @@ Depends: igraph, fastcluster, pryr -Suggests: - asreml, - happy.hbrem Imports: ggplot2, Matrix diff --git a/R/eightWayPedigreeRandomFunnels.R b/R/eightWayPedigreeRandomFunnels.R index e2c2c96..9103963 100644 --- a/R/eightWayPedigreeRandomFunnels.R +++ b/R/eightWayPedigreeRandomFunnels.R @@ -15,7 +15,7 @@ #' pedigreeAsGraph <- pedigreeToGraph(pedigree) #' #Plot it #' \dontrun{plot(pedigreeAsGraph)} -#' Write it to a file in DOT format +#' #Write it to a file in DOT format #' \dontrun{write.graph(graph = pedigreeAsGraph@graph, format = "dot", file = "./pedigree.dot")} # This is written in C because otherwise it's just too damn slow (especially for generating the huge populations that we want to use to get numerically accurate results for unit testing) eightParentPedigreeRandomFunnels <- function(initialPopulationSize, selfingGenerations, nSeeds, intercrossingGenerations) diff --git a/R/eightWayPedigreeSingleFunnel.R b/R/eightWayPedigreeSingleFunnel.R index cab80c6..dccd7ad 100644 --- a/R/eightWayPedigreeSingleFunnel.R +++ b/R/eightWayPedigreeSingleFunnel.R @@ -15,7 +15,7 @@ #' pedigreeAsGraph <- pedigreeToGraph(pedigree) #' #Plot it #' \dontrun{plot(pedigreeAsGraph)} -#' Write it to a file in DOT format +#' #Write it to a file in DOT format #' \dontrun{write.graph(graph = pedigreeAsGraph@graph, format = "dot", file = "./pedigree.dot")} # This is written in C because otherwise it's just too damn slow (especially for generating the huge populations that we want to use to get numerically accurate results for unit testing) eightParentPedigreeSingleFunnel <- function(initialPopulationSize, selfingGenerations, nSeeds, intercrossingGenerations)