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

Feedback on Milestone #3 #44

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

Feedback on Milestone #3 #44

rainerlempert opened this issue Mar 5, 2019 · 0 comments

Comments

@rainerlempert
Copy link

rainerlempert commented Mar 5, 2019

Nice work! Your package is well organized work and all of your tests passed! Your functions work and are well documented. A few comments:

  • I had trouble loading your package using devtools::install_github("UBC-MDS/InstaRF") partially because you do not have install.packages() calls for dependencies inside your package. For example, loading failed because I did not previously have the packages spatialfil or png installed. I was able to install this manually, but in the future its good practice to include and install.packages(), or devtools:: call when using third party packages. It is often good practice to include dependencies in the DESCRIPTION file and the NAMESPACE file (see here.
  • I was not able to load your vignette using browseVignettes("InstaRF"). Please update this for your final project. This thread may be instructive
  • I reran your python tests and they all passed! Thank you for fixing that issue
  • Very small issue, but I'm not sure why you have two image folders, one inside your tests folder and the other inside that in the testthat folder.
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

1 participant