-
we need to document code. Make sure to stress what is the domain of parameters.
-
```
已加图
感谢你开发SwitchySharp,我对SwitchyPlus有个功能需求,希望能添
进SwitchySharp 。
在SwitchyPlus选项中General→Quick SWITCH→Binary Switch,
下拉选项框希望添加第三个选项[Auto Switch Mode自动连接]
原因是:我设置好参数后,使用Quick
SWITCH快速开关,是在[用户自定义连接]与…
-
GNG seems to be working. For it to be a part of release I need to change API to be more usable.
-
So I'm playing with CEC in RStudio, here are some things that came up:
- `?CEC` doesn't work on `dev` branch, it's probably caused by CEC `*.Rd` files in `man` directory not being there.
- I wanted to…
-
We do not want to add trylions of boilerplate, maybe it is possible to construct S4 class on the fly? This is a task for a serious R ninja. Task no. 2^8
-
Unify test and tests folder. Merge new makefile.
Correct folder is tests
Attach tests to testthat infrastructure (As in cec and gng)
-
```
$ R
> library(devtools)
> load_all()
Loading gmum.r
Błąd wdyn.load(dllfile) :
nie można załadować współdzielonego obiektu 'your_path_to_gmum/gmum/gmum.r/src/gmum.r.so':
your_path_to_gmum/gmu…
-
I've noticed that the return on node(gng,$i) is set to a 0 offset. The same occurs with the $neighbors of the individual nodes it returns. It might be helpful to offset this by +1 to align with R's …
-
If possible should include Makevars so that we don't get desynchronized
If possible should be able to build tests so that we can remove tests/cpp/Makefile
Could be CMake, not necessarily Makefile
-
Static boost headers can be added to repository using BH package. I used in GNG static headers in repository just because I needed graph (which is not entirely static so was excluded from BH).
I thin…