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

Error message in nba_travel() - unrecognized output timezone #5

Open
jdewitt66 opened this issue Mar 5, 2021 · 1 comment
Open

Comments

@jdewitt66
Copy link

Execution of this code

dd <- nba_travel(start_season = 2017,
            end_season = 2021,
            team = c("Houston Rockets"),
            return_home = 3,
            phase = "RS",
            flight_speed = 550)

results in following error message (function does appear to run successfully)
Error in C_force_tz(as.POSIXct(time, tz = tz(time)), tz = tzone, roll) : CCTZ: Unrecognized output timezone: "US/Pacific-New"

@josedv82
Copy link
Owner

josedv82 commented Mar 8, 2021

unable to replicate. Will put on hold for now as it still returns the correct dataframe

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

No branches or pull requests

2 participants