You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- Col-3-End -->
29
38
30
-
<!-- line break 1 -->
31
-
[](https://CRAN.R-project.org/package=RcppTskit)<!-- Row 2, Col 1 --><!-- Row 2, Col 2 -->[](https://cranlogs.r-pkg.org/badges/grand-total/RcppTskit)<!-- Row 2, Col 3 -->
39
+
<!-- Row 3 -->
40
+
R CMD checks: [](https://cran.r-project.org/web/checks/check_results_RcppTskit.html)<!-- Col-1-End -->
[](https://cran.r-project.org/web/checks/check_results_RcppTskit.html)<!-- Row 3, Col 1 --><!-- Row 3, Col 2 -->[](https://app.codecov.io/gh/HighlanderLab/RcppTskit)<!--Row 3, Col 3-->
44
+
<!--Row 4-->
45
+
Code quality: [](https://app.codecov.io/gh/HighlanderLab/RcppTskit)<!-- Col-1-End-->
35
46
36
47
<!-- badges: end -->
37
48
38
49
## Contents
39
50
40
-
*`extern` - Git submodule for `tskit` and instructions on obtaining the latest version and copying the `tskit` C code into `RcppTskit` directory. `extern` is saved outside of the `RcppTskit` directory because `R CMD CHECK` complains otherwise.
51
+
*`extern` - Git submodule for `tskit` and instructions on
52
+
obtaining the latest version and copying the `tskit` C code into
53
+
`RcppTskit` directory.
54
+
`extern` is saved outside of the `RcppTskit` directory
55
+
because `R CMD CHECK` complains otherwise (even with `.Rbuildignore`).
41
56
42
57
*`RcppTskit` - R package `RcppTskit`.
43
58
@@ -67,33 +82,39 @@ https://mac.r-project.org/tools for macOS tools.
67
82
```
68
83
# install.packages("remotes") # If you don't have it already
0 commit comments