Kirill Müller

Results 1542 comments of Kirill Müller

Could be that this error originates from the glue code because I'm also seeing a similar version of the error with code that doesn't descend into the C++ library at...

Thanks!

Does that help: https://stackoverflow.com/q/16830740/946850 The file you linked to comes directly from Postgres, with small adaptations: ```sh psql -c '\d+ information_schema.constraint_column_usage' ```

We found the code that needs adoption. Would you like to take a stab, do you need help?

I suggest to create a symbolic link or a junction. Assuming that you are in your project directory: ```r # OS X/Linux file.symlink("~/Data", "data") # Windows Sys.junction("~/Data", "data") ``` Then,...

Confirming. I'd even create a link to directories in standard places, in this particular case we can put the link under version control (OS X/Linux only). This principle also holds...

"Small" data may well live on GitHub, but for anything larger than, say, 1MB, you want to find a better place. I have suggested using symlinks in https://github.com/jennybc/what-they-forgot/issues/13#issuecomment-362494469, which should...

@Antonov548: can you please do a quick grep exercise in `src/interface.c` and `src/interface_extra.c` ?

The relevant PR in the R package is merged, do we need to do anything else here on the R side?