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

Update some of the documentation #43

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Oct 22, 2021

  1. Configuration menu
    Copy the full SHA
    ad91c14 View commit details
    Browse the repository at this point in the history
  2. fix call to install_github with repo argument

    remotes::install_github no longer uses repo and user
    Instead, guidance for repo is
    username/repo[/subdir][@ref|#pull|@*release]
    and user is deprecated.
    kellijohnson-NOAA committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    45eb723 View commit details
    Browse the repository at this point in the history
  3. designate whisker.render as a function using () and specify double

    tidyverse style guide suggests using () after all function calls
    to notify readers that it is a function rather than a variable
    
    place double in brackets after example to create consistency with
    the triple example
    kellijohnson-NOAA committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    6c65cbb View commit details
    Browse the repository at this point in the history
  4. fix spelling in README, whisker, and pkg

    separate and in stead
    kellijohnson-NOAA committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    eb6e2ac View commit details
    Browse the repository at this point in the history