Closed morrowcj closed 11 months ago
I learned of rOpenSci while submitting a manuscript to Methods in Ecology and Evolution.
Dear @morrowcj ,
Many thanks for your pre-submission enquiry!
The editorial team has concluded that the package definitely fits in our "stats" scope.
To confirm everything is okay however, before moving to full submission, we do suggest going through the formal process of documenting compliance with the stats standards. You can call @ropensci-review-bot check srr
in this issue to confirm documentation has been completed successfully. You can find more details in our documentation.
Dear @morrowcj,
Today starts my rotation as EiC meaning the role of @annakrystalli is now mine. Did you have the chance to follow up on the comment above?
Hello, @maurolepore:
I have not yet had time to address this yet. It is on my list of tasks but I'm pretty swamped with other projects at the moment. I hope to get back to this by the end of next month. Sorry.
@morrowcj Hello, I'm the new current editor-in-chief :smile_cat: Any update?
@maelle, unfortunately, this is still on the back-burner for me at present. My apologies. We are re-evaluating our options for publishing. We're considering JOS, which - if I understand correctly - will perform a code review for us. If we go that route, following through with this process would be redundant.
@morrowcj if your package is reviewed by rOpenSci and is in scope for JOSS (is it what you mean by JOS?), then the process at JOSS is expedited. rOpenSci review is more thorough. Not to put any pressure on you, just to give some more info. :smile_cat:
@maelle, Yes I did mean JOSS. I did not know that! This is very useful information. Thank you.
@morrowcj did you have time to make any decision? :smile_cat:
@morrowcj friendly reminder :smile_cat:
@morrowcj I am currently serving as the rOpenSci EIC and just wanted to check in on this. Have you made a decision on this submission? Thanks!
@jhollist, Yes, I think we decided, for now, that we don't want to proceed. Thank you!
Submitting Author Name: Clay Morrow Submitting Author Github Handle: !--author1-->@morrowcj<!--end-author1-- Other Package Authors Github handles: !--author-others-->@arives<!--end-author-others-- Repository: https://github.com/morrowcj/remotePARTS Submission type: Pre-submission Language: en
Scope
Please indicate which category or categories from our package fit policies or statistical package categories this package falls under. (Please check an appropriate box below):
Data Lifecycle Packages
[ ] data retrieval
[ ] data extraction
[ ] data munging
[ ] data deposition
[ ] data validation and testing
[ ] workflow automation
[ ] version control
[ ] citation management and bibliometrics
[ ] scientific software wrappers
[ ] field and lab reproducibility tools
[ ] database software bindings
[ ] geospatial data
[ ] text analysis
Statistical Packages
[ ] Bayesian and Monte Carlo Routines
[ ] Dimensionality Reduction, Clustering, and Unsupervised Learning
[ ] Machine Learning
[ ] Regression and Supervised Learning
[ ] Exploratory Data Analysis (EDA) and Summary Statistics
[x] Spatial Analyses
[x] Time Series Analyses
Explain how and why the package falls under these categories (briefly, 1-2 sentences). Please note any areas you are unsure of:
This package is an implementation of our spatial and spetiotemporal statistical method for hypothesis testing (Ives et al 2021).
No. I just learned of rOpenSci.
Scientists - primarily Ecologists and Earth Scientists.
No. While there are other packages that perform spatiotemporal analyses (e.g., R-INLA for a Bayesian approach), traditional methods cannot be feasibly applied to large datasets due to the computational power required to invert the $N \times N$ distance matrices (who's computational complexity scales with $N^3$) for $N$ spatial locations. This method uses a novel approach to reduce the complexity, allowing for hypothesis testing with incredibly large datasets.
Yes.
This is my first full-fledged package. The main driver functions are written in
C++
(using theRcpp
framework), a language that I had never written code with before. When used (incorrectly) the package will occasionally crash R ("R Session Aborted") and I'm not sure why. I would like help fixing this problem and improving the package more generally.