George Tollefson

Results 21 issues of George Tollefson

I would like my registered package, VariantVisualization.jl, to be searchable in the "Genomics" category of Julia Observer. @djsegal referenced this issue ( https://github.com/djsegal/julia_observer/issues/93 ) and recommended that I make an...

I am trying to run plotting functions via @sglyon's PlotlyJS.jl package on a 0.7 Jupyter notebook using Julia 1.1.0. The functions run but do not display the plot. They can...

When I try to run the following line of R code I receive the error I've pasted below. My reval code works when I exclude the following line which features...

Is it possible to suppress printing the text from the R command line REPL when calling an R package from Julia? I'm using RCall in a Julia command line tool...

When I try to convert an Array{Tuple,1} using @rput I get the following error: ERROR: MethodError: no method matching sexp(::Tuple{Int64,Int64}) Is this a bug or intended functionality. How can I...

Does Juno / Atom support temporarily disabling Juno IDE in Atom? I use Atom for a variety of work outside of using Julia, as do many other Juno users I'd...

feature request

Hi, I've downloaded and built VarSim following the instructions on the documentation page. However, when I run the following code on my reference genome (I am using the hg38 reference...

bug

Hi @staticfloat , I receive the following error when trying to build Homebrew.jl on Julia 1.1.0 on a Macbook pro running High Sierra 10.13.6. Can you help me solve this?...

When updating homebrew my installations of Rsvg and Cairo were updated with build errors. I have tried Pkg.checkout and building again but receive the same errors: julia> Pkg.build("Rsvg") INFO: Building...

Hi @staticfloat , I am trying to build the Rsvg.jl package which uses Homebrew.jl to install deps. When I run `Pkg.build("Rsvg")` I receive the following error. I am having some...