-
```
let
mach-nix = import (builtins.fetchGit {
url = "https://github.com/DavHau/mach-nix.git";
ref = "refs/heads/master" ;
rev = "b2aede9aa2f89a7bb150d5927812b3c3e505dcf6"; # new
…
InLaw updated
3 years ago
-
Is there some specific unstated compiler requirement other than C++11? It's failing for me on Debian 10.
```
> install("BiocNeighbors")
Bioconductor version 3.10 (BiocManager 1.30.10), R 3.6.3 (2…
-
Tried to install this on an ubuntu virtual machine:
```
devtools::install_github("RcppCore/Rcpp") # done successfully
devtools::install_github("rstats-db/DBI") # done successfully
devtools::install_g…
-
Reading in a DccSet without a phenoDataFile throws this error.
dccSet
-
**Describe the issue or bug**
I'm using rpy2 to use WCGNA package. To prevent loading times I use a **global instance** which has all the used packages as attibutes:
```python
class PipelineMan…
-
**Describe the bug**
The installation of the derivation/package **rPackages.RcppArmadillo** in nixos 19.09 seems to be broken.
**To Reproduce**
1. I had a working NixOS configuration.
2. I adde…
-
## Issue description
With a `shell.nix` thus
```
{ pkgs ? import {}, compiler ? "ghc822", doBenchmark ? false }:
let
f = { mkDerivation, haskell, base, foldl, Frames, fuzzyset
, inl…
-
**Describe the bug**
A clear and concise description of what the bug is.
The packages.json inside the tarball contains a list of packages in Nixpkgs.
However, this JSON is missing a bunch of pa…
Atemu updated
3 years ago
-
![](https://i.imgur.com/wDWkJZv.png)
I'm using NixOS 19.03 / Linux.
-
* JASP version: 0.14
* OS name and version: MacOS Mojave and replicated on High Sierra
* Analysis: Generalized Linear Modeling (Visual Modeling Module)
* Bug description: Output terminates wit…