File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33## Next TODOs
44
5- * TODO: Should we also use https://tskit.dev/tskit/docs/stable/c-api.html#c.TSK_TS_INIT_COMPUTE_MUTATION_PARENTS ?
6- in TableCollection$tree_sequence()?
7-
8- * Test how skip_ref_seq works?
9-
10- * Test building indexes?
11-
12- * Will we need tc$sort() and stuff or is the default in tc$tree_sequence() OK?
13-
14- * Do we want to expose ts discrete_time or discrete_genome properties?
15- Also we have this comment in RcppTskit.cpp
16-
17- // See tsk_treeseq_t inst/include/tskit/tskit/trees.h on what it contains. Here
18- // is Python summary
19- // https://tskit.dev/tskit/docs/stable/python-api.html#trees-and-tree-sequences
20- // See tsk_table_collection_t inst/include/tskit/tskit/tables.h on what it
21- // contains. Here is Python summary
22- // https://tskit.dev/tskit/docs/stable/python-api.html#sec-tables-api-table-collection
23-
24- # Release (TODO)
25- # TODO: Tag a release #15
26- # https://github.com/HighlanderLab/RcppTskit/issues/15
27- # remotes::install_github("HighlanderLab/RcppTskit/RcppTskit")
28-
29- # TODO: Publish on CRAN #14
30- # https://github.com/HighlanderLab/RcppTskit/issues/14
31-
325// TODO: This will go into AlphaSimR
336// [[ Rcpp::export]]
347SEXP tc_grow(SEXP tc) {
You can’t perform that action at this time.
0 commit comments