-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
28 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Package: mammalcol | ||
Title: Access to the List of Mammals Species of Colombia | ||
Version: 0.0.0.9000 | ||
Version: 0.1.0 | ||
Authors@R: | ||
person("Diego J.", "Lizcano", , | ||
"[email protected]", role = c("aut", "cre"), | ||
|
@@ -24,4 +24,3 @@ Depends: | |
R (>= 2.10) | ||
Encoding: UTF-8 | ||
LazyData: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,5 @@ | ||
# mammalcol (development version) | ||
# mammalcol 0.1.0 | ||
|
||
* table search fixed | ||
|
||
## Open for testing | ||
|
||
## Major changes | ||
|
||
* Can now work with all species | ||
|
||
## Minor improvements and bug fixes | ||
|
||
* search fixed | ||
* get departments challenge, still pending | ||
* mammalmap added | ||
* Initial CRAN submission. | ||
* Added vignettes | ||
* Added mammalmap function |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,26 @@ | ||
url: https://dlizcano.github.io/mammalcol/ | ||
|
||
template: | ||
bootstrap: 5 | ||
params: | ||
bootswatch: cosmo | ||
|
||
# configuracao geral da barra de navegacao | ||
navbar: | ||
left: | ||
- icon: fa-home | ||
href: index.html | ||
- text: "Functions" | ||
href: reference/index.html | ||
- icon: fas fa-book | ||
text: "Articles" | ||
menu: | ||
- text: "1. Getting started with mammalcol" | ||
href: articles/getting_started.html | ||
- text: "2. Selecting and filtering species" | ||
href: articles/selecting_species.html | ||
- text: "3. Using mammalcol to map mammals" | ||
href: articles/Spatialize_florabr.html | ||
- text: "4. Getting a Presence-Absence Matrix" | ||
href: articles/getting_pam.html | ||
components: | ||
home: ~ |