Skip to content

Latest commit

 

History

History
34 lines (31 loc) · 2.58 KB

FAQ.md

File metadata and controls

34 lines (31 loc) · 2.58 KB

Frequently Asked Questions

This FAQ is compiled from the issues and messages I received from blog posts and emails, etc.

  1. reports does not work...
  • Please first update all your R packages (use update.packages()) and probably R itself (what is the current R version?), then see if it works; if not...
  • If this still does not fix the problem please file an issue report
  1. What is the best place to ask questions when the package website or vignette is not helpful?
  • Depending what you want to ask, you may use these tools:
    • StackOverflow (Recommended): general questions (more experts and quicker answers there).
    • Github issues: bug reports and feature requests.
    • Email me at tyler.rinker@gmail.com - this is the least recommended way unless this is really private issue.
  1. How should I get started?
  1. Do you recommend an editor for working with R and reports?
  • Hands down RStudio. The reports packages was designed to work with RStudio.
  • I also use WinEdt for Windows and TexMaker. for Linux Mint, but I think the LaTeX editor you use should be comfortable to you.
  1. How can I submit a documentation fix or other minor change?
  • Navigate to the file within the repo
  • Click on the edit button
  • Make the necessary changes
  • Add a descriptive commit summary and click on propose file change
  • Submit the pull request
  1. How can I learn more about slidify?
  1. How can I learn more about knitr?