Shamindra Shrotriya

Results 16 comments of Shamindra Shrotriya

> Do you have write access to the package library? I believe so. For background, I'm running the above installation on my personal macbook. So I checked the following: ```...

@gaborcsardi @dragosmg - thanks for the updates on this. I tried reinstalling both R/RStudio multiple times (and also restarting my macbook), and running my above script. Unfortunately I still get...

@gaborcsardi - those directories threw an error for me, but I adjusted slightly. Please see the output as follows: terminal output ``` bash ╭─    ~  ...

> So the issue is that when you use root user, via sudo or another way, you create lock files that are owned by root, and then when you use...

thanks @gaborcsardi @dragosmg for the ongoing discussion on this issue. Some comments and queries: > I don't think this is a common issue, though. That's fair. I was a little...

Thanks @gaborcsardi. That does help clarify things. I'm not sure how I installed the `pak` packages using `root`. Just one thing ``` R > Sys.getenv("R_LIBS_USER") [1] "~/Library/R/x86_64/4.1/library" > .libPaths() [1]...

> > I don't see the Sys.getenv("R_LIBS_USER") directory added to the .LibPaths(). Am I doing this correctly? > > You need to restart R to take effect, because R checks...

@rougier - many thanks. That worked! Specifically, I did the following in line with @rougier's great suggestion, in case others have similar issues: 1. Backup `~/.emacs.d` 2. `brew` Uninstall existing...

Thanks @protesilaos - appreciate your prompt and thoughtful response. I looked into this (I'm an emacs and `brew-cask-fonts` newb), but [these](https://github.com/Homebrew/homebrew-cask-fonts/blob/master/CONTRIBUTING.md#adding-a-font-cask) are the essential steps needed. Since `ioveska-comfy` is a...

> This looks like a promising start. Thank you! No problems - glad it is useful 👍🏾 . > I will need to review these tomorrow. Right now I am...