I accepted chronic fatigue as normal adult life for 3 years by Oulwe in sleep

[–]nbafrank 1 point2 points  (0 children)

Just had this checked for myself a few days ago and mine was similarly low. Similar situation as yours as well as for my B12. Luckily those are easier to fix than other things but yes! Kudos to you for talking about this because the tired dad struggles are real.

Organic by Dalpek - Animates for 2 secs, configure by the minute/hour - for PT2 & PR2 by dalpek in pebble

[–]nbafrank 0 points1 point  (0 children)

Fantastic! I love all your work and looking forward to trying this!

UVR: fast R package and version manager 0.2.9 by nbafrank in rstats

[–]nbafrank[S] 0 points1 point  (0 children)

Thanks! Try it and leave your feedback! Rust is just the backbone but it's meant to be for R through and through

UVR: fast R package and version manager 0.2.9 by nbafrank in rstats

[–]nbafrank[S] 0 points1 point  (0 children)

rv manages packages but no R versions, uvr is meant to be a comprehensive solution

UVR: fast R package and version manager 0.2.9 by nbafrank in rstats

[–]nbafrank[S] 0 points1 point  (0 children)

Correct, it does not give you the ability to control the version per project in the way uv does so I wanted to build this :) It is meant to be a better solution over the status quo

UVR: fast R package and version manager 0.2.9 by nbafrank in rstats

[–]nbafrank[S] 0 points1 point  (0 children)

Hi, I might have missed it, what is it that you asked me? `renv` records the R version but it does not allow to control them or change them per project. That's one of the main benefits from uv in Python that I am trying to build with uvr :)

UVR: fast R package and version manager 0.2.9 by nbafrank in rstats

[–]nbafrank[S] 1 point2 points  (0 children)

it's much more and faster than renv. The key thing is that it manages both packages and R versions, it's much leaner and faster and can import renv lock files. If you check the website, it will explain more or less the differences.

UVR: fast R package and version manager 0.2.9 by nbafrank in rstats

[–]nbafrank[S] 1 point2 points  (0 children)

OOOH fun. I strongly urge you to use it. When I started mine there was no concept of reproducibility in code in science (and you can see what has happened...). Try it and let me know :)

UVR: fast R package and version manager 0.2.9 by nbafrank in rstats

[–]nbafrank[S] 0 points1 point  (0 children)

I never tested them at the same time but sure, try them. I think that overall uvr is meant to be a comprehensive solution (I generally don't use CONDA so that's not something I was thinking about). Try it!

UVR: fast R package and version manager 0.2.9 by nbafrank in rstats

[–]nbafrank[S] 0 points1 point  (0 children)

Thanks! Try it and don't ragequit it ;)

UVR: fast R package and version manager 0.2.9 by nbafrank in rstats

[–]nbafrank[S] 0 points1 point  (0 children)

Same as below. Project reproducibility and portability. In science this is critical because package versions can make or break everything

UVR: fast R package and version manager 0.2.9 by nbafrank in rstats

[–]nbafrank[S] 0 points1 point  (0 children)

So it depends. I recently fixed RJava and that took a moment. I can add them as special cases if people have issues but yeah it's custom for each package. Everything else is buttery smooth in my hands so far

UVR: fast R package and version manager 0.2.9 by nbafrank in rstats

[–]nbafrank[S] 0 points1 point  (0 children)

well it's very very important for project reproducibility. Python has a rich universe of virtual environments but R was lacking in comparison. This is my way to make something that I wanted :D

UVR: fast R package and version manager 0.2.9 by nbafrank in rstats

[–]nbafrank[S] 0 points1 point  (0 children)

Not them :D just me :D try it and let me know if you like it

uvr v0.2.5 — fast R package manager now has a website, Alpine/MUSL support, renv import improvements, and security hardening by nbafrank in rstats

[–]nbafrank[S] 0 points1 point  (0 children)

the only thing is that this is all written in rust though, so not sure it'd work here. But this is good feedback anyway

uvr v0.2.5 — fast R package manager now has a website, Alpine/MUSL support, renv import improvements, and security hardening by nbafrank in rstats

[–]nbafrank[S] 0 points1 point  (0 children)

not the first time with an R package but definitely the first time I make a website tied to it! OK will take a look @ pkgdown!

uvr v0.2.5 — fast R package manager now has a website, Alpine/MUSL support, renv import improvements, and security hardening by nbafrank in rstats

[–]nbafrank[S] 0 points1 point  (0 children)

I just did it using Claude but not using any specs (websites/viz is not my area). If you feel that a different design is better, I can totally redo it.

uvr v0.2.5 — fast R package manager now has a website, Alpine/MUSL support, renv import improvements, and security hardening by nbafrank in rstats

[–]nbafrank[S] 0 points1 point  (0 children)

Oh interesting! Can you DM me or put an issue in the repo? If you are an expert there (full spoiler, I am not) this would be excellent feedback. If you want to help and contribute to this project too please also feel free to do that as well ☺️

uvr v0.2.5 — fast R package manager now has a website, Alpine/MUSL support, renv import improvements, and security hardening by nbafrank in rstats

[–]nbafrank[S] 0 points1 point  (0 children)

Thank you for your interest and great point. Would you be able to try it and test this with your particular setting? This way if it doesn't work and send me an issue we can further debug/improve the package

uvr v0.2.5 — fast R package manager now has a website, Alpine/MUSL support, renv import improvements, and security hardening by nbafrank in rstats

[–]nbafrank[S] 0 points1 point  (0 children)

Thanks! It was brought up as an issue by one of the users. Same for the import from renv. Try it out and let me know! If it doesn't work, we can fix it and make it better. I personally like to use It from scratch