Hey @bbest - I have gone through and fully documented nms4r as best I could. Considering that the package is well over a thousand lines now, I was having real trouble keeping track of what was what. There certainly is room for improvement, but at least the first pass is done. I documented every single function using the guidance provided here.
As part of going through this whole package, I found several functions that were no longer being used. I deleted all of the unused functions and I was able to prune out quite a bit.
There were a few places in the code I drew a complete blank, where in particular I could use your assistance. There were a few functions I couldn't figure out at all and a few variables I couldn't understand. I flagged those points within spatial.r. On lines where I need your input, I wrote in "BEN". So just do a search for BEN in spatial.R and you'll find all of the places to jump in.
Hey @bbest - I have gone through and fully documented nms4r as best I could. Considering that the package is well over a thousand lines now, I was having real trouble keeping track of what was what. There certainly is room for improvement, but at least the first pass is done. I documented every single function using the guidance provided here.
As part of going through this whole package, I found several functions that were no longer being used. I deleted all of the unused functions and I was able to prune out quite a bit.
There were a few places in the code I drew a complete blank, where in particular I could use your assistance. There were a few functions I couldn't figure out at all and a few variables I couldn't understand. I flagged those points within spatial.r. On lines where I need your input, I wrote in "BEN". So just do a search for BEN in spatial.R and you'll find all of the places to jump in.