Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add tinytex.R #361

Closed
AmeliaMN opened this issue Mar 15, 2022 · 1 comment
Closed

add tinytex.R #361

AmeliaMN opened this issue Mar 15, 2022 · 1 comment

Comments

@AmeliaMN
Copy link

I like being able to start up a package and then use the ? to jump into the documentation,

?tinytex

but that requires a .R file of the same name as the package (e.g., dplyr.R). Adding this would probably be a good beginner issue!


By filing an issue to this repo, I promise that

  • [x ] I have fully read the issue guide at https://yihui.org/issue/.
  • [x ] I have provided the necessary information about my issue.
    • If I'm asking a question, I have already asked it on Stack Overflow or RStudio Community, waited for at least 24 hours, and included a link to my question there.
    • If I'm filing a bug report, I have included a minimal, self-contained, and reproducible example, and have also included xfun::session_info('tinytex'). I have upgraded all my packages to their latest versions (e.g., R, RStudio, and R packages), and also tried the development version: remotes::install_github('yihui/tinytex').
    • If I have posted the same issue elsewhere, I have also mentioned it in this issue.
  • [x ] I have learned the Github Markdown syntax, and formatted my issue correctly.

I understand that my issue may be closed if I don't fulfill my promises.

@yihui
Copy link
Member

yihui commented Mar 16, 2022

Done. Thanks for the suggestion!

BTW, the .R file doesn't have to be of the same name as the package. A string "_PACKAGE" in the roxygen doc is enough, and everything else can be automatically generated from the package DESCRIPTION.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants