Daniel Jordan

Results 12 comments of Daniel Jordan

I was going to mention this myself. Is there a system/user significant digits variable that can be honoured?

I had a quick look there and it looks like the tidyverse function lives in the r-lib/pillar. I think it's [this file](https://github.com/r-lib/pillar/blob/036f33842f5bbe7eb3439c1e81ff9d47171e8b55/R/sigfig.R) with the `format_decimal` function. It's quite involved. `round()`...

I think there's two options here - give every distribution a sensible default or allow distributions be initialised without any parameters. This way users (and learners) have to be explicit...

For 5.3 (the false discovery rate for the Hall of Famers), the text beneath ```r sum(top_players$PEP) ## [1] 5.46 ``` the text says "we expect about four and a half...

If I was a better developer I would have forked and given it a go myself, but I'm not and I think this feature would be really beneficial. Thanks yihui!

Another advantage would be handling paths regardless of OS - escaping Windows paths or flipping them is driving me nuts on my work machine! 😒

Hi, So after some more investigation I realise that I don't in fact really want to use a different output format, as the `html_page` output format is designed to output...

Hey Yihui, I've put together a build.R file to build blogdown posts using an altered tufte output format. It's very hacky, but has helped me build my understanding of how...

Hi Yihui, I'm planning on making a pull request to allow blogdown users specify an output format other than `blogdown::html_page`. This is motivated by my own use case as we...

@tcgriffith you're correct that if you render an Rmd to HTML and just drop it into the `content/` folder then it won't work for various reasons. The solution is to...