Skip to content

Suggestion for the 'releasing to CRAN' chapter: install TinyTeX & install makeindex LaTeX package #1010

@florisvdh

Description

@florisvdh

Since devtools::check(remote = TRUE, manual = TRUE) is advised, the tools must be present locally to build the PDF manual in order to make sense.

In my (limited) experience, following should be sufficient:

tinytex::install_tinytex()
tinytex::tlmgr_install("makeindex")

I think this would be a useful addition to the 'releasing to CRAN' chapter.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions