Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
argo
argopkgs
Commits
121e9c82
Commit
121e9c82
authored
Feb 19, 2019
by
Valentin Reis
Browse files
Jupyter/R changes.
parent
d365065f
Pipeline
#5451
passed with stages
in 5 minutes and 48 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
pkgs/default.nix
View file @
121e9c82
...
...
@@ -167,6 +167,22 @@ let
OPENMC_PWD
=
"
${
argotk
}
/share/openmc"
;
});
analysis
=
pkgs
.
rWrapper
.
override
{
packages
=
with
pkgs
.
rPackages
;
[
docopt
formatR
purrr
knitr
cowplot
plotly
lubridate
dplyr
ggplot2
xtable
ggthemes
data_table
];};
jupyter
=
let
jupyter
=
import
(
fetched
jupyter/pin.json
)
{};
...
...
@@ -178,8 +194,10 @@ let
packages
=
p
:
with
p
;
[
ggplot2
pkgs
.
which
docopt
purrr
knitr
cowplot
plotly
lubridate
dplyr
ggplot2
...
...
pkgs/jupyter/pin.json
View file @
121e9c82
...
...
@@ -4,11 +4,11 @@
"fetchSubmodules"
:
false
,
"rev"
:
"3bbe91d6d0bd4526cc70b6ebcfa0871432dff329"
,
"sha256"
:
"04nx4rpvc96l1impv1j75acdpji3p77iszkkgkp7pi8xfrq6hrwg"
,
"url"
:
"https://github.com/
tweag
/jupyterWith.git"
"url"
:
"https://github.com/
freuk
/jupyterWith.git"
},
"fn"
:
"fetchgit"
},
"rev"
:
"refs/heads/master"
,
"type"
:
"fetchgit"
,
"url"
:
"https://github.com/
tweag
/jupyterWith.git"
"url"
:
"https://github.com/
freuk
/jupyterWith.git"
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment