Error with installing broom package

Hi, I am having trouble installing it broom package and here is reprex. Could anyone please help?

devtools::install_github("tidymodels/broom")
#> Downloading GitHub repo tidymodels/broom@master
#> generics (0.0.2 -> d59e6b456...) [GitHub]
#> Downloading GitHub repo r-lib/generics@master
#>   
   checking for file ‘/private/var/folders/66/6996mtrd05g23kw64c08r91w0000gn/T/Rtmp9Xwb9A/remotes117c0272262fb/r-lib-generics-d59e6b4/DESCRIPTION’ ...
  
✔  checking for file ‘/private/var/folders/66/6996mtrd05g23kw64c08r91w0000gn/T/Rtmp9Xwb9A/remotes117c0272262fb/r-lib-generics-d59e6b4/DESCRIPTION’
#> 
  
─  preparing ‘generics’:
#> 
  
   checking DESCRIPTION meta-information ...
  
✔  checking DESCRIPTION meta-information
#> 
  
─  installing the package to process help pages
#> 
  
─  checking for LF line-endings in source and make files and shell scripts (939ms)
#> 
  
─  checking for empty or unneeded directories
#> 
  
─  building ‘generics_0.0.2.tar.gz’
#> 
  
   
#> 
  
   checking for file ‘/private/var/folders/66/6996mtrd05g23kw64c08r91w0000gn/T/Rtmp9Xwb9A/remotes117c04aa4ef8/tidymodels-broom-c5d85b4/DESCRIPTION’ ...
  
✔  checking for file ‘/private/var/folders/66/6996mtrd05g23kw64c08r91w0000gn/T/Rtmp9Xwb9A/remotes117c04aa4ef8/tidymodels-broom-c5d85b4/DESCRIPTION’
#> 
  
─  preparing ‘broom’: (667ms)
#> 
  
   checking DESCRIPTION meta-information ...
  
✔  checking DESCRIPTION meta-information
#> 
  
─  checking for LF line-endings in source and make files and shell scripts (541ms)
#> 
  
─  checking for empty or unneeded directories
#> 
  
─  looking to see if a ‘data/datalist’ file should be added
#> 
  
─  building ‘broom_0.5.1.9000.tar.gz’
#> 
  
   
#> 

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.