-
I was trying to publish a bookdown project to https://bookdown.org/, and encoutered this error:
```
Preparing to deploy site...DONE
Uploading bundle for site: 3223...DONE
Deploying bundle: 135…
-
### System details
Browser Version: Firefox 80.01
Output of `sessionInfo()`:
provided below the break
```R
# sessionInfo() output goes here
R version 4.0.3 (2020-10-10)
Platform: …
-
I believe y'all use the mathjax CDN which is now unfortunately closing. The impact needs to be assessed and potentially a new CDN used by the package.
https://www.mathjax.org/cdn-shutting-down/
-
@yihui
Please be informed that, the knitr package does not seem to be supported on R 3.5.
However, the CRAN documentation says this package is supported from R >= 3.1.0.
Will support for 3.5 be pr…
-
The current behavior of Shiny is ([intentionally](https://community.rstudio.com/t/prevent-observer-crashes/25169/3) if I understand right) to completely shut down in a lot of situations where it runs …
-
First of all I want to thank you for your hard work maintaining this. Your project saved me for a lot of issues.
Unfortunately, I have a problem connecting the rstudio to a postgres db. I can do it …
-
@adam3smith, @kuriwaki, @pdurbin, and anyone else,
Should [`get_file()`](https://github.com/IQSS/dataverse-client-r/blob/master/R/get_file.R) be refactored into multiple child functions? It seems…
-
I've managed to get the benchmark analysis running on a server, so I think it's all working now. @ricschuster, when you get a chance, could you please try running it on your system and see if it works…
-
For example, this document and code produce an error:
``````
---
output: html_document
params:
x: NULL
---
```{r}
params$x
```
``````
``` R
rmarkdown::render("test.Rmd", params = list(x=1))
# E…
-
Submitting Author: Name (@wlandau)
Repository:
* `targets`: https://github.com/wlandau/targets
* `tarchetypes`: https://github.com/wlandau/tarchetypes. (`tarchetypes` is a small companion package…