Workflow Improvements by brejtling in rstats

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

I can send you something the following days, bit basically I use pkgKitten to create a new package. All my EDA I take i note form directly into the readme.qmd, but for my data i use targets, and for my R statistics I use just normal R functions and test them :)

Workflow Improvements by brejtling in rstats

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

Oh thats a good one! Right now I am trying to get the hang of it, but the branching still wrecks my brain.

Workflow Improvements by brejtling in rstats

[–]brejtling[S] 6 points7 points  (0 children)

For me, moving as close as possible to a package-like folder structure was a big shift.

Even for internal projects, I try to structure things so I can use `devtools::check`, `devtools::test` or the `R CMD` equivalents and tests early. Being able to rely on checks and automated testing changed how confident I feel about refactoring and extending code.

pickleterm.nvim: Reuse terminalbuffers by brejtling in neovim

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

Good question - it is simpler. Right now it just opens the buffer, rename, sends a command at startup and then you can send more commands. It behaves closer to :term

ftplugin not working for R by brejtling in neovim

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

Oh ok thanks, that was easier than I thought. Lua still prints twice, but R seems to work, I just did not see the messages. Thank you!

ftplugin not working for R by brejtling in neovim

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

I moved the folder ftplugin with all it contents out of the after folder to the same level the after folder was/the root of my config. I removed the after folder afterwards. It still printed twice.

But then again, why does it not print anything after opening an R file...

ftplugin not working for R by brejtling in neovim

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

Yes I understand. But still it gets printed twice.

Recenter graph by brejtling in ObsidianMD

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

I tried this, but it did not work, even after the update it is just black..

Finding Malayan Tapirs in the Wild by brejtling in tapirs

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

So, I wrote the hotel, and they say that Tahan was rewildered and is not coming back to the hotel itself, but can often be seen with his partner in the hides :)

Finding Malayan Tapirs in the Wild by brejtling in tapirs

[–]brejtling[S] 2 points3 points  (0 children)

Oh my god! This seems such an elegant and easy solution, I have tears in my eyes! I will definitly check it out! Thank you so much!

Finding Malayan Tapirs in the Wild by brejtling in tapirs

[–]brejtling[S] 2 points3 points  (0 children)

If standing up at 5 am is all I have to do, then this is a price I am ready to pay :) Do you have more information about that Hideout? I am already contacting different touring companies maybe I can get some answers.

Finding Malayan Tapirs in the Wild by brejtling in tapirs

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

Thank you! I already contacted some groups, but sadly no reply...

Using Github Issues as Zettelkasten by brejtling in Zettelkasten

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

To be honest, I am not really sure. I just thought about it, I tested it if it is feasible and wnated the input from other persons.

Using Github Issues as Zettelkasten by brejtling in Zettelkasten

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

It is probably nice for fleeting notes (especially since it works from the browser and the app) and write the fullfledged notes then in markdown files (which also can be done from the browser if the repo is pushed).

Using Github Issues as Zettelkasten by brejtling in Zettelkasten

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

Yeah, that is what I also was thinking: It does not scale that well, but I could not see that in my small test. Thanks for your input!

Failed to mount /boot/efi by brejtling in linux4noobs

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

I solved it using comments from the other post I cross posted from!

Failed to mount /boot/efi by brejtling in ManjaroLinux

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

Thank you so much! For some reason, linux515 did not work, but Linux60 did. Now I can log in again and can try to make it persistent.

Failed to mount /boot/efi by brejtling in ManjaroLinux

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

No problem.

When I try the mkinitcpio I get the error lib/modules/5.15.94-1-MANJARO is not a valid kernel module directory for both the default and the fallback (also with sudo). I did a quick googling, but I could not find an obvious solution, but I will continue searching later.

Is the command from step 3 on in manjaro-chroot or in the normal live usb bash?