Skip to content

Commit

Permalink
spelling and news
Browse files Browse the repository at this point in the history
  • Loading branch information
walkerkq committed Jan 7, 2020
1 parent ada2f66 commit ae5bf99
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
1 change: 0 additions & 1 deletion .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@
^README\.Rmd$
^LICENSE\.md$
^cran-comments\.md$
^NEWS\.md$
^\.travis\.yml$
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# ravelRy 0.1.0

* Added a NEWS.md file to track changes to the package.
2 changes: 1 addition & 1 deletion R/ravelry_auth.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#' credentials, you can create them at https://www.ravelry.com/pro/developer.
#'
#' @param key the variable to set - either username or password
#' @param overwrite overwite the existing variable in the current environment?
#' @param overwrite overwrite the existing variable in the current environment?
#'
#' @return atomic character vector containing the username or password credential
#'
Expand Down
2 changes: 1 addition & 1 deletion R/yarns.R
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ get_yarns <- function(ids){

#' Get yarn attribute groups
#'
#' This function retrieves yarn attritube groups.
#' This function retrieves yarn attribute groups.
#'
#' @return tibble containing current attribute groups for yarn.
#'
Expand Down
2 changes: 1 addition & 1 deletion man/get_yarn_attribute_groups.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/ravelry_auth.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ae5bf99

Please sign in to comment.