vmichalowski / STAT545-hw-Michalowski-Victoria

0 stars 0 forks source link

hw09 ready for grading #10

Open vmichalowski opened 6 years ago

vmichalowski commented 6 years ago

@vincenzocoia @gvdr @ksedivyhaley @JoeyBernhardt @mynamedaike @pgonzaleze @derekcho

Here is a link to the readme.md for my package, which has instructions for installation and usage.

And here is a link to my process report.

abishekarun commented 6 years ago

Dear @vmichalowski,

Good job on homework 9. I was able to install you package successfully and it worked fine. Here are few of my comments.

Overall, writing a package is a difficult task and you have done a great job in implementing it.

Regards, abishekarun

marbazua commented 6 years ago

Hi Victoria: I think you did a good job completing this assignment! My comments are below: • Package installation: worked fine • Define and export at least one new function: You expanded the package we developed in class and created two new functions: squarert and cubert • Give function arguments sensible defaults: I didn’t identify any. Maybe you could have included a plot as we did in class and use a sensible default for that. • You didn’t include assertions to add some validity checks of function input • All exported functions are documented and you have a vignette. • You included at least three unit tests for every function that is exported. • You wrote your reflections in a document.

Overall, I think you did a great your with your package! Best,

Mar