flashlight icon indicating copy to clipboard operation
flashlight copied to clipboard

Both a `value_` and `value` column in the output of flashlight::light_profile()$data

Open rleadbett opened this issue 2 months ago • 1 comments

Hi, I'm a fellow package developer.

I've notice that the data frame in flashlight::light_profile()$data now appears to have both a value_ and value column, where before it only had a value column. These appear to be identical. Maybe a bug in a join from a resent update?

It breaks code where people have pivoted the output of flashlight::light_profile()$data to a wide format based on value.

rleadbett avatar Nov 07 '25 05:11 rleadbett

I see. It was a lazy/naive way to avoid breaking a dependency that uses "value" instead of the new "_value".

mayer79 avatar Nov 07 '25 07:11 mayer79