Skip to content

Comments

Closes #149 add detail to main landing page#150

Open
jeffreyad wants to merge 2 commits intomainfrom
149-add-detail-to-main-landing-page
Open

Closes #149 add detail to main landing page#150
jeffreyad wants to merge 2 commits intomainfrom
149-add-detail-to-main-landing-page

Conversation

@jeffreyad
Copy link
Collaborator

@jeffreyad jeffreyad commented Feb 19, 2026

Pull Request

DESCRIPTION GOES HERE

Before you submit your pull request, take a look at the following checklist. Many thanks for your contribution!

  • Title: Place Closes #<insert_issue_number> at the beginning of your PR title. Use the Edit button in the top-right if you need to update.
  • Linked Issue: Ensure the related issue is linked in the "Development Section" on the right-hand side.
  • First Contribution: If this is your first contribution, add yourself to the DESCRIPTION file.
  • Impact on Examples: If your updates impact any examples, review locally for warnings or errors in the impacted example pages.
  • Merge Conflicts: Developers should address any merge conflicts and merge upon successful review.
  • New Packages: If new packages were used, ensure they are included in the DESCRIPTION file's Imports section.
  • Updated Examples: If you added or updated an example, ensure it runs on the latest CRAN release versions of all packages used.
  • Testing Instructions: Provide instructions on how to test the code if necessary.

@jeffreyad jeffreyad linked an issue Feb 19, 2026 that may be closed by this pull request
Copy link
Collaborator

@Fanny-Gautier Fanny-Gautier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor comment to implement. LGTM!

## Getting Started

The examples are organized by the stage of the clinical data pipeline they cover.
If you're new to pharmaverse, working through them in order gives a natural end-to-end
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
If you're new to pharmaverse, working through them in order gives a natural end-to-end
If you're new to `pharmaverse`, working through them in order gives a natural end-to-end

@bms63
Copy link
Collaborator

bms63 commented Feb 22, 2026

Can you add some more column width so the curlies stay on the same line?
image

Copy link
Contributor

@rossfarrugia rossfarrugia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks Jeff - some comments for consideration

[Launch Posit Cloud](https://posit.cloud/content/7279124) to run any example
interactively without a local R installation. Open **File → Open File** and
choose whichever example script you'd like to explore.
:::
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some notes have been removed here which i think could be useful:

  • the fact the workspace is preconfigured with all required package installations, so users don't need to install packages themselves
  • Guidance of how exactly to find the files, e.g. and then choosing whichever example script, e.g. adam/adsl.R
  • the note at the end: Feel free to try out customizing any of the examples to better fit any of your own internal clinical reporting workflows!

Note that this examples book should only be used to show how collections of
packages can be used in conjunction - more thorough examples of individual
package usages would always be covered in the package site vignettes and no
need to repeat here.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might this paragraph still be a useful guardrail? Maybe its more for contributors at the bottom though?

| Section | What it covers | Good starting point if… |
|---------|---------------|--------------------------|
| **[SDTM](sdtm/index.qmd)** | Converting raw collected data to CDISC SDTM domains | You work upstream of ADaM or want to understand the data origin |
| **[ADaM](adam/index.qmd)** | Building analysis datasets (ADSL, ADTTE, ADPC, etc.) from SDTM | You're implementing analysis-ready datasets for reporting |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we use the usual backticks around any dataset names, e.g. ADSL here?


If you're primarily interested in a specific output type, jump directly to the
[TLG section](tlg/index.qmd), which is self-contained and uses pre-built ADaM
datasets from `{pharmaverseadam}`.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure this paragraph adds anything?

the part of the pipeline where it appears. Clicking a package name opens its
documentation; the Example column links to where it is used on this site.

### Data Packages
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should add something to https://github.com/pharmaverse/examples/blob/main/.github/PULL_REQUEST_TEMPLATE.md to remind contributors to maintain this and the above sections for any future new articles / website sections added

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also could include the new section landing pages here - as what you've added to the site is great, i just want to make sure it gets maintained


You can see a list of current contributors via our GitHub repo DESCRIPTION file.
Have an example that others would benefit from? Contributions are welcome — see
the [GitHub repository](https://github.com/pharmaverse/examples) for guidance on
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Point them to README file?

without writing the code yourself, open an issue and the team will review it for
the backlog.

While you're there, consider giving the packages you use a
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And this examples repo too?

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.

Add detail to main landing page

4 participants