Tom Palmer

Results 27 issues of Tom Palmer

This isn't an issue but I thought I would post in case this is helpful for anyone else. When using betterport I found that I needed a column break. I...

enhancement

I don't know if this is better here or in your Cookbook. I think it would be worth adding a short section documenting your own solution [here](https://github.com/yihui/rmarkdown-cookbook/blob/11e30fe85f41462546a823102db93c81b1537af2/.gitattributes#L3) to making RMarkdown...

I think this fixes typo in the snapshotting vignette.

When reading your helpfiles I noticed that you had used a slightly incorrect syntax for your links. So I have fixed them with this PR. cheers Tom

Thanks for a wonderful repo. I noticed this verbatim r code chunk isn't escaped in the standard way. I have fixed using one of the old ways of doing this,...

Thanks for a great package. In several places in your R code you use the base pipe `|>` (R/Proportions.R, data-raw/LoadTestdata.R, man/phe_proportion.Rd) so for me the relevant line your DESCRIPTION should...

Thanks for a great app and always brilliant blog posts. I have a suggestion for this app involving the R-hub CRAN source code mirror of each CRAN package. https://github.com/cran https://docs.r-hub.io/#cranatgh...

Closes #11 You have used the ggrepel package so this needs to be listed in either the Imports or Suggests list in the DESCRIPTION file, which this PR simply adds....

I think that both the blogdown.yaml and bookdown.yaml examples require to write to contents because they are using the gh-pages branch.

Hi Yi I've had a look, as per issue #7 you had quite a few non-runtime dependencies declared in your DESCRIPTION. I think I've fixed them all. I've also updated...