Skip to content

Commit

Permalink
Merge branch 'hotfix/v1.4.10'
Browse files Browse the repository at this point in the history
  • Loading branch information
dputhier committed Jan 9, 2024
2 parents a663f0a + c529bca commit 52b0219
Show file tree
Hide file tree
Showing 107 changed files with 269 additions and 264 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: scigenex
Type: Package
Title: The scigenex package (Single-Cell Informative GENe Explorer)
Version: 1.4.9
Version: 1.4.10
Date: 2020-07-22
Author: J. Bavais, Sebastien Nin, Lionel Spinelli and Denis Puthier
Maintainer: J. Bavais <[email protected]>
Expand Down
8 changes: 5 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
MAKEFILE=Makefile
VERSION=1.4.9
VERSION=1.4.10

.PHONY: help

Expand Down Expand Up @@ -87,12 +87,14 @@ release_bump: release
@ make install
@ git commit -m 'Bumped version $(VER)'

readme:
@ echo "- Rebuilting README.md from README.Rmd"
@ echo "devtools::build_readme()" | R --slave

doc_html:
@ echo "#-----------------------------------------------#"
@ echo "# Building doc #"
@ echo "#-----------------------------------------------#"
@ echo "- Rebuilting README.md from README.Rmd"
@ echo "devtools::build_readme()" | R --slave
@ echo "Sys.setenv(RSTUDIO_PANDOC='/Applications/RStudio.app/Contents/Resources/app/quarto/bin/toolslibrary'); library(knitr); pkgdown::build_site()" | R --slave
@ git add -u
@ git commit -m "Updated html doc to $(VER)."
Expand Down
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ importFrom(Seurat,NoLegend)
importFrom(Seurat,SpatialDimPlot)
importFrom(SeuratObject,GetAssayData)
importFrom(SparseM,t)
importFrom(WriteXLS,WriteXLS)
importFrom(amap,Dist)
importFrom(amap,hcluster)
importFrom(biomaRt,getBM)
Expand Down Expand Up @@ -191,5 +192,4 @@ importFrom(utils,object.size)
importFrom(utils,read.csv)
importFrom(utils,read.table)
importFrom(utils,write.table)
importFrom(xlsx,write.xlsx)
importMethodsFrom(methods,show)
2 changes: 1 addition & 1 deletion R/ClusterSet_class.R
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,7 @@ setGeneric("cluster_set_to_xls",
#' @description Write gene lists from a Cluster-Set object into an excel sheet.
#' @param object The ClusterSet object.
#' @param file_path The file path.
#' @importFrom xlsx write.xlsx
#' @importFrom WriteXLS WriteXLS
#' @examples
#' #' Load an example dataset
#' load_example_dataset('7871581/files/pbmc3k_medium_clusters')
Expand Down
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
changelog.md
# Changelog

## v1.4.10

* Fix NAMESPACE (xlxs dependency).
* Rebuilt doc in html format.

## v1.4.9

* Remove xlxs dependency in favor with WriteXLS dependency (to avoid rJava dependency).
Expand Down
2 changes: 1 addition & 1 deletion docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

134 changes: 67 additions & 67 deletions docs/articles/usage.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions docs/authors.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 9 additions & 5 deletions docs/changelog.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 52b0219

Please sign in to comment.