Skip to content

Conversation

@chrishusted
Copy link

…n a specific value(s)

@lintr-bot
Copy link

R/fluffy.R:29:13: style: Put spaces around all infix operators.

res <- x*2
           ~^~

R/fluffy.R:38:23: style: Commas should always have a space after.

res <- sample(a:b,1)
                      ^

R/fluffy.R:41:16: style: Commas should always have a space after.

​randomNumber(2,6)
               ^

R/fluffy.R:48:8: style: Place a space before left parenthesis, except in a function call.

for(i in 1:x){
       ^

Chris Husted added 3 commits June 6, 2019 15:33
 Please enter the commit message for your changes. Lines starting
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants