about summary refs log tree commit diff
path: root/pkgs/development/r-modules/README.md
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2017-04-21 20:00:32 +0200
committerPeter Simons <simons@cryp.to>2017-04-24 15:39:54 +0200
commit85a9e6dcdf26c96ae360bd156b3bbf919efaf239 (patch)
tree47bd7dd8c457390908f4824b53493b91eb3c3543 /pkgs/development/r-modules/README.md
parent430cbcfd2bc705ecfaf59d431b1274b5e671b123 (diff)
R: update list of broken packages (and some cosmetic)
Diffstat (limited to 'pkgs/development/r-modules/README.md')
-rw-r--r--pkgs/development/r-modules/README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/development/r-modules/README.md b/pkgs/development/r-modules/README.md
index 5aa839b3b5a85..fc046ed0627ef 100644
--- a/pkgs/development/r-modules/README.md
+++ b/pkgs/development/r-modules/README.md
@@ -12,7 +12,7 @@ use by adding the following snippet to your $HOME/.config/nixpkgs/config.nix fil
     {
 
         rEnv = super.rWrapper.override {
-            packages = with self.rPackages; [ 
+            packages = with self.rPackages; [
                 devtools
                 ggplot2
                 reshape2
@@ -65,7 +65,7 @@ set `useRPackages` to `true`, like below:
     {
 
         rEnv = super.rWrapper.override {
-            packages = with self.rPackages; [ 
+            packages = with self.rPackages; [
                 devtools
                 ggplot2
                 reshape2
@@ -106,4 +106,3 @@ nix-build test-evaluation.nix --dry-run
 ```
 
 If this exits fine, the expression is ok. If not, you have to edit `default.nix`
-