Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rohan-shah committed Mar 24, 2016
1 parent c1419b2 commit c9a5ad0
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 8 deletions.
3 changes: 0 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ Depends:
Rcpp,
fastcluster,
pryr
Suggests:
asreml,
happy.hbrem
Imports:
ggplot2,
Matrix
Expand Down
3 changes: 0 additions & 3 deletions DESCRIPTION.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ Depends:
igraph,
fastcluster,
pryr
Suggests:
asreml,
happy.hbrem
Imports:
ggplot2,
Matrix
2 changes: 1 addition & 1 deletion R/eightWayPedigreeRandomFunnels.R
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion R/eightWayPedigreeSingleFunnel.R
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c9a5ad0

Please sign in to comment.