Skip to content

Commit

Permalink
Update r-daily.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
b-rodrigues authored Apr 5, 2024
1 parent 7dbfa10 commit 5259f0c
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/r-daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,16 @@ jobs:
git remote add upstream https://github.com/nixos/nixpkgs
git checkout r-daily-source
git fetch origin
git merge origin/r-daily
# in case of conflict, commit this next line, and follow instructions in the next comment two lines below
#git merge origin/r-daily
git fetch upstream
# in case of conflict, uncomment the next 5 lines and comment the last
git checkout upstream/master -- pkgs/development/r-modules/default.nix
git checkout upstream/master -- pkgs/development/r-modules/cran-packages.nix
git checkout upstream/master -- pkgs/development/r-modules/bioc-packages.nix
git checkout upstream/master -- pkgs/development/r-modules/bioc-annotation-packages.nix
git checkout upstream/master -- pkgs/development/r-modules/bioc-experiment-packages.nix
#git merge upstream/master
#git checkout upstream/master -- pkgs/development/r-modules/default.nix
#git checkout upstream/master -- pkgs/development/r-modules/cran-packages.nix
#git checkout upstream/master -- pkgs/development/r-modules/bioc-packages.nix
#git checkout upstream/master -- pkgs/development/r-modules/bioc-annotation-packages.nix
#git checkout upstream/master -- pkgs/development/r-modules/bioc-experiment-packages.nix
git merge upstream/master
- name: Update R packages
run: |
Expand Down

0 comments on commit 5259f0c

Please sign in to comment.