Skip to content

Commit

Permalink
updated the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
EricMarcon committed Nov 13, 2023
1 parent c95789a commit 1f444c5
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 19 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: LoggingLab
Title: An R Package to Simulate Forest Logging
Version: 0.0.0.9005
Version: 1.0.0
Authors@R:
c(person(given = "Vincyane",
family = "Badouard",
Expand Down
5 changes: 3 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
NEWS
================
# LoggingLab 1.0.0

- First public version. Published at https://doi.org/10.1016/j.ecolmodel.2023.110539
23 changes: 8 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

LoggingLab: An R Package to Simulate Forest Logging

# Installation (development version)
# Installation
```
devtools::install_github("VincyaneBadouard/LoggingLab")
```
Expand All @@ -15,20 +15,13 @@ devtools::install_github("VincyaneBadouard/LoggingLab")
https://github.com/sylvainschmitt/singularity-LoggingLab


# To cite package ‘LoggingLab’ in publications use:
# Citation

To cite the package ‘LoggingLab’ in publications use:
```
citation("LoggingLab")
```
Vincyane Badouard, Sylvain Schmitt, Guillaume Salzet, Thomas Gaquiere and Géraldine Derroire (2022).
LoggingLab: An R Package to Simulate Forest Logging. R package version 0.0.0.9003.
https://github.com/VincyaneBadouard/LoggingLab.git

A BibTeX entry for LaTeX users is

@Manual{,
title = {LoggingLab: An R Package to Simulate Forest Logging},
author = {Vincyane Badouard and Sylvain Schmitt and Guillaume Salzet and Thomas Gaquiere and Géraldine Derroire},
year = {2022},
note = {R package version 0.0.0.9003},
url = {https://github.com/VincyaneBadouard/LoggingLab.git},
}

Badouard, V., Schmitt, S., Salzet, G., Gaquiere, T., Rojat, M., Bedeau, C., Brunaux, O., & Derroire, G. (2024).
LoggingLab: An R package to simulate reduced-impact selective logging in tropical forests using forest inventory data.
*Ecological Modelling*, 487, 110539. [doi:10.1016/j.ecolmodel.2023.110539](https://doi.org/10.1016/j.ecolmodel.2023.110539)
30 changes: 30 additions & 0 deletions inst/CITATION
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
bibentry(bibtype = "Article",
title = "{LoggingLab}: An {R} Package to Simulate Reduced-Impact Selective Logging in Tropical Forests Using Forest Inventory Data",
author = c(person(given = "Vincyane",
family = "Badouard"),
person(given = "Sylvain",
family = "Schmitt"),
person(given = "Guillaume",
family = "Salzet"),
person(given = "Margaux",
family = "Rojat"),
person(given = "Caroline",
family = "Bedeau"),
person(given = "Olivier",
family = "Brunaux"),
person(given = "Géraldine",
family = "Derroire")
),
journal = "Ecological Modelling",
year = "2023",
volume = "487",
pages = "110539",
doi = "10.1016/j.ecolmodel.2023.110539",

header = "To cite entropart in publications use:",
textVersion =
paste("Badouard, V., Schmitt, S., Salzet, G., Gaquiere, T., Rojat, M., Bedeau, C., Brunaux, O., & Derroire, G. (2024).",
"LoggingLab: An R package to simulate reduced-impact selective logging in tropical forests using forest inventory data.",
"Ecological Modelling, 487, 110539.",
"doi:10.1016/j.ecolmodel.2023.110539")
)
2 changes: 1 addition & 1 deletion man/harvestableareadefinition.Rd

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

0 comments on commit 1f444c5

Please sign in to comment.