-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #31 from CostaLab/devel
Fixed loading bug after updating to R4.4.
- Loading branch information
Showing
74 changed files
with
771 additions
and
369 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
Package: sigurd | ||
Type: Package | ||
Title: Single cell Genotyping Using RNA Data | ||
Version: 0.2.51 | ||
Version: 0.2.52 | ||
Authors@R: c( | ||
person(given = "Martin", | ||
family = "Grasshoff", | ||
role = c("aut", "cre"), | ||
email = "[email protected]"), | ||
person(given = "Ivan Costa", | ||
family = "Gesteira", | ||
person(given = "Ivan", | ||
family = "Costa", | ||
role = c("aut"), | ||
email = "[email protected]", | ||
comment = c(ORCID = "0000-0003-2890-8697"))) | ||
|
@@ -26,31 +26,32 @@ Imports: | |
data.table, | ||
dplyr, | ||
DropletUtils, | ||
fastmatch, | ||
GenomeInfoDb, | ||
ggplot2, | ||
grid, | ||
Matrix, | ||
MatrixGenerics, | ||
magrittr, | ||
methods, | ||
parallel, | ||
rcompanion, | ||
S4Vectors, | ||
Seurat, | ||
SummarizedExperiment, | ||
scales, | ||
tibble, | ||
tidyr, | ||
tidyverse, | ||
VariantAnnotation | ||
RoxygenNote: 7.2.3 | ||
VariantAnnotation, | ||
vegan | ||
RoxygenNote: 7.3.2 | ||
Suggests: | ||
GenomicRanges, | ||
fastmatch, | ||
ggplot2, | ||
IRanges, | ||
knitr, | ||
magrittr, | ||
MatrixGenerics, | ||
rcompanion, | ||
rmarkdown, | ||
SeuratObject, | ||
testthat (>= 3.0.0) | ||
testthat (>= 3.0.0), | ||
tidyr, | ||
tidyverse | ||
VignetteBuilder: knitr | ||
Config/testthat/edition: 3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.