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

Add external vignette #54

Merged
merged 9 commits into from
Oct 5, 2022
Merged

Add external vignette #54

merged 9 commits into from
Oct 5, 2022

Conversation

eloch216
Copy link
Owner

@eloch216 eloch216 commented Oct 5, 2022

This PR adds two new vignettes that discuss (1) creating custom processing tools and (2) creating wrappers for processing tools from other R packages (essentially a special case of 1). The latter vignette uses fitaci from plantecophys as an example, so that package has been added to Suggests.

These vignettes necessitated the creation and/or documentation of several functions: check_required_variables, identifier_columns, and residual_stats.

Changes were also made to cbind.exdf (to eliminate the requirement for equal numbers of rows) and [<-.exdf (to allow users to remove columns from an exdf object by setting them to NULL).

@eloch216 eloch216 merged commit ebe145c into unreleased Oct 5, 2022
@eloch216 eloch216 deleted the add-external-vignette branch October 5, 2022 15:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant