Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] main from swcarpentry:main #44

Closed
wants to merge 8 commits into from
Closed

[pull] main from swcarpentry:main #44

wants to merge 8 commits into from

Commits on May 16, 2024

  1. Replace size with linewidth

    Replace `size` with `linewidth` for `geom_smooth()` example. Using `size` for lines was deprecated per this error message:
    
    > > ggplot(data=gapminder,
    > +        mapping=aes(x=gdpPercap,
    > +                    y=lifeExp)) +
    > +   geom_point(alpha=0.5) +
    > +   scale_x_log10() +
    > +   geom_smooth(method='lm', size=1.5)
    > `geom_smooth()` using formula = 'y ~ x'
    > Warning message:
    > Using `size` aesthetic for lines was deprecated in ggplot2 3.4.0.
    > ℹ Please use `linewidth` instead.
    > This warning is displayed once every 8 hours.
    > Call `lifecycle::last_lifecycle_warnings()` to see where this warning was generated. 
    
    Change throughout the lesson and additionally:
    1. Adjust language in explanations to match
    2. Add hint to challenge clarifying size is point equivalent of linewidth.
    3. Add some additional explanation of difference between aesthetics with vs without mappings.
    ndporter authored May 16, 2024
    Configuration menu
    Copy the full SHA
    68953ac View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    2a53b41 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Merge pull request #892 from swcarpentry/update/packages

    Update 12 packages
    tobyhodges authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    ed8bc7d View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Merge pull request #890 from ndporter/patch-2

    Replace size with linewidth for geom_smooth()
    matthieu-bruneaux authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    c784b32 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Configuration menu
    Copy the full SHA
    c63eae7 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Merge pull request #893 from swcarpentry/update/workflows

    Update Workflows to Version 0.16.5
    skanwal authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    93afb40 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    8422996 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Merge pull request #894 from swcarpentry/update/packages

    Update 9 packages
    skanwal authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    0854599 View commit details
    Browse the repository at this point in the history