Skip to content
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

Milestone #3 Feedback #26

Open
rainerlempert opened this issue Mar 5, 2019 · 3 comments
Open

Milestone #3 Feedback #26

rainerlempert opened this issue Mar 5, 2019 · 3 comments

Comments

@rainerlempert
Copy link

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?
@ellognea
Copy link
Collaborator

ellognea commented Mar 5, 2019

Thank you for your feedback Rainer.

  • I am also not sure where the 'bro' error comes from. A far as I can tell, we do not have anything called 'bro' in our package and got 0 error before submitting.

  • Thanks for sharing the vignette thread. We opted for the below solution :
    image
    and added it to our Readme as well
    image

Did you get an error after calling devtools::install(build_vignettes=TRUE) before browseVignettes("miniTidyR") ?

Thanks again for your prompt feedback.

@rainerlempert
Copy link
Author

@ellognea yes that works! Sorry I missed that!

@ellognea
Copy link
Collaborator

ellognea commented Mar 5, 2019

Thank you @rainerlempert .

  • Solved: 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

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants