-
This is so useful, I can't believe I've only just seen it!
One hiccup; the images in our vignettes don't load, e.g.: http://goldingn.github.io/zoon/articles/Building_a_module.html
That's because the…
-
-
Following the instructions located here:
https://bookdown.org/yihui/bookdown/get-started.html
I have forked bookdown-demo and attempted to knit it after opening the index.Rmd page. Unfortunately, wh…
-
Could you release an ePub version? When I compiled it by myself, there were lots of errors. Maybe because some files are deprecated. Thank you.
-
p = pyrfa.Pyrfa()
There is no elegant way to clean up memory occupied by "p".
Killing the process seems to be the only way. "del p" doesn't work.
Please provide a reliable way to clean up this object…
ghost updated
8 years ago
-
The web delivery form has a link to a survey that is part of our delivery emails.
http://www.lib.virginia.edu/rmds/services/survey.html
This is no longer active. Do we have a survey somewhere else…
-
I use `checkpoint()` in my R Markdown (.Rmd) file to create a script for other experimenters to reproduce the analysis. However, `knitr` wasn't installed in the snapshot folder (under ~/.checkpoint). …
-
This is perhaps part rsconnect, part rmarkdown.
Create an Rmd with the header YAML:
```
output: pdf_document
```
Attempt to deploy that document and you get an error:
```
> rsconnect::deployDoc("p…
-
It sounded like the plan was to handle this in the IDE before we internally would call `deployApp`, but this sounded buggy to me.
It looks like this code presumes that if a directory has more than 1…
-