Skip to content

Commit 5e86160

Browse files
authored
Update r-daily.yml
1 parent 8f54a23 commit 5e86160

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/r-daily.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
- name: Change Bioconductor mirror
3535
run: sed -i 's|http://bioconductor\.statistik\.tu-dortmund\.de/packages/|http://bioconductor.org/packages/|g' pkgs/development/r-modules/generate-r-packages.R
3636

37-
- name: Remove escapeName
38-
run: sed -i 's|escapeName(name)|name|g' pkgs/development/r-modules/generate-r-packages.R
37+
# - name: Remove escapeName
38+
# run: sed -i 's|escapeName(name)|name|g' pkgs/development/r-modules/generate-r-packages.R
3939

4040

4141
- name: Update R
@@ -94,12 +94,12 @@ jobs:
9494
wget https://raw.githubusercontent.com/rstats-on-nix/nixpkgs/r-daily/r-daily.nix
9595
wget https://raw.githubusercontent.com/rstats-on-nix/nixpkgs/r-daily/cachix.nix
9696
# get updated files from r-daily branch
97-
#cd pkgs/development/r-modules/
98-
#rm *-packages.nix
99-
#wget https://raw.githubusercontent.com/rstats-on-nix/nixpkgs/r-daily/pkgs/development/r-modules/cran-packages.nix
100-
#wget https://raw.githubusercontent.com/rstats-on-nix/nixpkgs/r-daily/pkgs/development/r-modules/bioc-packages.nix
101-
#wget https://raw.githubusercontent.com/rstats-on-nix/nixpkgs/r-daily/pkgs/development/r-modules/bioc-annotation-packages.nix
102-
#wget https://raw.githubusercontent.com/rstats-on-nix/nixpkgs/r-daily/pkgs/development/r-modules/bioc-experiment-packages.nix
97+
cd pkgs/development/r-modules/
98+
rm *-packages.nix
99+
wget https://raw.githubusercontent.com/rstats-on-nix/nixpkgs/r-daily/pkgs/development/r-modules/cran-packages.nix
100+
wget https://raw.githubusercontent.com/rstats-on-nix/nixpkgs/r-daily/pkgs/development/r-modules/bioc-packages.nix
101+
wget https://raw.githubusercontent.com/rstats-on-nix/nixpkgs/r-daily/pkgs/development/r-modules/bioc-annotation-packages.nix
102+
wget https://raw.githubusercontent.com/rstats-on-nix/nixpkgs/r-daily/pkgs/development/r-modules/bioc-experiment-packages.nix
103103
104104
- name: Install Nix
105105
uses: DeterminateSystems/nix-installer-action@main

0 commit comments

Comments
 (0)