You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

R.gitignore 173B

12345678910111213
  1. # History files
  2. .Rhistory
  3. .Rapp.history
  4. # Example code in package build process
  5. *-Ex.R
  6. # RStudio files
  7. .Rproj.user/
  8. # produced vignettes
  9. vignettes/*.html
  10. vignettes/*.pdf