Skip to content

Commit

Permalink
Merge pull request #12 from CWWhitney/changes_v1.6
Browse files Browse the repository at this point in the history
Changes v1.6
  • Loading branch information
CWWhitney authored Aug 6, 2019
2 parents ccd5a6f + 0a360e9 commit db815ef
Show file tree
Hide file tree
Showing 88 changed files with 72 additions and 1,236 deletions.
2 changes: 1 addition & 1 deletion .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
^.*\.Rproj$
^\.Rproj\.user$
^cran-comments.md

^revdep


2 changes: 1 addition & 1 deletion R/FCs.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#' @source Prance, G. T., W. Baleé, B. M. Boom, and R. L. Carneiro. “Quantitative Ethnobotany and the Case for Conservation in Amazonia.” Conservation Biology 1, no. 4 (1987): 296–310.
#' @param data is an ethnobotany data set with column 1 'informant' and 2 'sp_name' as row identifiers of informants and of species names respectively.
#' The rest of the columns are the identified ethnobotany use categories. The data should be populated with counts of uses per person (should be 0 or 1 values).
#' @keywords quantitative ethnobotany, number of uses
#' @keywords quantitative ethnobotany frequency citation
#'
#' @importFrom magrittr %>%
#' @importFrom dplyr filter summarize select left_join group_by
Expand Down
2 changes: 1 addition & 1 deletion R/FLs.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#' @importFrom dplyr filter summarize select left_join group_by slice
#' @importFrom assertthat validate_that see_if
#'
#' @keywords ethnobotany, cultural value, use report, fidelity
#' @keywords ethnobotany cultural value use report fidelity
#'
#' @examples
#'
Expand Down
2 changes: 1 addition & 1 deletion R/NUs.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#' @source Prance, G. T., W. Baleé, B. M. Boom, and R. L. Carneiro. “Quantitative Ethnobotany and the Case for Conservation in Amazonia.” Conservation Biology 1, no. 4 (1987): 296–310.
#' @param data is an ethnobotany data set with column 1 'informant' and 2 'sp_name' as row identifiers of informants and of species names respectively.
#' The rest of the columns are the identified ethnobotany use categories. The data should be populated with counts of uses per person (should be 0 or 1 values).
#' @keywords quantitative ethnobotany, number of uses
#' @keywords quantitative ethnobotany number of uses
#'
#' @importFrom stats aggregate
#' @importFrom assertthat validate_that
Expand Down
2 changes: 1 addition & 1 deletion R/RFCs.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#' @source Tardio, J., and M. Pardo-de-Santayana, 2008. Cultural Importance Indices: A Comparative Analysis Based on the Useful Wild Plants of Southern Cantabria (Northern Spain) 1. Economic Botany, 62(1), 24-39. <https://doi.org/10.1007/s12231-007-9004-5>
#' @param data is an ethnobotany data set with column 1 'informant' and 2 'sp_name' as row identifiers of informants and of species names respectively.
#' The rest of the columns are the identified ethnobotany use categories. The data should be populated with counts of uses per person (should be 0 or 1 values).
#' @keywords quantitative ethnobotany, number of uses
#' @keywords quantitative ethnobotany relative frequency citation
#'
#' @importFrom magrittr %>%
#' @importFrom dplyr filter summarize select left_join group_by
Expand Down
2 changes: 1 addition & 1 deletion R/RIs.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#' @source Tardio, J., and M. Pardo-de-Santayana, 2008. Cultural Importance Indices: A Comparative Analysis Based on the Useful Wild Plants of Southern Cantabria (Northern Spain) 1. Economic Botany, 62(1), 24-39. <https://doi.org/10.1007/s12231-007-9004-5>
#' @param data is an ethnobotany data set with column 1 'informant' and 2 'sp_name' as row identifiers of informants and of species names respectively.
#' The rest of the columns are the identified ethnobotany use categories. The data should be populated with counts of uses per person (should be 0 or 1 values).
#' @keywords quantitative ethnobotany, relative importance
#' @keywords quantitative ethnobotany relative importance
#'
#' @importFrom magrittr %>%
#' @importFrom stats aggregate
Expand Down
2 changes: 1 addition & 1 deletion R/Radial_plot.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#' @param data is an ethnobotany data set with column 1 'informant' and 2 'sp_name' as row identifiers of informants and of species names respectively.
#' The rest of the columns are the identified ethnobotany use categories. The data should be populated with counts of uses per person (should be 0 or 1 values).
#' @param analysis is one of the quantitative ethnobotany functions from ethnobotanyR, i.e. ethnobotanyR::FCs.
#' @keywords ethnobotany, cultural value, use report
#' @keywords ethnobotany visualuzation radial bar plot
#'
#' @importFrom magrittr %>%
#' @importFrom dplyr filter summarize select left_join group_by
Expand Down
2 changes: 1 addition & 1 deletion R/URs.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#' @source Prance, G. T., W. Baleé, B. M. Boom, and R. L. Carneiro. “Quantitative Ethnobotany and the Case for Conservation in Amazonia.” Conservation Biology 1, no. 4 (1987): 296–310.
#' @param data is an ethnobotany data set with column 1 'informant' and 2 'sp_name' as row identifiers of informants and of species names respectively.
#' The rest of the columns are the identified ethnobotany use categories. The data should be populated with counts of uses per person (should be 0 or 1 values).
#' @keywords ethnobotany, cultural value, use report
#' @keywords ethnobotany quantitative cultural value use report
#'
#' @importFrom magrittr %>%
#' @importFrom dplyr filter summarize select left_join group_by
Expand Down
2 changes: 1 addition & 1 deletion R/URsum.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#' @source Prance, G. T., W. Baleé, B. M. Boom, and R. L. Carneiro. “Quantitative Ethnobotany and the Case for Conservation in Amazonia.” Conservation Biology 1, no. 4 (1987): 296–310.
#' @param data is an ethnobotany data set with column 1 'informant' and 2 'sp_name' as row identifiers of informants and of species names respectively.
#' The rest of the columns are the identified ethnobotany use categories. The data should be populated with counts of uses per person (should be 0 or 1 values).
#' @keywords ethnobotany, use report, quantitative ethnobotany
#' @keywords ethnobotany use report quantitative ethnobotany
#'
#' @importFrom dplyr select
#' @importFrom assertthat validate_that
Expand Down
2 changes: 1 addition & 1 deletion R/UVs.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#' @source Tardio, Javier, and Manuel Pardo-de-Santayana. “Cultural Importance Indices: A Comparative Analysis Based on the Useful Wild Plants of Southern Cantabria (Northern Spain)1.” Economic Botany 62, no. 1 (May 2008): 24–39. <https://doi.org/10.1007/s12231-007-9004-5>
#' @param data is an ethnobotany data set with column 1 'informant' and 2 'sp_name' as row identifiers of informants and of species names respectively.
#' The rest of the columns are the identified ethnobotany use categories. The data should be populated with counts of uses per person (should be 0 or 1 values).
#' @keywords quantitative ethnobotany, cultural importance
#' @keywords quantitative ethnobotany cultural importance use value
#'
#' @importFrom magrittr %>%
#' @importFrom dplyr filter summarize select left_join group_by
Expand Down
2 changes: 1 addition & 1 deletion R/ethnoChord.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#' @importFrom assertthat see_if
#' @importFrom cowplot plot_grid
#'
#' @keywords ethnobotany, cultural value, use report
#' @keywords quantitative ethnobotany cultural value use report chord diagram
#'
#' @examples
#'
Expand Down
2 changes: 1 addition & 1 deletion R/ethnoChordUser.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#' @importFrom graphics strwidth
#' @importFrom assertthat validate_that see_if
#'
#' @keywords ethnobotany, cultural value, use report
#' @keywords quantitative ethnobotany cultural value use report chord diagram
#'
#' @examples
#'
Expand Down
2 changes: 1 addition & 1 deletion R/ethnobotanyChord.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#' @importFrom assertthat validate_that
#' @importFrom assertthat see_if
#'
#' @keywords ethnobotany, cultural value, use report
#' @keywords ethnobotany
#'
#' @examples
#'
Expand Down
3 changes: 2 additions & 1 deletion R/simple_UVs.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
#' @source Albuquerque, U. P., R. F. P. Lucena, J. M. Monteiro, A. T. N. Florentino, and C. F. C. B. R. Almeida. 2006. Evaluating Two Quantitative Ethnobotanical Techniques. Ethnobotany Research and Applications 4:51–60. <http://hdl.handle.net/10125/237>
#' @param data is an ethnobotany data set with column 1 'informant' and 2 'sp_name' as row identifiers of informants and of species names respectively.
#' The rest of the columns are the identified ethnobotany use categories. The data should be populated with counts of uses per person (should be 0 or 1 values).
#' @keywords quantitative ethnobotany, cultural importance
#'
#' @keywords quantitative ethnobotany cultural importance use value
#'
#' @importFrom magrittr %>%
#' @importFrom dplyr filter summarize select left_join group_by
Expand Down
4 changes: 3 additions & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ devtools::release()

