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

Small fixes found while starting rOpenSci review #67

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

mstrimas
Copy link

@mstrimas mstrimas commented Mar 2, 2023

PR for a few small changes as I take a first look prior to review for rOpenSci at ropensci/software-review#577

  • cleaned up DESCRIPTION using desc::desc_normalize()
  • remove remotes::install_github() instructions from README, redundant since you have devtools::install_github() instructions
  • replaced two uses of = for assignment with <- for consistency
  • replaced T/F with TRUE/FALSE in two places
  • replaced 1:nrow() with seq_len(nrow()) in two places
  • replaced .data$ with quoted variable names in select(), since use of .data in tidyselect expressions in now deprecated

- remove `remotes::install_github()` instructions from README, redundant since you have `devtools::install_github()` instructions
- replaced two uses of `=` for assignment with `<-` for consistency
- replaced `T/F` with `TRUE/FALSE` in two places
- replaced `1:nrow()` with `seq_len(nrow())` in two places
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.

None yet

1 participant