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
Copy file name to clipboardExpand all lines: README.md
+15-9Lines changed: 15 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,11 @@ including examples on how to use it on its own or to develop new R packages.
34
34
35
35
## Contents
36
36
37
-
*`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.
37
+
*`extern` - Git submodule for `tskit` and instructions on
38
+
obtaining the latest version and copying the `tskit` C code into
39
+
`RcppTskit` directory.
40
+
`extern` is saved outside of the `RcppTskit` directory
41
+
because `R CMD CHECK` complains otherwise.
38
42
39
43
*`RcppTskit` - R package `RcppTskit`.
40
44
@@ -64,18 +68,16 @@ https://mac.r-project.org/tools for macOS tools.
64
68
```
65
69
# install.packages("remotes") # If you don't have it already
0 commit comments