--- a +++ b/DESCRIPTION @@ -0,0 +1,20 @@ +Package: BiocAIML +Title: AI and ML excursions with Bioconductor and tidymodels +Version: 0.0.2 +Authors@R: + person(given = "Vince", + family = "Carey", + role = c("aut", "cre"), + email = "stvjc@channing.harvard.edu", + comment = c(ORCID = "0000-0003-4046-0063")) +Description: Explore AI and ML applications with Bioconductor and tidymodels. +Depends: R (>= 4.0.0), tools, utils +Suggests: knitr, BiocStyle, testthat, rmarkdown, survival, rpart, + SummarizedExperiment +Imports: S4Vectors, curatedTCGAData +License: Artistic-2.0 +VignetteBuilder: knitr +biocViews: Infrastructure, Survival, GeneRegulation +RoxygenNote: 7.1.2 +URL: https://github.com/vjcitn/BiocAIML +BugReports: https://github.com/vjcitn/BiocAIML/issues