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

Update article links in README, intro vignette #124

Merged
merged 1 commit into from
May 15, 2024

Conversation

scheidec
Copy link
Contributor

@scheidec scheidec commented May 15, 2024

  • 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

Fixes #123

@scheidec scheidec requested a review from amanda-hi May 15, 2024 17:11
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)
Copy link

@amanda-hi amanda-hi May 15, 2024

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)

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


Note that, in an effort to reduce dependencies, these articles are only

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
Copy link

@amanda-hi amanda-hi left a 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!

@scheidec scheidec merged commit 9586713 into SomaLogic:main May 15, 2024
2 checks passed
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.

Are the statistical analysis vignettes referenced in the README actually included in the SomaDataIO package?
2 participants