-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update url addresses to new orga and solve some issues #88
Conversation
Merge branch 'develop' into feature_simulation # Conflicts: # R/functions_estimation.R # R/functions_preprocessing.R # R/goldfish-package.R
Merge branch 'develop' into feature_simulation # Conflicts: # DESCRIPTION # NEWS.md
Merge branch 'develop' into feature_gather # Conflicts: # DESCRIPTION # NAMESPACE # NEWS.md # R/functions_estimation.R # R/functions_estimation_engine.R # R/functions_estimation_engine_c.r # R/functions_gather.R # R/functions_preprocessing.R
…fix some style code issues (`lintr`)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I checked whether the opportunitieslist option worked on the previous problematic examples and it works fine again!
Also I tried the prepocessingInit and summary with fixed parameters and it also seems to work.
I have not tested in detail but at least the bugs I had noticed are no longer there.
Thanks a lot for the great work
Can't test (on the train), but looks good @auzaheta . Thank you for the work and happy to confirm it if you also send it CRAN. |
Description
It is a patch change.
This fixes issues with the opportunities list and compositional change collisions, printing when fixing parameters, and a bug when using the preprocess init object. The
configure.ac
file is simplified to only check for OpenMP availability. The installation from the source prints the state of the OpenMP configuration used for Goldfish during compilation.Fixes #85
Closes #83
Fixes #86
Fixes #87
Checklist: