Fix RTF download issues
@yihui is already working on this.
Since Aug 19, 2026.
- Dominant language
- R
- Stars
- 27
- Forks
- 5
- Avg merge
- 17h 4m
- Merged PRs (30d)
- 4
Description
In v0.1.3, we generated the RTF files for the AE tables using the tlf_xxx() functions. Once generated, we manually converted these RTFs to PDFs and displayed them on the pkgdown website. However, this manual conversion process is not automated and should be avoided.
To resolve this, I worked with GTP5.6-Sol in v0.1.4 to allow users to download the RTF files directly. However, when I try to download the RTF from vignettes/ae-summary-rtf.Rmd on the built pkgdown website, I encounter a "Couldn't download - no permission" error.
I suspect this might be caused by our network firewall, as the download works perfectly when tested on my personal laptop and phone.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.