Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
GuangchuangYu committed Nov 30, 2023
1 parent ede2fcf commit 7c02be5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rworkflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run_vignettes: ${{ true }}
has_testthat: ${{ true }}
run_covr: ${{ true }}
run_pkgdown: ${{ true }}
run_pkgdown: ${{ false }}
has_runit: ${{ false }}
has_latex: ${{ false }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
7 changes: 5 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: ggsc
Title: Visualizing Single Cell and Spatial Transcriptomics
Version: 1.1.1.003
Version: 1.1.2
Authors@R: c(
person("Guangchuang", "Yu",
email = "[email protected]",
Expand All @@ -11,7 +11,10 @@ Authors@R: c(
email = "[email protected]",
role = "aut",
comment = c(ORCID="0000-0003-3513-5362")
)
),
person("Noriaki", "Sato",
email = "[email protected]",
role = "cbt")
)
Description: Useful functions to visualize single cell and spatial
data. It supports visualizing 'Seurat', 'SingleCellExperiment' and 'SpatialExperiment' objects through grammar of graphics syntax implemented in 'ggplot2'.
Expand Down
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ggsc 1.1.1.003
# ggsc 1.1.2

+ add `sc_dot()` method for 'Seurat' object (2023-11-29, Wed, #15)
+ add `sc_dot()` methods (2023-11-29, Wed, #15)
+ update vignette to link to the online docs (<https://yulab-smu.top/ggsc>)
+ add `README.Rmd` and `README.md` in github repo
+ optimization: retrieve embedding without `FetchData` (2023-11-27, Mon, #14)
Expand Down

0 comments on commit 7c02be5

Please sign in to comment.