Skip to content

Commit

Permalink
add .github to rbuildignore
Browse files Browse the repository at this point in the history
  • Loading branch information
soodoku committed May 7, 2018
1 parent 1cc73d1 commit c6f9214
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
^.*\.Rproj$
^README.Rmd$
^\.Rproj\.user$
^.github$
^.httr-oauth$
^dev$
^figure$
Expand Down

1 comment on commit c6f9214

@lintr-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

R/upload_video.R:21:14: style: Use <-, not =, for assignment.

upload_video = function(
             ^

R/upload_video.R:28:9: style: Use <-, not =, for assignment.

query = as.list(query)
        ^

R/upload_video.R:29:14: style: Use <-, not =, for assignment.

query$part = part
             ^

R/upload_video.R:30:8: style: Use <-, not =, for assignment.

body = list(snippet = jsonlite::toJSON(snippet),
       ^

R/upload_video.R:42:5: style: Use <-, not =, for assignment.

L = list(request = req,
    ^

Please sign in to comment.