-
|
Hi, I love that the CRAN entry contains links to the reference manual both in PDF and HTML format. Can you explain how this was achieved? Like, how was the HTML format built and how is the link added to the CRAN entry? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
|
Hi Florian! I wish I had a more sophisticated answer for you, but I just used |
Beta Was this translation helpful? Give feedback.
-
|
Weird -- let me check. When I was submitting the package to CRAN, they said they preferred no PDF manual and that the package would build it as needed when a user loaded it. I recall loading |
Beta Was this translation helpful? Give feedback.
-
|
Thanks Florian! This sounds familiar -- I had built a manual the standard way using devtools, and they asked me to remove it before approving the submission. Sorry for leading you astray here. |
Beta Was this translation helpful? Give feedback.
I think I got it: HTML manuals are now created for every package on CRAN and I just happened to look at the CRAN entry of
ConversationAlignwhen this was rolled out. The function that is responsible is probablytools::pkg2HTML(), which runs on CRAN servers...