Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 78cbe1cf authored by GUILLOTEAU Quentin's avatar GUILLOTEAU Quentin
Browse files

comment out some unused libs for now + change docker image for CI

parent ea7bcf91
No related branches found
No related tags found
No related merge requests found
Pipeline #349683 failed
image: nixpkgs/cachix-flakes:nixos-21.05
image: docker pull nixpkgs/nix-flakes:nixos-21.05
build:
before_script:
- mkdir -p /etc/nix
- echo "experimental-features = nix-command flakes ca-references recursive-nix" >> /etc/nix/nix.conf
- nix path-info --all > /tmp/store-path-pre-build
script:
- nix build
- mv ./result/main.pdf ./paper.pdf
......
......@@ -8,11 +8,11 @@
rBaseInputs = with pkgs; [
R
rPackages.tidyverse
rPackages.zoo
rPackages.reshape2
rPackages.broom
rPackages.equatiomatic
rPackages.modelr
# rPackages.zoo
# rPackages.reshape2
# rPackages.broom
# rPackages.equatiomatic
# rPackages.modelr
];
rmdInputs = with pkgs; [
......
......@@ -72,8 +72,8 @@ output:
knitr::opts_chunk$set(echo = TRUE, message = FALSE, warning = FALSE, dpi = 300, dev = "png", cache = TRUE)
library(tidyverse) # To clean and show data
library(reshape2) # for melting a data frame
library(zoo) # for the rolling average
# library(reshape2) # for melting a data frame
# library(zoo) # for the rolling average
set.seed(17440)
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment