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
Well, we're in a package-version-clash situation here. The CRAN people rejected the new version, on R-Forge
because of the problem with dplyr, and my suggested fix won't work with the old version. I'll try asking the CRAN people to approve the new Lahman package as is, and then you can update dplyr, unless you have any other suggestion.
(i) remove hofID in the call that produces player_info
(ii) in the next line, replace hofID with playerID.
When I made those two changes, all of the joins worked in the latest version of the Lahman package. I'm using version 0.2 of dplyr for this test. I tried to do the same with the development version of dplyr but it failed to install...that's a separate and tangential issue, though.
v 3.0-1 of the Lahman package entailed some changes in the names of ID variables:
Consequently, when submitted to CRAN, the following error is generated when checking dplyr:
The fix is to remove hofID from the call to
select
on line 53 of tbl_df.Rd-Michael
The text was updated successfully, but these errors were encountered: