wdkrnls

Results 14 issues of wdkrnls

I tried building the last tagged version and found that a test was failing: failed test 1564 - column_rename_base_csv_reverseCompare (Failed) Mismatch on cell 0,6: 'Throgs Nook' vs 'Throgs Neck' Should...

I'm running Stow on Guix where `/usr/local` does not exist by default. Considering that Stow is now frequently used for managing `.dotfiles`, would it make sense to make the default...

**Is your feature request related to a problem? Please describe.** I was trying to figure out why a function `make_function` defined in file b.R which defines another function `cool_function` in...

The current faceting tools force keeping all nodes presented (if invisibly) on all facets. I'm looking for the functionality to analyze my graph by breaking it up into subgraphs. My...

Could edge_is_bridge() be added as an edge type? This would return TRUE when the edge is a [bridge](https://en.wikipedia.org/wiki/Bridge_(graph_theory)). I would like to split my graph into separate components by eliminating...

When I try to combine tidyr::replace_na with tidygraph I get an error. Here is some example code: ``` library(igraph) library(tidygraph) library(dplyr) library(tidyr) g = make_graph(~ A-B-C-D-E, B-F-G-H-E, E-I-J-K-L-M-I, M-N-O) tg...

Hi, thanks for developing this awesome package! I just tried to install `fst` onto an older server running CentOS6 and R 3.3.3. It told me that `fst` wasn't available. From...

core library

Hello, I noticed that the Intel compiler barfs on your package when trying to link with piton. ``` icpc -std=gnu++11 -I"/opt/R/R-4.0.2-mkl/lib64/R/include" -DNDEBUG -I'/home/me/R/lib/pro/4.0/Rcpp/include' -I'/home/me/R/lib/pro/4.0/piton/include' -I/usr/local/include -fpic -g -O2 -c xlex.cpp...

Hi Linux-based gpuR users. Has anyone tried getting gpuR installed with the new Mesa OpenCL functionality? If so, could you post some instructions on the Wiki? I have an AMDGPU...

Great package! This saves me from having to leave R for many tasks. I'm curious if you think it would be reasonable to support pattern functions similar to those provided...