Skip to content

Refactor summary report generation: improve formatting and update example paths - #33

Open
AbhirupaGhosh wants to merge 1 commit into
mainfrom
minor-update-summary
Open

Refactor summary report generation: improve formatting and update example paths#33
AbhirupaGhosh wants to merge 1 commit into
mainfrom
minor-update-summary

Conversation

@AbhirupaGhosh

Copy link
Copy Markdown
Contributor

No description provided.

@AbhirupaGhosh AbhirupaGhosh self-assigned this Jul 28, 2026

@jananiravi jananiravi left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

@AbhirupaGhosh the colors are likely inconsistent. please check!

Image Image

rest looks good.

Comment thread R/amRdataPlots.R
Comment on lines +12 to +13
#' metadata_parquet = "data/metadata.parquet",
#' out_path = "data/"

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I believe @examples will look for input files in a different location -- inst/extdata. right, @amcim @eboyer221? So that needs to be fixed -- until then, to avoid R CMD check errors, we may need to add \dontrun{}/\donttest{}.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Yep, you're right @jananiravi. There's no example data actually included in the package (inst/extdata only has some reference files, not this kind of data), so this example won't run in an automated check.

Between \dontrun{} and \donttest{}: I'd go with \dontrun{} since it just skips the example entirely, which matches what we already do in the same situation elsewhere in the package.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

They're planning to add examples, Emily. Also, the examples will be visible on the help page but won't run when clicked on -- that's the distinction, right?

Comment thread R/amRdataPlots.R
#' Expects `metadata_parquet` to be the output of `runDataProcessing()`'s
#' `cleanData()` step (or an export of the resulting `metadata` table), since
#' Expects `metadata_parquet` to be the output of
#' `cleanMetadata()` step (or an export of the resulting `metadata` table), since

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Image

needs to be changed there or here. Metadata vs. MetaData. I would recomment Metadata. that's how it's used in retrieveMetadata

Image

@AbhirupaGhosh

Copy link
Copy Markdown
Contributor Author

@AbhirupaGhosh the colors are likely inconsistent. please check!

Image Image
rest looks good.

I changed the color to blue because we had a discussion to change the grey to blue during my poster preparation.

@jananiravi

Copy link
Copy Markdown
Member

@AbhirupaGhosh the colors are likely inconsistent. please check!

Image Image

rest looks good.

I changed the color to blue because we had a discussion to change the grey to blue during my poster preparation.

I like blue more but tandem changes need to immediately go into amRviz so we don't forget. cc: @eboyer221

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.

3 participants