Skip to content

Commit

Permalink
lunar -> noble
Browse files Browse the repository at this point in the history
  • Loading branch information
testlabauto committed Jan 17, 2025
1 parent 6b82138 commit 30fc441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/install-r/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ runs:
echo "Configuring R to use Posit Package Manager for Ubuntu 24.04..."
cat <<EOF > ~/.Rprofile
options(
repos = c(RSPM = "https://packagemanager.posit.co/cran/__linux__/lunar/latest"),
repos = c(RSPM = "https://packagemanager.posit.co/cran/__linux__/noble/latest"),
HTTPUserAgent = sprintf(
"R/%s (%s) R (%s)",
getRversion(), "ubuntu-2404",
Expand Down

0 comments on commit 30fc441

Please sign in to comment.