sportsdataverse/cfbfastR

espn_ratings_fpi not found

rebinion opened this issue · 2 comments

Describe the bug
R Studio cannot find the espn_ratings_fpi function even when cfbfastR is loaded.

To Reproduce
Steps to reproduce the behavior:

  1. install and load the cfbfastR library
  2. try to call espn_ratings_fpi(year = x)
  3. See error - Error in espn_ratings_fpi(year = 2019) :
    could not find function "espn_ratings_fpi"

Expected behavior
Return a dataframe with the specified columns

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

it appears we forgot to export the function
try

cfbfastR:::espn_ratings_fpi(year=2019)