-
Notifications
You must be signed in to change notification settings - Fork 14
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
Code errors #10
Comments
Note also we do not have a function named |
The examples in the README should be updated so that they are stand alone. For example, the fit_analytic object is not defined in the README, so these examples are not reproducible. I would also recommend checking the other documentation for similar issues. |
I see that now. I will fix it and check all the examples ! |
Another option would be to include |
Hi, yes, I fixed this. |
This issue is for openjournals/joss-reviews#2111.
After taking a cursory review of the code, there seem to be problems with some of the functions. For example
fit_analytic
does not seem to be a recognized function. The code/documentation needs to be updated before a more in-depth review is possible.Also, I would recommend a more description naming convention for the package. Functions like 'fit' and 'estimate' are very vague and can be confusing when working with multiple packages at the same time.
The text was updated successfully, but these errors were encountered: