Open arsbar24 opened 6 years ago
Hi there,
Very good job on the package. Unfortunately I don't have the background in machine learning to really evaluate the usefulness of your functions but I can say that the code is readable despite being fairly complex. I especially like how you included several if statements and how they contained feedback that was straightforward (other R error messages are often so cryptic).
In terms of other necessary components, you included a README, a vignette, and tests. Other small details like the inclusion of a license were also spot on.
Overall great work and good luck on the last assignment!
Hi @arsbar24, here are my comments!
.Rmd
instead of an .md
file.my_vignette.Rmd
file. Even though you included a very good explanation of the functionality of your package, the fact that this file is an Rmd
doesn't allow me to see the output or plots that you mention. Maybe you forgot to render the Rmd
to md
/html
file, or maybe you forgot to edit the gitignore
manually to allow visualization of the rendered files. In any case, that's probably easy to fix and will allow a better visualization of the functionality of your package devtools::install_github("arsbar24/RegularizedFits")
but got an error, so I couldn't explored the functions and examples by myself. Maybe, you have a different route to install it?Hi @arsbar24, here are some comments about your hw09:
Able to install properly: Yes
At least one new function: Yes
Used assertions to check function input: Yes
Documented exported functions: Yes
Includes three unit tests for each function: Yes
Passes check
: Yes
README and vignette: Yes
Reflections included: Yes
Your grade will be emailed to you at a later date.
Link to summary/reflections (good place to start)
Link to package