Skip to content

Commit

Permalink
add revert-dev-packages make action to revert pik-piam packages that are
Browse files Browse the repository at this point in the history
development versions
  • Loading branch information
0UmfHxcvx5J7JoaOhFSs5mncnisTJJ6q committed Feb 27, 2024
1 parent 3552a9e commit 6ef857e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ update-renv-all: ## Upgrade all packages (including CRAN packages) in your renv
fi \
fi

revert-dev-packages: ## All PIK-PIAM packages that are development versions, i.e.
## that have a non-zero fourth version number component, are
## reverted to the highest version lower than the
## development version.
@Rscript -e 'piamenv::revertDevelopmentVersions()'

ensure-reqs: ## Ensure the REMIND library requirements are fulfilled
## by installing updates and new libraries as necessary. Does not
## install updates unless it is required.
Expand Down

0 comments on commit 6ef857e

Please sign in to comment.