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
# Creating `conformr` and `xmap` using Literate Programming via `litr`
2
2
3
-
This repository contains the `litr` Rmd files used to write the `conformr` and `xmap` packages. Rendering the `.Rmd` files inside `create-conformr/` generates all the R package files in `conformr/`. You can browse a mostly up-to-date [rendered version of the bookdown](https://create-conformr.netlify.app). The `create-xmap.Rmd` and `xmap-source-files/` folder contain all the source files for the `xmap` package. The latest pkgdown site for `xmap` is [here](https://xmap-r-pkg.netlify.app).
3
+
This repository contains the `litr` Rmd files used to write the `conformr` and `xmap` packages.
4
+
5
+
The `create-xmap.Rmd` and `xmap-source-files/` folder contain all the source files for the `xmap` package. The latest pkgdown site for `xmap` is [here](https://xmap-r-pkg.netlify.app). You can install the latest release from [cynthiahqy/xmap](https://github.com/cynthiahqy/xmap/tree/v0.0.1)
6
+
7
+
Rendering the `.Rmd` files inside `create-conformr/` generates all the R package files in `conformr/`. You can browse a mostly up-to-date [rendered version of the bookdown](https://create-conformr.netlify.app).
4
8
5
9
For more information about literate programming and using `litr` to write packages see the [`litr` project repo](https://github.com/jacobbien/litr-project) on GitHub, and the [pkgdown site for `litr`](http://faculty.marshall.usc.edu/jacob-bien/litr/docs/index.html)
0 commit comments