Skip to content

Commit 068f727

Browse files
committed
Clearing dev notes
1 parent 355b70c commit 068f727

1 file changed

Lines changed: 0 additions & 27 deletions

File tree

RcppTskit/notes_pkg_dev.Rmd

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -2,33 +2,6 @@
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]]
347
SEXP tc_grow(SEXP tc) {

0 commit comments

Comments
 (0)