-
### Steps To Reproduce
Steps to reproduce the behavior:
I am trying to install R arrow package, system wide.
I add arrow as any other R library I use.
### Build log
```
installing
* ins…
PmUUK updated
5 months ago
-
just some little indenting:
diff
```sh
--- Input
+++ Output
@@ -25,26 +25,26 @@
# which will install R version bleeding_edge
# Report any issues to https://github.com/b-rodrigues/rix
le…
-
Now, if a package from GitHub has many dependencies, it results in a very long line after `propagatedBuildInputs = builtins.attrValues`. It's possible in `nix` to have each of these packages on a sepa…
-
`rix::rix:()` seems to fail if the package is not loaded:
``` r
path_default_nix Error in available_r(): object 'r_nix_revs' not found
library(rix)
rix::rix(r_ver = "latest",
r_pkgs…
-
I noticed that if I set `options(browser=function(url) {...})` then `open_html` setting is ignored.
I think it's a valid option and is correctly used e.g. by `browserURL()`.
Would it maybe be po…
-
### Are you use the envd server?
- [ ] Yes, I am using the envd server.
- [X] No, I am not using the envd server.
### Describe the bug
envd up --use-proxy is recognized, but HTTP(S)_PROXY en variab…
ghpu updated
11 months ago
-
@lecy Hi!
I am having issues with my R package for the Monty Hall package that we are creating. I have my documentation written down and ready to go, but I am having issues with this part of the i…
-
Hi,
I tried to test the `rix()` function beyond the examples provided in vignette.
Here is an example, that should pull rix, [dplyr](https://github.com/tidyverse/dplyr), and [oma](https://github…
-
These lines in `read_docx`:
https://github.com/davidgohel/officer/blob/bfedc496c01fd5d6f4ed349959f84625bf29e43a/R/read_docx.R#L97
https://github.com/davidgohel/officer/blob/bfedc496c01fd5d6f4ed34995…
-
I'm very new to nix, so please forgive if I haven't grasped all the concepts.
I have a project in an interpreted language, e.g. R. So far I have come up with this `flake.nix`. I have three modes, tes…