csgillespie / efficientR

Efficient R programming: a book
https://csgillespie.github.io/efficientR/
Other
720 stars 373 forks source link

Fix unused argument in "06-data-carpentry.Rmd" #312

Closed henrique-andrade closed 1 year ago

henrique-andrade commented 1 year ago

Fix for the error:

Quitting from lines 3388-3400 (_main.Rmd)
Error in parse_expr("cut(speed, c(0, 10, 100))", env = caller_env()) :
  unused argument (env = caller_env())
Calls: <Anonymous> ... group_by_prepare -> enquos -> endots -> map -> lapply -> FUN -> splice

I think this pull request is somewhat related to #311.

Robinlovelace commented 1 year ago

Many thanks!