RConsortium / submissions-pilot3-adam

Development repo for pilot3 submission to FDA - ADaM
https://rconsortium.github.io/submissions-pilot3-adam/
GNU General Public License v3.0
16 stars 11 forks source link

Convert Common Issues wiki to PDF #112

Closed laxamanaj closed 1 year ago

laxamanaj commented 1 year ago

https://github.com/RConsortium/submissions-pilot3-adam/wiki/Common-Issues

See https://medium.com/@yakivmospan/did-you-ever-try-to-convert-github-wiki-in-pdf-c3078538bf12 or google other sources.

SHAESEN2 commented 1 year ago
robertdevine commented 1 year ago

This a very cool, @SHAESEN2. Thank you.

@laxamanaj the approach used by @SHAESEN2 differs from what we discussed in our earlier meetings on Issue 59[1], 59[2] and has 'npm' dependency (github-wikito-converter) if Pilot3 wishes to programmatically generate the PDFs. [Node.js is not provided by default in posit cloud and the 'npm' package was removed from CRAN in 2022 but is available through the 'Archive' - a one liner using gwtc to convert the wiki to pdf.]. Love the ingenuity to present this alternative approach to convert GH Wiki to PDF! Thanks again.

GH_Issue59_report-adam.pdf

@laxamanaj Pilot3 Wiki repository: https://github.com/RConsortium/submissions-pilot3-adam.wiki.git

The recommend would be to use a git sub-module to link the QC Findings repo markdown file to the Pilot3 repo wiki pdf. Doing so provides a mechanism to automatically sync main/master changes from the wiki repo to the Pilot3 repo wiki pdf programmatically.