lgatto / pRolocdata

Data accompanying the pRoloc package
5 stars 5 forks source link

Fixed hyperLOPIT2015 bugs #34

Closed ococrook closed 5 years ago

ococrook commented 5 years ago

editted extdata to change probability from character to numeric. Also changed outlier probability to new convention. hyperLOPIT2015 was then recompiled from .R in scripts.

lgatto commented 5 years ago

Hi @ococrook - I see you have modified the binary files, but these changes are not tractable. I think you should keep inst/extdata/hlMCMCresults20180521.rda as it is, and modifiy 'inst/scripts/hyperlopit2015.R' so that

  1. it loads hlMCMCresults20180521.rd (as is does now)
  2. modifies it as necessary
  3. adds that modified data as fData(hyperLOPIT2015)$TAGM
  4. saves hyperLOPIT2015 (as is done now)
ococrook commented 5 years ago

I'll make a new pull request when travis finishes.