zoon
zoon copied to clipboard
The zoon R package
Hello Tom et al.! I reached out to Nick about this and he suggested GitHub would be the better place to mention/ask about it. The current version of `zoon` (0.65)...
``` ── 1. Error: Check returns list with all the names (@testZoonCitation.R#13) ──────────────────────────────────────────────── wrong arguments for subsetting an environment 1: ZoonCitation("LogisticRegression") at testthat/testZoonCitation.R:13 2: ZoonModuleParse(ModuleURL) at /Users/hadley/Documents/devtools/roxygen/revdep/checks.noindex/zoon/new/zoon.Rcheck/00_pkg_src/zoon/R/ZoonCitation.R:24 3: lapply(names(rd), function(field,...
[This modules issue](https://github.com/zoonproject/modules/issues/8) (which I'm hereby moving here) raises a good point: > The repo is currently entirely licensed as BSD 3 clause. As people contribute their own modules this...
`Background` has [an `na.omit()` step](https://github.com/zoonproject/modules/blob/master/R/Background.R#L130-L132) before returning the dataframe, which removes rows if *any* column has NA values. Ideally, this should only remove rows with NAs in the the covariate...
We really need to get rid of these duplicates of `Background` - Ie. just delete them from the modules repo
I don't know exactly what went wrong but this version of a module has some `\r` line endings that broke `LoadModule`. https://github.com/zoonproject/modules/blob/c1bca5e8776f6967be488b932ff92ad63b66f70d/R/LonLatToCovariates.R Discussed in PR https://github.com/zoonproject/modules/pull/166 This particular instance fixed...
The `BuildModule` workflow is kind of odd when combined with git (makes sense when submitting modules by online form). You keep a separate script with your function, write docs into...
Would be nice to have the README go on the CRAN splash page ala (here)[https://cran.r-project.org/web/packages/versions/index.html]. We would need to move the images into `man/figures` and remove `README.md` from `.Rbuildignore` and...
This will allow multi species models. Requires changes to: - [ ] Proccess/Model/Output modules - change 6:ncol(x) to dropping name columns - [ ] Testing of Occurrence modules - [...