Results 1046 comments of Randy Lai

In default, the package is assumed to be placed the root directory of the repo, or you'd need to specify `package-path` https://github.com/SublimeText/UnitTesting/blob/master/actions/setup/action.yaml#L19

Additionally, it may be better to place your package in somewhere else other than `User`.

This is the python script that controls Rstudio https://github.com/randy3k/SendCode/blob/master/code_sender/winauto.py If someone wants to help, please follow the below steps and report what you see. - open python/ipython - run the...

RStudio has moved to electron [rstudio/rstudio/wiki/Electron-Desktop](https://github.com/rstudio/rstudio/wiki/Electron-Desktop). On Mac, we use apple script to send code to RStudio and unfortunately electron doesn't support apple script. On Windows, we use native Win32...

Is it possible that you compiled the shared library for pqR with a compiler supporting "threadprivate", but this library was then called from a GUI that was compiled with a...

When I complied the guy with GNU gcc... I got the followings.. ``` /usr/local/Cellar/gcc47/4.7.3/bin/gcc-4.7 -x objective-c-header -fmessage-length=0 -pipe -std=gnu99 -Wno-trigraphs -O0 -DUSE_POOLS -gdwarf-2 -fvisibility=hidden -I/Users/Randy/Desktop/pqR/Mac-GUI-1.53 -I/Users/Randy/Desktop/pqR/Mac-GUI-1.53/build/Debug/include -I/opt/Frameworks/R.framework/Headers -I/opt/Frameworks/R.framework/PrivateHeaders -I/Users/Randy/Desktop/pqR/Mac-GUI-1.53/build/R.build/Debug/R.build/DerivedSources/x86_64 -I/Users/Randy/Desktop/pqR/Mac-GUI-1.53/build/R.build/Debug/R.build/DerivedSources...

I think that setup_Rmainloop() is called in REngine/Rinit.m and it is the source of error.

I pretty much agree. However, we may need implement some kind of caching engine (like what LaTeXTools has) to make autocompletion efficient.

I didn't experience such an issue when I was using LaTeXBox. By the way, LaTeXBox support is deprecated. I have switched to the combination of [LaTeXTools][1] and [LaTeXZeta][2]. [1]: https://github.com/SublimeText/LaTeXTools...

These two commands are not documented, so they are not guaranteed to be working.