GithubHelp home page GithubHelp logo

Comments (5)

krlmlr avatar krlmlr commented on August 20, 2024 1

These are most likely ANSI escapes, can you try setting options(crayon.enabled = FALSE) ?

from conflicted.

gaborcsardi avatar gaborcsardi commented on August 20, 2024 1

Here it is @gaborcsardi:

I mean, from the session that actually fails.

Also, @krlmlr I'm having to use the options() for each new session.

Put it in your R profile.

from conflicted.

jananiravi avatar jananiravi commented on August 20, 2024

Thanks, @krlmlr! That fixes it, but since this is not a part of any easily findable ANSI options listed in preferences, is there any way you could add an error message or include this options() line in the package code? That would be most helpful.

from conflicted.

gaborcsardi avatar gaborcsardi commented on August 20, 2024

@jananiravi This probably happens because of a misconfigured system, or a bug in the crayon package. What is your sessioninfo::session_info() output?

from conflicted.

jananiravi avatar jananiravi commented on August 20, 2024

Here it is @gaborcsardi:
image

Now, I additionally see this error as well when I start a new Rstudio session:
image

The issue is likely because I've edited the .Rprofile file using usethis::edit_r_profile()? Clearing up that file removes the startup error message.

if (interactive()) {
	suppressMessages(suppressWarnings(require(conflicted)))
}

Also, @krlmlr I'm having to use the options() for each new session.

Any suggestions for each of these concerns above? Thanks!

from conflicted.

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.