Jieyi Xiong

Results 7 issues of Jieyi Xiong

After I updated JLD to the newest v0.8.3, I found "using JLD" is very slow, even it not running for the first time (so it should already be precompiled). ```julia...

``` julia> using PyPlot [ Info: Precompiling PyPlot [d330b81b-6aea-500a-939a-2ce795aea3ee] : CommandLine Error: Option 'help-list' registered more than once! LLVM ERROR: inconsistency in registered CommandLine options ``` Then the Julia has...

One feature in the RCall confused me. ``` julia> a=R"array(1)" RObject{RealSxp} [1] 1 julia> b=R"1" RObject{RealSxp} [1] 1 ``` Although both print the same "1", R considered them as different...

Both MATLAB and Julia support charactor matrix, but saving charactor matrix using MAT.jl in Julia will trigger an error. Charactor matrix is still useful when data is large since it...

It's really cool package, and extremely useful. The only problem is, to use this package, I have to guess the meaning of each function it provided, and do many frustrating...

My julia version is 0.4.0-dev+728 and my R version is 3.1.1, compiled with --enable-R-shlib. I always have below problem to use Rif. Anyone has the same problem? julia> using Rif...

When I ran a previous code I faced an error, since `BAM.flag()` function no longer existed. I found these was other undocumented function `XAM.flags()`. It seems `XAM.flags()` behaves identically to...

question