diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..fdae7bf --- /dev/null +++ b/.travis.yml @@ -0,0 +1,5 @@ + +language: r + +latex: false + diff --git a/README.Rmd b/README.Rmd index 49bd7ae..2a72c91 100644 --- a/README.Rmd +++ b/README.Rmd @@ -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 @@ -234,9 +237,9 @@ 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 @@ -244,11 +247,16 @@ mammalmap("Tapirus pinchaque") ``` ### See the full taxon table - + ```{r example4} head(taxon) ``` +### Sugested citation + +```{r} +citation("mammalcol") +``` diff --git a/docs/pkgdown.yml b/docs/pkgdown.yml index 3e943f1..ca1379f 100644 --- a/docs/pkgdown.yml +++ b/docs/pkgdown.yml @@ -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