Giter Club home page Giter Club logo

Comments (4)

afeierman avatar afeierman commented on July 24, 2024

It looks like the error is caused by R not loading the tibble package, which is a smaller part of the popular dplyr package in R. The tibble package provides a faster and more user friendly version of Dataframes.

This is the code that tipped me off:

** preparing package for lazy loading
Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : there is no package called 'tibble'
ERROR: lazy loading failed for package 'baseballr'

Try the following, and write back here if it works or not:

install_packages('dplyr')
require('devtools')
install_github("BillPetti/baseballr")
require('baseballr')

from baseballr.

fjcaceres avatar fjcaceres commented on July 24, 2024

Thank you
I will try it out this Monday evening and report back here

from baseballr.

fjcaceres avatar fjcaceres commented on July 24, 2024

Good evening

Followed your instructions and it was installed ( 20 warnings )
These are the last lines from the installation


Warning: replacing previous import by 'dplyr::summarise' when loading 'baseballr'
Warning: replacing previous import by 'dplyr::summarize_' when loading 'baseballr'
Warning: replacing previous import by 'dplyr::ungroup' when loading 'baseballr'
Note: the specification for S3 class "difftime" in package 'lubridate' seems equivalent to one from package 'DBI': not turning on duplicate class definitions for this class.
Warning: replacing previous import by 'magrittr::%>%' when loading 'baseballr'

  • DONE (baseballr)

require('baseballr')
Loading required package: baseballr
There were 20 warnings (use warnings() to see them)


from baseballr.

afeierman avatar afeierman commented on July 24, 2024

great, glad it worked eventually. there are definitely some issues with package dependencies going on which is worth fixing in the base package. think this issue can be closed

from baseballr.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.