## R CMD check results
There were no ERRORs, WARNINGs or NOTEs
I checked the package with `devtools::check()`
All is well
I checked spelling with `devtools::spell_check()`
All is fine
I checked R-hub with `devtools::check_rhub()`
All is well
All is great
checked win-builder with `devtools::check_win_devel()`
All is ok

Expand Down
7 changes: 3 additions & 4 deletions man/FCs.Rd

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

6 changes: 3 additions & 3 deletions man/FLs.Rd

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

2 changes: 1 addition & 1 deletion man/NUs.Rd

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

8 changes: 4 additions & 4 deletions man/RFCs.Rd

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

2 changes: 1 addition & 1 deletion man/RIs.Rd

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

10 changes: 5 additions & 5 deletions man/Radial_plot.Rd

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

5 changes: 3 additions & 2 deletions man/URs.Rd

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

3 changes: 1 addition & 2 deletions man/URsum.Rd

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

4 changes: 3 additions & 1 deletion man/UVs.Rd

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

7 changes: 5 additions & 2 deletions man/ethnoChord.Rd

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

7 changes: 5 additions & 2 deletions man/ethnoChordUser.Rd

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

6 changes: 1 addition & 5 deletions man/ethnobotanyChord.Rd

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

4 changes: 3 additions & 1 deletion man/simple_UVs.Rd

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

22 changes: 0 additions & 22 deletions revdep/README.md

This file was deleted.

2 changes: 0 additions & 2 deletions revdep/checks.noindex/libraries.csv

This file was deleted.

Binary file removed revdep/data.sqlite
Binary file not shown.
1 change: 0 additions & 1 deletion revdep/failures.md

This file was deleted.

22 changes: 0 additions & 22 deletions revdep/library.noindex/ethnobotanyR/new/ethnobotanyR/DESCRIPTION

This file was deleted.

16 changes: 0 additions & 16 deletions revdep/library.noindex/ethnobotanyR/new/ethnobotanyR/INDEX

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
42 changes: 0 additions & 42 deletions revdep/library.noindex/ethnobotanyR/new/ethnobotanyR/NAMESPACE

This file was deleted.

Loading

0 comments on commit db815ef

Please sign in to comment.