Skip to content

Commit

Permalink
travis
Browse files Browse the repository at this point in the history
  • Loading branch information
dlizcano committed Mar 26, 2024
1 parent 01d91b2 commit 8d91244
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

language: r

latex: false

16 changes: 12 additions & 4 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,10 @@ search_mammalcol(splist)
```

`mammalcol` has the ability to correct minor typos and lower case in the genus.
#### Search database whith typos

`mammalcol` has the ability to identify and correct minor typos and lower case in the genus. Correcting potential typos or variations in species names through fuzzy matching is a crucial aspect of data management. This technique ensures precise retrieval by adeptly identifying and accommodating minor differences in input names, thus enhancing the reliability of analyses conducted on diverse, inconsistent, and ensemble datasets.


```{r example2, eval=TRUE, echo=TRUE}
# vector with species names and intentional typos
Expand All @@ -234,21 +237,26 @@ search_mammalcol(splist)
```

### Produce a map

The function mammalmap produces basic a map of distribution at the "Departamento" level for a single species.


```{r example3, eval=TRUE, echo=TRUE}
# write a species name in the function to map it
mammalmap("Tapirus pinchaque")
```

### See the full taxon table

```{r example4}
head(taxon)
```

### Sugested citation

```{r}
citation("mammalcol")
```

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pandoc: 3.1.1
pkgdown: 2.0.7
pkgdown_sha: ~
articles: {}
last_built: 2024-03-25T05:19Z
last_built: 2024-03-26T04:43Z
urls:
reference: https://dlizcano.github.io/mammalcol/reference
article: https://dlizcano.github.io/mammalcol/articles
Expand Down

0 comments on commit 8d91244

Please sign in to comment.