Great work team! Your package installs easily and all of your tests pass! You did a great job documenting your tasks in issue trackers, and your functions contain solid documentation. A couple small notes:
- All of your tests passed, but there were 38 warning messages. I would recommend looking into this, and trying to reduce the number of warnings.
- I tried to run your tests a second time by calling
devtools::test(). This time I received this error: "Loading miniTidyR
Error in eval(exprs[i], envir) (from miniTidyR-package.R#1) : object 'bro' not found". I'm not sure why this occurred... perhaps it was an issue on my side.
- I couldn't call your vignette using
browseVignettes(). Perhaps this thread may be of some help?
Great work team! Your package installs easily and all of your tests pass! You did a great job documenting your tasks in issue trackers, and your functions contain solid documentation. A couple small notes:
devtools::test(). This time I received this error: "Loading miniTidyRError in eval(exprs[i], envir) (from miniTidyR-package.R#1) : object 'bro' not found". I'm not sure why this occurred... perhaps it was an issue on my side.
browseVignettes(). Perhaps this thread may be of some help?