Zhian N. Kamvar

Results 178 issues of Zhian N. Kamvar

The quote from [Dr. Jones](https://www.youtube.com/watch?v=-1jPUB7gRyg) is good, but it's a bit old. I found some praise from a 2018 blog from Dr. Julie V. Hopper: > ...the tutorial for the...

Bookdown is a way to make a site AND render it as markdown, epub, pdf, etc. It's recently developed and may serve well for the purposes of this site. https://bookdown.org/

enhancement

This can be a short version of the [MLG vignette](http://cran.r-project.org/web/packages/poppr/vignettes/mlg.html)

@datacarpentry/spreadsheets-socialsci-maintainers As I hope you are already aware, we are rolling out the new lesson infrastructure, [The Carpentries Workbench](https://carpentries.github.io/workbench/), across all of The Carpentries official lessons in early May 2023....

type:template and tools

This adds the `get_protected()` function, which provides a way to access the protected nodes that are labelled "@asis" or "@curly". See https://github.com/ropensci/tinkr/issues/109 for motivation. It will allow me to implement...

I am planning to do a major version component update to {tinkr} in the next few weeks with some new features and bug fixes. This describes my ambitions for it....

As discussed in https://github.com/ropensci/tinkr/issues/105#issuecomment-2040238007, since I have some time on my hands, I wanted to give this a go. This shifts that paradigm from splitting nodes that need protection to...

This PR improves QOL for people subsetting documents by allowing them to see the context of the nodes they create. I'm not terribly set on the names, but I've got:...

This may be a commonmark problem but it appears that it treats a single pair of `~` as strikethrough text even though it prints a double pair. ``` r txt...

bug
upstream
pending fix

One potential use-case that I've been thinking about involves translations of markdown prose. AFAIK, it's a hard problem because gettext is designed for standalone messages, not prose. That being said,...