Git Product home page Git Product logo

komodor's People

Contributors

k-barton avatar

Watchers

 avatar

komodor's Issues

kor::setEvalEnv with list or environment with empty parent env

Upon setting evalEnv to a list, new variables go to .GlobalEnv (?), and are not found. Either convert to an environment or set enclosing enviroment to .GlobalEnv.
Setting evalEnv to an environment with empty parent env causes no base functions are found. Throw an error.

Komodo Edit: R Interface

I recently installed the R Interface package for Komodo Edit. Everything seems perfectly normal from the Komodo side: Rterm window appears, test connection a "success", etc... However, I get the following error in the Rterm window when I try to run a simple test, rnorm(5), from the scripting window:

Error in assign("last.warning", last.warning, envir = baseenv()) : cannot change value of locked binding for 'last.warning'

I can input/output R code successfully in the Rterm window, but of course, that defeats the purpose of Komodo entirely.

Here's the full error output.

Any suggestions?

RPkgMan: "upgrade package" error

In 'REvalListener.onDone': while invoking callback
-- EXCEPTION START --
TypeError: response.message.join is not a function
+ stack
    updateInfo@chrome://komodor/content/pkgman/pkgman.js:290:13
    onDone@resource://gre/modules/commonjs/toolkit/loader.js -> resource://kor/connector.js:102:21
    rEvalObserver.observe@resource://gre/modules/commonjs/toolkit/loader.js -> resource://kor/connector.js:306:36
-- EXCEPTION END --

Example:

 cat(kor::stringize(kor::pkgManInstallPackages("spdep", ask=FALSE)))

connector module: issues with socket server restart

After restarting R and Komodo's socket server: R cannot connect to Komodo - wrong port is given.
Why "Told socket server to stop" is notified twice?
Why "serverObserver: r-server-stopped" shows up after "serverObserver: r-server-started"?

Improve syntax-highlighting for RMarkdown.

Lexer for Komodo is written in Luddite. Currently there are numerous problems with it.
In addition, R code blocks are not fully functional - code completion and syntax checking does not work.

code formatter

Add internal R code formatter that directly uses parse data.

ROB + kor::objls hangs on very long objects

When the object has a lot of sub-elements, objls()s output is huge and blocks R for long time.
Solution: return a header of N lines, possibly with last line as Load more.., clicking on which would load next N-objects.

RPkgMan: 'upgrade packages' output does not strip stdout/stderr marks

Example output:

Installing package into ‘C:/Users/xxx/Documents/R/win-library/3.5’
(as ‘lib’ is unspecified)
������próbowanie adresu URL 'https://cloud.r-project.org/bin/windows/contrib/3.5/car_2.1-6.zip'
Content type 'application/zip' length 1597263 bytes (1.5 MB)
downloaded 1.5 MB

kor:::objls_s3 - error when column name is NA

zz <- data.frame(A = 1, B = NA)
colnames(zz)[2] <- NA
kor::objls(zz)

Error in fullnames[w.names] <- paste0(objName, "$", .names) :
NAs are not allowed in subscripted assignments

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.