OuhscBbmc / BbmcResources

Public-facing resources and documents related to the BBMC (http://ouhsc.edu/bbmc/)
GNU General Public License v2.0
4 stars 0 forks source link

Package troubleshooting documentation #24

Open wibeasley opened 7 years ago

wibeasley commented 7 years ago

Start a public markdown document that helps analysts with problematic package installation. Start with this material that we wrote this morning.


  1. Is it still giving you this error?
  2. Are you running ihe following code to update? (It looks like you did from your first post; I'm just being thorough.)
    devtools::install_github("OuhscBbmc/OuhscMunge")
  3. Are any additional R or RStudio instances open? (The only one open should be the instance that you're updating from.)
  4. Did you restart R or RStudio immediately before & after the update?
  5. Verify that there aren't two versions of the package installed. Use RStudio's 'package' panel to see what version(s) and location(s) are installed.
  6. Maybe reboot the computer. This error message about 'C_parseRd' is a lower-level function.
  7. Maybe manually uninstall the package. Restart RStudio. Then try installing it.