Skip to content

Commit 4424887

Browse files
committed
PACKAGE
1 parent 7bb6464 commit 4424887

3 files changed

Lines changed: 9 additions & 7 deletions

File tree

DESCRIPTION

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@ Package: SARTools
22
Type: Package
33
Title: Statistical Analysis of RNA-Seq Tools
44
Version: 1.8.2
5-
Date: 2023-06-13
6-
Author: Marie-Agnes Dillies and Hugo Varet
5+
Date: 2025-03-24
6+
Authors@R: c(
7+
person(given = "Hugo", family = "Varet", role = c("aut", "cre"), email = "hugo.varet@pasteur.fr"),
8+
person(given = "Marie-Agnès", family = "Dillies", role = c("aut"), email = "marie-agnes.dillies@pasteur.fr")
9+
)
710
Maintainer: Hugo Varet <hugo.varet@pasteur.fr>
811
Depends: R (>= 3.3.0),
912
DESeq2 (>= 1.32.0),
@@ -19,7 +22,6 @@ Imports: genefilter (>= 1.44.0),
1922
grDevices,
2023
grid,
2124
gridExtra,
22-
knitr,
2325
limma,
2426
rlang,
2527
rmarkdown (>= 1.4),
@@ -28,10 +30,10 @@ Imports: genefilter (>= 1.44.0),
2830
stats,
2931
SummarizedExperiment,
3032
utils
31-
Suggests: optparse
33+
Suggests: knitr, optparse
3234
biocViews: Software
3335
VignetteBuilder: knitr, rmarkdown
3436
Encoding: latin1
3537
Description: Provide R tools and an environment for the statistical analysis of RNA-Seq projects: load and clean data, produce figures, perform statistical analysis/testing with DESeq2 or edgeR, export results and create final report.
3638
License: GPL-2
37-
RoxygenNote: 7.2.3
39+
RoxygenNote: 7.3.2

R/SARTools-package.r

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#' Provide R tools and an environment for the statistical analysis of RNA-Seq projects: load and clean data, produce figures, perform statistical analysis/testing with DESeq2 or edgeR, export results and create final report
22
#' @title Statistical Analysis of RNA-Seq Tools
33
#' @author Marie-Agnes Dillies and Hugo Varet
4-
#' @docType package
54
#' @name SARTools-package
6-
NULL
5+
"_PACKAGE"

man/SARTools-package.Rd

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)