-
Notifications
You must be signed in to change notification settings - Fork 4
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
Update pkgdown documentation #15
Comments
Rebuild pkgdown docslibrary(pkgdown)
build_site() To build or create a new vignettelibrary(pkgdown)
build_article("vignette_name") |
Can we merge the "test" branch? @sdhutchins I'm working on vignettes on my current branch "pkg-doc-branch" and I wanted to start messing with pkgdown. |
Or can I merge the dev-master into test, and then test into my own branch? |
I think the test branch might be too messy to merge - I did a lot of weird things over there if I recall correctly (non pkgdown things)... If you want I can do a quick pkgdown branch with just some of the base pkgdown things I implemented in the test branch. |
That would be legit! |
Also, check out this package's pkgdown. Nice example imo. |
Do you know if there is a quicker way to build the reference based on the roxygen tag That's what I'm going to do anyway, but I can't find anything in the docs (so far). |
Yes/kinda? check out this link: https://pkgdown.r-lib.org/reference/build_reference.html#yaml-config |
reference:
- title: Data Visualization
contents:
- ends_with("_plot") I don't know how helpful that will be.... |
Yea, I was hoping I could port all of the I filed an issue, so we should hopefully get some insight. r-lib/pkgdown#954 |
Reference r-lib/pkgdown#248 as well. Someone asked there. |
They made it where you can base it on the |
So do we need to do that with roxygen? @sdhutchins |
Yeah, but it may be that it's easy enough to implement selecting by About the
|
Hrmmm... I'm just going to use RStudio to get all of the functions with the family tag: Edit > Find in Files "@family" It actually works nicely and it points out the inconsistencies in family names: |
Oh dear! lol Does work though! |
I bet there is a regex that lets you do this and you could build a function for it but.... |
More Todos:
|
Should I commit all of the |
Yeah, go ahead and do so. On the warnings, typically the I don't know if pkgdown supports the pretty print tag. The seealso is self-explanatory. |
FYI @grabear This week, I'm going to try to add more in-depth documentation to the |
ToDo
More ToDos via @grabear #15 (comment)
The text was updated successfully, but these errors were encountered: