Coder Social home page Coder Social logo

bbr package about bbr HOT 2 CLOSED

jeslo328 avatar jeslo328 commented on September 26, 2024
bbr package

from bbr.

Comments (2)

kyleam avatar kyleam commented on September 26, 2024

From the output above, this is what sticks out:

In file(filename, "r", encoding = encoding) :
cannot open file 'renv/activate.R': No such file or directory

That suggests that your renv setup is in an invalid state, without an renv/activate.R file but with source("renv/activate.R") in your local .Rprofile.

If you want to use renv for the project (bbr doesn't require users manage their dependencies in any particular way), you could try this to fix the setup:

  • remove source("renv/activate.R") from your project's .Rprofile (it's also possible that that line is in another initialization file, but that'd be unusual)

  • call renv::init(bare = TRUE) from an R console for that project

  • renv::install("devtools") if it's not already in your project's renv library

  • devtools::install_github("metrumresearchgroup/bbr", ref = "main")

from bbr.

kyleam avatar kyleam commented on September 26, 2024

@jeslo328 I think this is likely an issue with your renv setup, and I can't think of anything on bbr's end that would be responsible. So I'm going to close this, but please feel free to follow up with more details, and we'll try to help if we can.

from bbr.

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.