How to create a data only R package with devtools (CC296)

July 29, 2024 • PD Schloss • 1 min read

Did you know that an R package does not necessarily need to contain any code? In this Code Club, Pat creates a data package that provides two versions of the RDP’s trainset19 16S rRNA gene sequence reference sequences. This is a great review of creating a package and how to work with data in packages. This episode is part of an ongoing effort to develop an R package that implements the naive Bayesian classifier.

Code

You can browse the state of the repositories at the