You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`I am unable to access the internet, perhaps it is an issue on my end with the way I installed the package?
Here is the minimal working example:
library(nbastatR)
There were 19 warnings (use warnings() to see them)
warnings()
Warning messages:
1: R graphics engine version 15 is not supported by this version of RStudio. The Plots tab will be disabled until a newer version of RStudio is installed.
2: replacing previous import ‘curl::handle_reset’ by ‘httr::handle_reset’ when loading ‘nbastatR’
3: replacing previous import ‘httr::timeout’ by ‘memoise::timeout’ when loading ‘nbastatR’
4: replacing previous import ‘magrittr::set_names’ by ‘purrr::set_names’ when loading ‘nbastatR’
5: replacing previous import ‘jsonlite::flatten’ by ‘purrr::flatten’ when loading ‘nbastatR’
6: replacing previous import ‘curl::parse_date’ by ‘readr::parse_date’ when loading ‘nbastatR’
7: replacing previous import ‘purrr::invoke’ by ‘rlang::invoke’ when loading ‘nbastatR’
8: replacing previous import ‘purrr::flatten_raw’ by ‘rlang::flatten_raw’ when loading ‘nbastatR’
9: replacing previous import ‘purrr::flatten_dbl’ by ‘rlang::flatten_dbl’ when loading ‘nbastatR’
10: replacing previous import ‘jsonlite::unbox’ by ‘rlang::unbox’ when loading ‘nbastatR’
11: replacing previous import ‘purrr::flatten_lgl’ by ‘rlang::flatten_lgl’ when loading ‘nbastatR’
12: replacing previous import ‘purrr::flatten_int’ by ‘rlang::flatten_int’ when loading ‘nbastatR’
13: replacing previous import ‘purrr::%@%’ by ‘rlang::%@%’ when loading ‘nbastatR’
14: replacing previous import ‘purrr::flatten_chr’ by ‘rlang::flatten_chr’ when loading ‘nbastatR’
15: replacing previous import ‘purrr::splice’ by ‘rlang::splice’ when loading ‘nbastatR’
16: replacing previous import ‘purrr::flatten’ by ‘rlang::flatten’ when loading ‘nbastatR’
17: replacing previous import ‘readr::guess_encoding’ by ‘rvest::guess_encoding’ when loading ‘nbastatR’
18: replacing previous import ‘magrittr::extract’ by ‘tidyr::extract’ when loading ‘nbastatR’
19: replacing previous import ‘rlang::as_list’ by ‘xml2::as_list’ when loading ‘nbastatR’
current_schedule()
Error: The size of the connection buffer (131072) was not large enough
to fit a complete line:
Increase it by setting Sys.setenv("VROOM_CONNECTION_SIZE")
In addition: Warning message:
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 nbastatR package.
Please report the issue at https://github.com/abresler/nbastatR/issues.
This warning is displayed once every 8 hours.
Call lifecycle::last_lifecycle_warnings() to see where this warning was generated. `
The text was updated successfully, but these errors were encountered:
I've posted before, essentially he's no longer working on the package... I for some reason have it working on a pc, but not my Mac. So I'm curious if it OS related.
`I am unable to access the internet, perhaps it is an issue on my end with the way I installed the package?
Here is the minimal working example:
The text was updated successfully, but these errors were encountered: