Clay Morrow
Clay Morrow
## Problem I'm trying to implement the `add-to-project` action to an organization's repository. It appears that, in order to do so, a personal access token is required: ```yaml # from...
Tony identified numerous examples where `fitCor()` does not work but `fitGLS_opt()` does. He recommends that we state a preference for the latter in our documentation.
# Problem By default, no transformations or limits are placed on the parameters for `fitGLS_opt()`. This allows the nugget to be any value that returns a valid likelihood - including...
After my second attempt to submit to CRAN, we were flagged for the following note: ``` * checking examples ... [49s/6s] NOTE Examples with CPU (user + system) or elapsed...
# Problem The parallel partitioned GLS is driven by the function `MC_GLSpart()`. This function utilizes `foreach(i = 1:npart, ...) %dopar% {...}` syntax. This formulation has the entire dataset imported on...
# Problem With large datasets, `fitAR_map()` (and perhaps `fitCLS_map()`) is exceptionally slow - it can take longer than the partitioned GLS, since it only runs in serial (1 thread). This...
Currently, the package has build tests that ensure that the code can run - but no formal tests that the functions behave properly are implemented yet. These are needed to...
Our package depends upon geosphere and we've been getting the following warning: ``` The legacy packages maptools, rgdal, and rgeos, underpinning the sp package, which was just loaded, will retire...