Skip to content

Commit

Permalink
Ubuntu-only commit without rspm
Browse files Browse the repository at this point in the history
  • Loading branch information
dmenne committed Sep 28, 2024
1 parent cc2dee1 commit 80f2033
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true
use-public-rspm: false

- uses: r-lib/actions/setup-r-dependencies@v2
# Use this when coverage fails for unknown reasons
Expand Down
3 changes: 2 additions & 1 deletion R/plot_history.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ plot_history = function() {
color = method,
group = interaction(method, finalized))) +
geom_hline(yintercept = 99, linetype = "dashed", color = "green") +
geom_step(position = position_jitter(width = 0, height = 2, seed = 1)) +
geom_step(alpha = 0.5,
position = position_jitter(width = 0, height = 1.5, seed = 1)) +
ylim(0,120) +
#geom_point(alpha = 0.5, aes(shape = method)) +
scale_x_date(guide = guide_axis(check.overlap = TRUE)) +
Expand Down

0 comments on commit 80f2033

Please sign in to comment.