Skip to content

Commit

Permalink
Merge pull request #29 from xiangpin/master
Browse files Browse the repository at this point in the history
supportting large matrix for  the calculation of density
  • Loading branch information
GuangchuangYu authored Jun 25, 2024
2 parents f956c78 + 8589d11 commit cbba261
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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.4.001
Version: 1.3.0.001
Authors@R: c(
person("Guangchuang", "Yu",
email = "[email protected]",
Expand Down
6 changes: 5 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# ggsc 1.1.4.001
# ggsc 1.3.001

+ add `geom_bgpoint()` layer (2024-06-18, Tue, #24)

# ggsc 1.2.0

+ Bioconductor RELEASE_3_19 (2024-05-01, Wed)

# ggsc 1.1.4

+ add background outline of umap plot (2024-04-12, Fri, #22)
Expand Down
1 change: 1 addition & 0 deletions src/Makevars
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
PKG_CXXFLAGS = $(SHLIB_OPENMP_CXXFLAGS)
PKG_LIBS = $(SHLIB_OPENMP_CXXFLAGS) $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS) $(shell ${R_HOME}/bin/Rscript -e "RcppParallel::RcppParallelLibs()")
PKG_CXXFLAGS += -DARMA_64BIT_WORD
2 changes: 2 additions & 0 deletions src/Makevars.win
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
PKG_CXXFLAGS = $(SHLIB_OPENMP_CXXFLAGS)
PKG_LIBS = $(SHLIB_OPENMP_CXXFLAGS) $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)
PKG_CXXFLAGS += -DARMA_64BIT_WORD
PKG_LIBS += $(shell "${R_HOME}/bin${R_ARCH_BIN}/Rscript.exe" -e "RcppParallel::RcppParallelLibs()")

0 comments on commit cbba261

Please sign in to comment.