Skip to content

Commit

Permalink
removed @template feature from feature_sample(...) as it added featur…
Browse files Browse the repository at this point in the history
…e_locus to documentation
  • Loading branch information
DirkMetzler committed Mar 4, 2024
1 parent 4f8ccd5 commit dd12e67
Show file tree
Hide file tree
Showing 13 changed files with 1 addition and 42 deletions.
1 change: 0 additions & 1 deletion R/feature_sample.R
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ sample_class <- R6Class("sample", inherit = feature_class,
#' individual.
#' @param time The time at which the sample is taken.
#' @keywords internal
#' @template feature
feat_sample <- function(individuals, ploidy = 1, time = "0") {
if (time != "0")
stop("Samples at time different from 0 at not supported at the moment")
Expand Down
1 change: 0 additions & 1 deletion man/feat_growth.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion man/feat_ignore_singletons.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion man/feat_migration.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion man/feat_mutation.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion man/feat_outgroup.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion man/feat_pop_merge.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion man/feat_recombination.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 0 additions & 30 deletions man/feat_sample.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion man/feat_selection.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion man/feat_size_change.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion man/feat_unphased.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/sumstat_class.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dd12e67

Please sign in to comment.