Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation update #69

Merged
merged 1 commit into from
Nov 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

Loading