-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deprecates `dopng =` because dir = NULL can serve as FALSE. * Remove importsFrom for two functions with :: * Uses ifelse to create main_ to remove so many if statements with duplicated code. * Uses on.exit to call dev.off() in case the function fails, then the device is not left on. * fix(PlotPresenceAbsence.fn): * dim: `match.arg` allows you to list all of the possible options in the function call so users know what is available. Then, `match.arg` will use the first listed as the default. * Uses dontrun plot b/c the figures and download take too long and `check()` complains. So, I wrapped them in dontrun{} and I added an example with the package data where you do not have to download anything. * Checked spelling in documentation and wrapped at 80 characters. Part of #31 TODO: * Use `ggplot2::ggsave()` * Remove the call to windows() which only works on windows machines and will cause GitHub actions to fail if there was a test.
- Loading branch information
1 parent
4215d33
commit 4c830bd
Showing
12 changed files
with
303 additions
and
283 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
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
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
Oops, something went wrong.