-
Notifications
You must be signed in to change notification settings - Fork 18
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 article links in README, intro vignette #124
Conversation
README.Rmd
Outdated
@@ -194,7 +194,7 @@ to users to run canned examples (or analyses). They can be accessed once | |||
+ [dplyr](https://dplyr.tidyverse.org) and [tidyr](https://tidyr.tidyverse.org) verb | |||
S3 methods for the `soma_adat` class. | |||
+ `?rownames` helpers that do not break `soma_adat` attributes. | |||
+ please see vignette `vignette("tips-loading-and-wrangling", package = "SomaDataIO")` | |||
+ please see vignette [Loading and Wrangling 'SomaScan'](https://somalogic.github.io/SomaDataIO/articles/tips-loading-and-wrangling.html) |
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.
I think, for the sake of clarity, we might want to refer to these as "articles" and "workflows" (when appropriate) to reduce confusion for the reader, since that is how they're listed on the pkgdown site. The only true vignette in the package is the SomaDataIO.Rmd
file. So this could be modified to say "please see the article [Loading and Wrangling 'SomaScan...."
README.Rmd
Outdated
@@ -217,7 +217,7 @@ is.soma_adat(my_adat) | |||
my_adat | |||
``` | |||
|
|||
Please see vignette `vignette("tips-loading-and-wrangling", package = "SomaDataIO")` | |||
Please see the vignette [Loading and Wrangling SomaScan](https://somalogic.github.io/SomaDataIO/articles/tips-loading-and-wrangling.html) |
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.
Same as above, update to use "article" instead of vignette
vignettes/SomaDataIO.Rmd
Outdated
|
||
Note that, in an effort to reduce dependencies, these articles are only |
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.
You refer to them as an "article" here, that's also why I think it would be better to use "article" in the bullet points above
- updated links to articles in README and introduction vignette to URLs to pkgdown website rather than `vignette()` code references - added clarification to above documents that articles are available on website only rather than traditional vignettes included with package in effort to reduce package size and dependencies - closes SomaLogic#123
5d8ee9b
to
fafafd4
Compare
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.
Looks great to me, thanks Caleb!
vignette()
code referencesFixes #123