-
Notifications
You must be signed in to change notification settings - Fork 1
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
1 parent
ba8f54e
commit efee0aa
Showing
4 changed files
with
90 additions
and
87 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 |
---|---|---|
|
@@ -5,12 +5,12 @@ Version: 0.1.0 | |
Author: Igor Cobelo Ferreira | ||
Maintainer: Igor Cobelo Ferreira <[email protected]> | ||
Description: The functions return the volumetric and phytosociological sampling parameters for forest inventories. | ||
License: GPL-3.0 | ||
License: GPL(>=3) | ||
Encoding: UTF-8 | ||
LazyData: TRUE | ||
Citation: https://github.com/igorcobelo/forestry/blob/master/inst/citation | ||
Depends: | ||
R(>= 3.5.0), | ||
Depends: R(>= 3.5.0) | ||
Imports: | ||
BiodiversityR, | ||
cowplot, | ||
data.table, | ||
|
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,7 +1,5 @@ | ||
# Generated by roxygen2: do not edit by hand | ||
|
||
export(fito) | ||
export(indvol) | ||
export(acs) | ||
export(ace) | ||
export(bit) | ||
export(fito,indvol,ace,acs,bit) | ||
importFrom('BiodiversityR', 'cowplot', 'data.table', 'dplyr', 'flextable', 'ggplot2', | ||
'officer', 'rvg', 'tidyr', 'tidyverse') |
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
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