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

Adopt redesigned version of the lesson #887

Merged
merged 33 commits into from
Jul 8, 2024

Commits on May 31, 2023

  1. Applying Michael's redesign from https://github.com/carpentries-incub…

    …ator/R-ecology-lesson
    
    Co-authored-by: Michael Culshaw-Maurer <MCMaurer@users.noreply.github.com>
    tobyhodges and MCMaurer committed May 31, 2023
    Configuration menu
    Copy the full SHA
    6a36d8b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from carpentries-incubator/apply-mcmaurer-changes

    Applying Michael's redesign
    tobyhodges authored May 31, 2023
    Configuration menu
    Copy the full SHA
    cb33dfb View commit details
    Browse the repository at this point in the history
  3. Update README.md

    tobyhodges authored May 31, 2023
    Configuration menu
    Copy the full SHA
    381b019 View commit details
    Browse the repository at this point in the history
  4. Update index.md

    tobyhodges authored May 31, 2023
    Configuration menu
    Copy the full SHA
    09bbdf4 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    tobyhodges authored May 31, 2023
    Configuration menu
    Copy the full SHA
    853eeb7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2dcae23 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #2 from carpentries-incubator/include-data-files

    include episodes/data directory
    tobyhodges authored May 31, 2023
    Configuration menu
    Copy the full SHA
    3dfaf37 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

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

Commits on Jun 29, 2023

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

Commits on Jul 7, 2023

  1. add questions about R SQL content

    As recommended by Curriculum Advisors at July 2023 meeting.
    tobyhodges authored Jul 7, 2023
    Configuration menu
    Copy the full SHA
    4cecd05 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. add call for beta tests

    tobyhodges authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    9c1a67b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4 from carpentries-incubator/add-call-for-beta-pi…

    …lots
    
    add call for beta tests
    tobyhodges authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    c23ac5f View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

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

Commits on Jan 10, 2024

  1. fix link to data zip

    tobyhodges authored Jan 10, 2024
    Configuration menu
    Copy the full SHA
    b41e0e0 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. update workflows

    tobyhodges committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    7be3e11 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f43aea View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. mark stable

    tobyhodges authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    15f3554 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30b8eb2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5071a53 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Fix fenced R code block

    Remove the curly braces from the fenced
    code block (curly braces indicate executable
    chunks in knitr and Quarto).
    fkohrt authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    89743f0 View commit details
    Browse the repository at this point in the history
  2. Update reference to homepage

    The section on required packages referenced
    a heading on the homepage that is outdated
    fkohrt authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    793042d View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. fct_explicit_na deprecated using fct_na_value_to_level instead

    Forcats 1.0.0 depreciated `fct_explicit_na`
    Equivalent way is now `fct_na_value_to_level(sex, "(Missing)")`
    
    Fixes/addresses #11
    murraycadzow authored May 22, 2024
    Configuration menu
    Copy the full SHA
    15ac370 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e40b204 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Merge pull request #10 from fkohrt/main

    Fix code block and reference
    tobyhodges authored May 24, 2024
    Configuration menu
    Copy the full SHA
    23f1a9f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #12 from murraycadzow/murraycadzow-patch-1

    fct_explicit_na deprecated using fct_na_value_to_level instead
    tobyhodges authored May 24, 2024
    Configuration menu
    Copy the full SHA
    ed31576 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #13 from murraycadzow/murraycadzow-patch-2

    Update data link to refer to current repo
    tobyhodges authored May 24, 2024
    Configuration menu
    Copy the full SHA
    9918faf View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    0e131b2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #15 from datacarpentry/update-deps

    manually update lesson dependencies
    tobyhodges authored Jun 4, 2024
    Configuration menu
    Copy the full SHA
    983b55c View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    01ee54f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #17 from datacarpentry/update/workflows

    Update Workflows to Version 0.16.5
    tobyhodges authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    d7d0488 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

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

Commits on Jul 8, 2024

  1. Merge pull request #18 from datacarpentry/update/packages

    Update 14 packages
    tobyhodges authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    513c119 View commit details
    Browse the repository at this point in the history
  2. merge upstream changes

    tobyhodges committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    0032524 View commit details
    Browse the repository at this point in the history