Coder Social home page Coder Social logo

Comments (4)

IanJiang1 avatar IanJiang1 commented on July 20, 2024

I am using ubuntu with os version 4.13.0-38-generic. I installed Radiant directly from the site following instructions. Whenever I add to Rmd report, the command does not have the associated option set, for instance, when predicting results from a linear model OLS > Predict and predict From command, the command

pred <- predict(result, "Price=7.50")

is added, which returns an error. This is only fixed when I specify the argument keyword pred_cmd:

pred <- predict(result, pred_cmd ="Price=7.50")

All functions that are added to the report suffer from this deficiency. Any insights?

from radiant.

vnijs avatar vnijs commented on July 20, 2024

Thanks for reporting @IanJiang1 but I cannot reproduce the issue you are seeing. What exactly do you mean by "directly from the site"? Did you install from GitHub, from CRAN, or did you use the commands below:

install.packages("radiant.update", repos = "https://radiant-rstats.github.io/minicran/")
radiant.update::radiant.update()

Please provide the result from sessionInfo() and report on any changes after using the commands above.

If you are using ubuntu you might also be interested in using the dockers image I use with my students which has R, Rstudio, Radiant, Python, and JupyterLab. See install instructions below.

https://github.com/radiant-rstats/docker/blob/master/install/rsm-msba-linux.md

from radiant.

vnijs avatar vnijs commented on July 20, 2024

@IanJiang1 Was the issue resolved after the update? Any additional information you can provide would be useful

from radiant.

vnijs avatar vnijs commented on July 20, 2024

Closing. Please report any issues through https://github.com/radiant-rstats/radiant

from radiant.

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.