Skip to content

Commit

Permalink
article1
Browse files Browse the repository at this point in the history
  • Loading branch information
dlizcano committed Mar 26, 2024
1 parent 8d91244 commit c09e7b1
Show file tree
Hide file tree
Showing 21 changed files with 472 additions and 61 deletions.
2 changes: 2 additions & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,8 @@ head(taxon)
### Sugested citation

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

35 changes: 33 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,15 @@ search_mammalcol(splist)
#> 4 Northern Pudu 17
```

`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
# vector with species names and intentional typos
Expand Down Expand Up @@ -199,3 +206,27 @@ head(taxon)
#> 5 No <NA>
#> 6 No <NA>
```

### Sugested citation

``` r

citation("mammalcol")
#> Warning in citation("mammalcol"): could not determine year for 'mammalcol' from
#> package DESCRIPTION file
#> To cite package 'mammalcol' in publications use:
#>
#> Lizcano D (????). _mammalcol: What the Package Does (One Line, Title
#> Case)_. R package version 0.0.0.9000,
#> https://dlizcano.github.io/MammalCol/,
#> <https://github.com/dlizcano/MamalCol>.
#>
#> A BibTeX entry for LaTeX users is
#>
#> @Manual{,
#> title = {mammalcol: What the Package Does (One Line, Title Case)},
#> author = {Diego J. Lizcano},
#> note = {R package version 0.0.0.9000, https://dlizcano.github.io/MammalCol/},
#> url = {https://github.com/dlizcano/MamalCol},
#> }
```
8 changes: 4 additions & 4 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ navbar:
text: "Articles"
menu:
- text: "1. Getting started with mammalcol"
href: articles/getting_started.html
href: getting_started.html
- text: "2. Selecting and filtering species"
href: articles/selecting_species.html
href: selecting_species.html
- text: "3. Using mammalcol to map mammals"
href: articles/Spatialize_florabr.html
href: Spatialize_florabr.html
- text: "4. Getting a Presence-Absence Matrix"
href: articles/getting_pam.html
href: getting_pam.html
components:
home: ~
8 changes: 4 additions & 4 deletions docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions docs/LICENSE-text.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions docs/LICENSE.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions docs/authors.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

113 changes: 113 additions & 0 deletions docs/getting_started.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

38 changes: 33 additions & 5 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions docs/news/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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-26T04:43Z
last_built: 2024-03-26T05:55Z
urls:
reference: https://dlizcano.github.io/mammalcol/reference
article: https://dlizcano.github.io/mammalcol/articles
Expand Down
Loading

0 comments on commit c09e7b1

Please sign in to comment.