-
This issue will track the progress of the work for merging in Nixpkgs, announced [here](https://github.com/NixOS/nixpkgs/issues/79703). I will do this here so that there is less noise in the Nixpkgs r…
-
Rpackages/EnableRF/issues/151
(@waddella fyi)
Provenance:
```
Creator: danielinteractive
```
-
I've written a small [library](https://github.com/adamhaber/pybrms/issues/3) (still WIP) that uses RPy2 to provide access to R's `brms` package (a widely used package for bayesian regression models) f…
-
Sorry if anyone else has raised this issue before. I am working on a package migration project from R to Python and I need to have the python object to be accessible inside the embedded R from the Pyt…
-
# Motivation
While developing the Patient profile module in TMC, we encountered multiple variables that were not present in random cdisc data (RCD) datasets and could be useful for future usage. Se…
-
This is probably more of a nix problem than an inline-r problem, so feel free to close if inappropriate.
I'm having a lot of trouble getting my program depending on inline-r to run in a nix environ…
-
# Motivation
While developing the Patient profile module in TMC, we encountered multiple variables that were not present in random cdisc data (RCD) datasets and could be useful for future usage. Se…
-
I have
```nix
let
rOverlay = rself: rsuper: {
myR = rsuper.rWrapper.override {
packages = with rsuper.rPackages; [
ggplot2
dplyr
xts
purrr
];
};
};
…
-
Hello !
I am working on a Causal Learning projectCausal Learning project, I would like to use the CausalDiscoveryToolbox (cdt) package to find the causal graph that fits my problem.
I'm working …
-
I can add R packages and rpy, and R to my mach-nix derivation.
Very cool.
Doesn't quite work (import rpy2.robjects says missing R_HOME), but that's gotta be somewhere in the way I invoke mach-nix.
…