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

Prepare for submission to ropensci #5

Closed
kauedesousa opened this issue Jan 2, 2020 · 14 comments
Closed

Prepare for submission to ropensci #5

kauedesousa opened this issue Jan 2, 2020 · 14 comments
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@kauedesousa
Copy link
Member

The package is almost ready for submission to ropensci. This is a Milestone proposed to R. Bivand in his course on "Analysing Spatial Data". The package will be also submitted to JOSS. Here some things to do.

To do:

  • Write vignette (done!)
  • Write paper
  • Check consistency with ropensci templates
  • Check text and typos
@kauedesousa kauedesousa self-assigned this Jan 2, 2020
@adamhsparks
Copy link
Member

Happy to help with this since I've written several that are rOpenSci packages and reviewed a few as well.

@adamhsparks adamhsparks self-assigned this Jan 2, 2020
@adamhsparks
Copy link
Member

adamhsparks commented Jan 3, 2020

I have done the following so far today to help prepare for submission to rOpenSci:

@kauedesousa kauedesousa added the documentation Improvements or additions to documentation label Jan 3, 2020
@kauedesousa
Copy link
Member Author

Great! I will start to write the paper.

@kauedesousa
Copy link
Member Author

I just committed the first draft of the paper AgrDataSci@e39feee

Tomorrow I will work on how to add the Fig1.png (or .svg) to the document.

@kauedesousa
Copy link
Member Author

Added the fig but still some work to do.

@adamhsparks
Copy link
Member

I've made a few very minor edits to paper.Rmd

@kauedesousa
Copy link
Member Author

@adamhsparks, do you think we are ready to send it to ropensci?

@adamhsparks
Copy link
Member

I've just pushed a last few minor changes and corrections for the paper and the tests.

Let's do it!

@kauedesousa
Copy link
Member Author

Great! I will submit.

@kauedesousa
Copy link
Member Author

Submitted ropensci/software-review#357

@kauedesousa kauedesousa reopened this Jan 6, 2020
@kauedesousa
Copy link
Member Author

I have started the updates from the first comments/suggestions we got in the rOpenSci review. There is a folder here with the point-to-point response to each comment. I couldn't go further because the server is not working. It generates the ids but do not return the data from the request (in R and using the example provided in the API documentation).

@adamhsparks
Copy link
Member

Thanks.

I read through it. A few thoughts to help you.

  1. The /man structure is part of using the pre-built vignettes. I'm not aware of any issues with it. CRAN hasn't baulked at it and I just submitted two package updates that use this method in the last month.

  2. The tests use skip_on_cran() due to CRAN policies for Internet connectivity. You'll get a nastygram and have the package pulled if the test fails due to this so I just skip them on CRAN. Ideally webmocking would help with this. I tried to use and eventually failed/gave up with nasapower to use VCR, https://docs.ropensci.org/vcr/. But still I'd encourage us to look at implementing this in the tests. I'll try to have another go at it with chirps and see if I can get it to work properly.

@adamhsparks
Copy link
Member

I think we're ready to go back to the reviewers now. I don't find anything else outstanding.

@kauedesousa
Copy link
Member Author

Great! I just sent it.

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

No branches or pull requests

2 participants