Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 1.86 KB

FAQ.md

File metadata and controls

23 lines (21 loc) · 1.86 KB

Frequently Asked Questions

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

  1. qdap does not work...
  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 qdap?
  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