File: script.R

package info (click to toggle)
r-cran-lintr 3.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,396 kB
  • sloc: sh: 13; xml: 10; makefile: 2
file content (3 lines) | stat: -rw-r--r-- 162 bytes parent folder | download
1
2
3
# Each of the default linters should throw at least one lint for assignment_linter or object_name_linter on this file
x = 1:4
res <- lapply(x, function(y) y + 1)