r-lib / ps

R package to query, list, manipulate system processes
https://ps.r-lib.org/
Other
72 stars 18 forks source link

Fix Windows memory percentage scaling #132

Closed francisbarton closed 1 year ago

francisbarton commented 1 year ago

Simple fix for memory percentage scaling on Windows. Possibly a breaking change though. Added a simple test but couldn't think of anything else to test for l$percent itself. Should resolve #131.

gaborcsardi commented 1 year ago

Thanks! Looks good! Let me see if I can fix the CI, that seems completely unrelated.

Can you please add a bullet point to NEWS mentioning the issue and your GH username? Thanks again!

gaborcsardi commented 1 year ago

Thanks a lot!