Arcadia-Science / sourmashconsumr

Working with the outputs of sourmash in R
https://arcadia-science.github.io/sourmashconsumr/
Other
24 stars 3 forks source link

Add default packaging info #1

Closed taylorreiter closed 2 years ago

taylorreiter commented 2 years ago

I started the package using RStudio's File > New Project > New Directory > R package using the name sourmashRutils. I added the licence using the use_mit_license() function and started the test infrastructure using the use_testthat() function. I edited the Description file and the License file to start accurate descriptions and other information. The hello.R script and man doc were auto-generated with the package. I've included them here but will remove them in future pull requests after I have some actual code written for the package.