Skip to content

Commit

Permalink
Fix anopheles module name in readme and umlauts.
Browse files Browse the repository at this point in the history
  • Loading branch information
timcdlucas committed Apr 24, 2015
1 parent e895e18 commit ae79edc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Zoon
# Zoön

Zoon is a package for the reproducible and shareable analysis of species distribution models with a focus on the ability to compare between models and diagnostic output of models.
Zoön is a package for the reproducible and shareable analysis of species distribution models with a focus on the ability to compare between models and diagnostic output of models.


An overview of the project can be found [here](http://www.2020science.net/research/species-distribution-modelling).
Expand All @@ -26,7 +26,7 @@ library("zoon")

```coffee
# Run a workflow, specifying one module of each type.
work1 <- workflow(occurrence = UKAnopheles,
work1 <- workflow(occurrence = UKAnophelesPlumbeus,
covariate = UKAir,
process = OneHundredBackground,
model = LogisticRegression,
Expand All @@ -42,9 +42,9 @@ ModuleHelp(LogisticRegression)

### Contributing modules

Zoon has a modular structure, and we are hoping for user submitted modules. This allows Zoon to keep up to date with the fast-moving SDM field in a way a package maintained by a small team of developers can't. Modules are simple R scripts containing a single function and some metadata. They are currently kept [here](https://github.com/zoonproject/modules). The inputs and outputs of each module type are controlled. A brief description can be found [here](https://github.com/zoonproject/zoon/blob/master/vignettes/Module_IO_for_devs.Rmd). The function `BuildModule` is used to turn a function in an R session into a module.
Zoön has a modular structure, and we are hoping for user submitted modules. This allows Zoön to keep up to date with the fast-moving SDM field in a way a package maintained by a small team of developers can't. Modules are simple R scripts containing a single function and some metadata. They are currently kept [here](https://github.com/zoonproject/modules). The inputs and outputs of each module type are controlled. A brief description can be found [here](https://github.com/zoonproject/zoon/blob/master/vignettes/Module_IO_for_devs.Rmd). The function `BuildModule` is used to turn a function in an R session into a module.
Please note, Zoon is still being developed. We would love you to contribute modules, but can't yet guarantee that there won't be major changes that might break modules. We will try to fix user submitted modules if we break them.
Please note, Zoön is still being developed. We would love you to contribute modules, but can't yet guarantee that there won't be major changes that might break modules. We will try to fix user submitted modules if we break them.
### Notes for collaborators
Expand Down

0 comments on commit ae79edc

Please sign in to comment.