Skip to content

Commit

Permalink
implemented pkgdown customization
Browse files Browse the repository at this point in the history
  • Loading branch information
phauchamps committed Oct 15, 2024
1 parent 7b33958 commit cd528f8
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,8 @@
^\.Rproj\.user$
^\.git$
^\.github$
^data-raw$
^doc$
^Meta$
^docs$
^pkgdown$
1 change: 1 addition & 0 deletions .github/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.html
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
.git
.Rproj.user
.Rhistory
.RData
.Ruserdata
*.RProj
*.Rproj
/doc/
/Meta/
docs
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: CytoMDS
Title: Low Dimensions projection of cytometry samples
Version: 1.1.3
Version: 1.1.4
Authors@R:
c(person(given = "Philippe",
family = "Hauchamps",
Expand Down Expand Up @@ -30,7 +30,7 @@ Description: This package implements a low dimensional visualization of a set
License: GPL-3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
RoxygenNote: 7.3.2
BugReports: https://github.com/UCLouvain-CBIO/CytoMDS/issues
URL: https://uclouvain-cbio.github.io/CytoMDS
biocViews: FlowCytometry, QualityControl, DimensionReduction,
Expand All @@ -41,7 +41,7 @@ Collate:
'ggplots.R'
'MDS-class.R'
Depends:
R (>= 4.3)
R (>= 4.4)
Imports:
methods,
stats,
Expand Down
7 changes: 5 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
## CytoMDS 1.1

### CytoMDS 1.1.1
- added citation to _bioRxiv_ pre-print
### CytoMDS 1.1.4
- implemented `pkgdown` customization

### CytoMDS 1.1.2 & 1.1.3
- expression matrices as input to EMD calculation

### CytoMDS 1.1.1
- added citation to _bioRxiv_ pre-print

## CytoMDS 1.0.0
(release Bioconductor)

Expand Down
1 change: 1 addition & 0 deletions pkgdown/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
^_pkgdown\.yml$
4 changes: 4 additions & 0 deletions pkgdown/_pkgdown.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
url: https://uclouvain-cbio.github.io/CytoMDS/
template:
bootstrap: 5
bootswatch: flatly

0 comments on commit cd528f8

Please sign in to comment.