Skip to content
Prev 1334 / 12125 Next

[R-pkg-devel] UseR! Session: Navigating the jungle of R packages.

Hello,

Jumping in here because those of us in the population genetics community have semi-recently tried to tackle some of these issues of giving users a clear sense of how R packages can work together in an analysis [0]. 
We created a website [1] that hosts vignettes openly contributed and curated by those in the population genetics community directly to a GitHub repository [2]. 

In our community we saw that the Task Views were good for getting a sense of what packages were out there and their general applications, but it was not clear as to how the packages interoperated or even where to start. Vignettes on the other hand, provide great examples of how to get started, but only focus on a single package. The website takes a hybrid approach between Task Views, package vignettes, and user forums as the resources on the site are community submitted and reproducible via continuous integration with an up-to-date docker container [3]. 

I just thought y'all might be interested in hearing how we have attempted to address these issues.

Cheers,
Zhian N. Kamvar

[0]: https://github.com/NESCent/r-popgen-hackathon <https://github.com/NESCent/r-popgen-hackathon>
[1]: http://popgen.nescent.org/ <http://popgen.nescent.org/>
[2]: https://github.com/NESCent/popgenInfo#readme <https://github.com/NESCent/popgenInfo#readme>
[3]: https://hub.docker.com/r/hlapp/rpopgen/ <https://hub.docker.com/r/hlapp/rpopgen/>