-
## mgcv
```
work1
-
R provides `citation()` to help users cite packages (and help package maintainers get cited). E.g.:
``` r
citation('spocc')
```
```
To cite package ‘spocc’ in publications use:
Scott Chamberlain…
-
This page: http://ropensci.org/tutorials/spocc_tutorial.html
``` r
spp
-
Tests that involve ecoengine with `spocc` are failing, and failures in the ecoengine tests
``` r
➜ ecoengine git:(master) Rscript -e 'devtools::test()'
:) R version 3.3.0 Patched (2016-05-09 r70593…
-
Need to get this up on CRAN so that `spocc` can depend on it.
Things to do:
- [ ] Make sure documentation is filled out
- [ ] Make sure tests written
- [ ] other...
-
In the package `zoon` we use `spocc` in our vignette for demonstration. In CRAN checks I get this error on Solaris, V8, required for `spocc` cannot be installed.
```
ERROR: configuration failed f…
-
To spot silly module bugs, help others to write modules, and facilitate uploading to a community module repo we need to define tests to enforce the module I/O rules.
These should:
- [x] Check the mod…
-
from `spocc` issue ropensci/spocc#44
From discussion on ropensci/spocc#43
- [x] Check for impossible values of lat and long
- [ ] Check for contextually wrong values. That is, if 99 out of 100 lat/l…
-
-
Data frames may often include actual lat-long coordinates, species names, dates, etc. It would be useful for a user to just point reml to which column has the relevant information (or perhaps more id…