From 6948939686eab6c68b34670b76574ae118bad959 Mon Sep 17 00:00:00 2001 From: Guangchuang Yu Date: Wed, 13 Dec 2023 14:38:07 +0800 Subject: [PATCH] update docs --- .Rbuildignore | 1 + DESCRIPTION | 10 +++++----- NEWS.md | 3 ++- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.Rbuildignore b/.Rbuildignore index 459b5c0..1ae27f9 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -9,3 +9,4 @@ gh-pages ^\.Rproj$ docs ^\.github +README.html diff --git a/DESCRIPTION b/DESCRIPTION index de8fe14..4b54480 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: ggsc Title: Visualizing Single Cell and Spatial Transcriptomics -Version: 1.1.2.001 +Version: 1.1.2.002 Authors@R: c( person("Guangchuang", "Yu", email = "guangchuangyu@gmail.com", @@ -23,6 +23,7 @@ Imports: RcppParallel, cli, dplyr, + ggfun, ggplot2, grDevices, grid, @@ -38,8 +39,7 @@ Imports: tibble, utils, RColorBrewer, - yulab.utils, - ggfun + yulab.utils Suggests: aplot, BiocParallel, @@ -54,14 +54,14 @@ Suggests: rmarkdown, scran, scater, + scatterpie, scuttle, shadowtext, sf, SeuratObject, SpatialExperiment, STexampleData, - testthat (>= 3.0.0), - scatterpie + testthat (>= 3.0.0) BugReports: https://github.com/YuLab-SMU/ggsc/issues URL: https://github.com/YuLab-SMU/ggsc (devel), https://yulab-smu.top/ggsc/ (docs) biocViews: DimensionReduction, GeneExpression, SingleCell, diff --git a/NEWS.md b/NEWS.md index a06d8aa..35340fc 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,6 @@ -# ggsc 1.1.2.001 +# ggsc 1.1.2.002 ++ support plotting pie for spatial data (2023-12-13, Wed, #18) + extract `meta.data` of Seurat object (2023-12-12, Tue, #17) # ggsc 1.1.2