-
Notifications
You must be signed in to change notification settings - Fork 0
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
Roxygen / Pkgdown documentation overhaul #106
Merged
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
61d32bb
My Signed Commit
egouldo ecc85c7
My Signed Commit
egouldo 4a49f4b
#102 update roxygen examples and doc /document
egouldo 9c5604a
#59 add exclusions subsection to vignette /document
egouldo 34bb7fa
#102 add examples, seealso and explicit `by = ` argument in `left_joi…
egouldo 5b3540b
#102 update function roxygen
egouldo c31e7ee
#102 combine @rdname and @describeIn approach to merging function doc…
egouldo 46a9745
#59 describe back-transformation workflow in vignette
egouldo 91f763f
Update vignette
egouldo 37a7be3
increment version to 2.3.0.9001 /document
egouldo 99badef
#102 add `@import` packages to documentation and update descriotion /…
egouldo 4c26098
#102 add `@import` calls to function doc
egouldo d24a9ea
#102 add `@seealso` entry
egouldo 6c2c488
#59 add examples and explanation of standardising responses / back-tr…
egouldo 9e5c027
Increment version number to 2.3.0.9002
egouldo f036ebd
#102 update namespace
egouldo 61ac2fb
Typo in cli output
egouldo 02151e5
#102 #59 include vignette cross-refs for pkgdown AND interactive
egouldo 67f7d22
#97 update README explanation of targets script
egouldo 880d699
#65 reorganise reference list
egouldo cb60d3b
#102 update and add `@import` calls
egouldo 77154df
#102 #59 add rmarkdown and bookdown to pkg depends
egouldo 463a12f
Increment version number to 2.3.0.9003
egouldo b864335
#97 Rbuildignore ignore analyst_data files
egouldo 2933a2f
add comment noting bug
egouldo 89c290c
#97 #59 #102 add snapshot bookdown to renv
egouldo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Package: ManyEcoEvo | ||
Title: Meta-analyse data from 'Many-Analysts' style studies | ||
Version: 2.3.0.9000 | ||
Version: 2.3.0.9003 | ||
Authors@R: c( | ||
person("Elliot", "Gould", , "[email protected]", role = c("aut", "cre"), | ||
comment = c(ORCID = "https://orcid.org/0000-0002-6585-538X")), | ||
|
@@ -20,7 +20,9 @@ URL: https://github.com/egouldo/ManyEcoEvo, | |
https://egouldo.github.io/ManyEcoEvo/ | ||
BugReports: https://github.com/egouldo/ManyEcoEvo/issues | ||
Depends: | ||
R (>= 2.10) | ||
R (>= 2.10), | ||
rmarkdown, | ||
bookdown | ||
Imports: | ||
betapart, | ||
cli, | ||
|
@@ -41,7 +43,6 @@ Imports: | |
tibble, | ||
tidyr, | ||
tidyselect, | ||
tidyselect, | ||
withr | ||
Suggests: | ||
broom.mixed, | ||
|
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
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
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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/document