Hello, a couple days ago I updated the package to v2.7.0. For the full change set, please see NEWS.md at the github repo.
The big changes are:
- `brainGraph_init` has been replaced by `import_scn` (where "scn" means "structural connectivity networks". The most useful feature here is that it is no longer necessary to abbreviate the region names in the Freesurfer output files; the code to do that was formerly in Chapter 3 of the User Guide. So, now you can simply point to the outputs from "aparcstats2table" and "asegstats2table". Please read Chapters 3 and 6 of the User Guide for any details.
- The output from `aop` and `loo` are now an S3 class (the class name is "IC"). There is a new `summary` and `plot` method. The `plot` method replaces the code chunks that were in Chapter 14 of the User Guide; so now, you simply have to type, for example:
plot(RC.loo)
I plan on making more updates (mostly related to improving interactive exploration and extraction of useful information from analysis results) over the next several weeks.
Please let me know if there are any issues.
Chris