diff --git a/DESCRIPTION b/DESCRIPTION index af151bd0364da75aa907e30dfef4faf15edb99e0..fa3dd28e33f786f08d2c68ec348b6aa5ada2d2a2 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,37 +1,14 @@ Package: kmerclust -Title: Kmerclust A Small Package To Test If The Kmer Count Correspond To A - XY Or XO Genome -Version: 0.0.8 -Authors@R: - person("Laurent", "Modolo", , "laurent.modolo@ens-lyon.fr", role = c("aut", "cre"), - comment = c(ORCID = "0000-0002-7606-4110")) -Description: Package to compare two GMM model, one for XY kmer counts and - one for XO kmer counts. -License: AGPL (>= 3) -Imports: - Boom, - dplyr, - extraDistr, - ggplot2, - ggpubr, - grDevices, - magrittr, - MCMCpack, - mvtnorm, - parallel, - readr, - retry, - tibble, - tidyr -Suggests: - knitr, - pkgload, - rmarkdown, - tidyverse -VignetteBuilder: - knitr -Config/fusen/version: 0.5.2 -Date/Publication: 2023/10/20 +Version: 0.0.9 +Title: Kmerclust A Small Package To Test If The Kmer Count Correspond To A XY Or XO Genome +Description: Package to compare two GMM model, one for XY kmer counts and one for XO kmer counts. +Authors@R: person(given = "Laurent", + family = "Modolo", + role = c("aut", "cre"), + email = "laurent.modolo@ens-lyon.fr", + comment = c(ORCID = "0000-0002-7606-4110")) +License: `use_mit_license()`, `use_gpl3_license()` or friends to pick a license Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.3 +Date/Publication: 2023/10/23 diff --git a/Dockerfile b/Dockerfile index 3f921298226787a53fd4eca5dc1bb827f844a9ef..faf750f0da95833f7b8b7204ed41ae77279a6e73 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ FROM rocker/tidyverse -RUN R -e 'remotes::install_git("https://gitbio.ens-lyon.fr/LBMC/Delattre/kmerclust", ref="v0.0.8")' \ +RUN R -e 'remotes::install_git("https://gitbio.ens-lyon.fr/LBMC/Delattre/kmerclust", ref="v0.0.9")' \ && R -e 'remotes::install_github("tidyverse/vroom")' diff --git a/dev/0-dev_history.Rmd b/dev/0-dev_history.Rmd index 61822d62c99280fcd6e1eda97d8a39bb3bb186ef..4751df57d0fbac9019368ec393c70415dddd62de 100755 --- a/dev/0-dev_history.Rmd +++ b/dev/0-dev_history.Rmd @@ -21,7 +21,7 @@ fusen::fill_description( `Authors@R` = c( person("Laurent", "Modolo", email = "laurent.modolo@ens-lyon.fr", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-7606-4110")) ), - Version = "0.0.8", + Version = "0.0.9", "Date/Publication" = format(Sys.time(), "%Y/%m/%d") ), overwrite = T