Ross Gayler

Results 33 comments of Ross Gayler

> I think the better approach would be to put in a feature request to renv. It's a bit of an anomaly in a functional programming language like R, to...

> You might try callr_arguments(user_profile = TRUE) with the R_PROFILE_USER environment variable set to the path you choose Thanks @wlandau . That looks like it ought to work. (It would...

@wlandau - even better! I like the idea of everything used by the `tar_make()` processes being explicit in `_targets.R`. If you wanted the `tar_make()` processes to use the project `.Rprofile`...

@AmelZulji for what it's worth I always use the `here` package to construct file paths in my analysis documents, e.g. ``` read_csv(file = here::here("data", "mtcars.csv")) ``` That way I don't...

I get the same problem. Both PCs are Ubuntu 18.04 64-bit Both NitroShare are V 0.3.3 Trying to "send directory" Transfer fails if "overwrite files" is selected on the *receiving*...

Thanks @Juldridge - I hadn't thought of that. The Ubuntu 18.04 distro only knows about NitroShare 0.3.3 so I tried adding the NitroShare PPA. This got me a "no Release...

I get the same issue, following the add PPA instructions on the NitroShare home page. I am trying to downgrade to avoid issue #200

I just used the recommendation in issue #196 to change the repository distribution setting from bionic to artful, which does have a release file.

Thanks @pflueg! I just used that to work around issue #200

Thanks. At my current rate of progress that's unlikely to happen before next year, but I will definitely let you know when I try it. Cheers