Using the package I got a warning requesting me to report the following issue to the {occupar} author:
#> Warning message:
#> There was 1 warning in `mutate()`.
#> ℹ In argument: `isei = isco08toISEI08(isco08, display.nas = T)`.
#> Caused by warning:
#> ! `funs()` was deprecated in dplyr 0.8.0.
#> ℹ Please use a list of either functions or lambdas:
#> # Simple named list: list(mean = mean, median = median)
#> # Auto named with `tibble::lst()`: tibble::lst(mean, median)
#> # Using lambdas list(~ mean(., trim = .2), ~ median(., na.rm = TRUE))
#> ℹ The deprecated feature was likely used in the occupar package.
#> Please report the issue to the authors.
Thanks for making this package available!
Using the package I got a warning requesting me to report the following issue to the {occupar} author:
Thanks for making this package available!