qqlearn123

Results 8 comments of qqlearn123

Same here, would love to see the auto-complete support.

Thanks for your time looking into it. Yes, it is indeed. There is one R file in my **xsef** package which have this line in it: _.xschema = xmlTreeParse(system.file("extdata/xschema.xml", package="xsef"))_...

getNamespace("xsef")$.xschema gives me the same error - Error: could not find function "xmlTreeParse" But, if I just type R and require(xsef), no issues. And, head(.xschema) in R terminal works fine...

Is there a solution or workaround to this issue? I tried lazy late loading and use XML:::xmlTreePase, both did not work. Is it possible that the languageserver just pass through...

Think the original cause is hard-coded installation path which can be solved by using '--no-staged-install'. Tried #582, it works now! Thx a lot.

@jacktasia Thanks for your response. The OS version I am using is "Read Hat Enterprise Linux Server release 6.9 (Santiago)". The emacs version is "GNU Emacs 24.2.1". The debug info...

@jacktasia Thanks, I see. So, what functionality that is the cause? In other words, what feature is missing from 24.2 that is important for dumb-jump? Is there a backward compatible...

Thanks for checking out. So, this means I can checkout dependencies one by one and hopefully find out? But it seems that in the DESCRIPTION file, the depended and imports...