Skip to content

Commit

Permalink
Merge pull request #62 from AEBilgrau/pkgdown
Browse files Browse the repository at this point in the history
Pkgdown
  • Loading branch information
AEBilgrau committed Jan 27, 2020
2 parents 8b64409 + c1ed0b9 commit 02e0bfe
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 12 deletions.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ PKGSRC := $(shell basename `pwd`)

all: prereq build install check site

site:
site: clean_rplots
Rscript -e "pkgdown::build_site()"

docs:
Expand Down Expand Up @@ -46,3 +46,6 @@ shinydeploy:
clean:
cd ..;\
rm -r $(PKGNAME).Rcheck

clean_rplots:
Rscript -e 'file.remove(list.files(pattern = "Rplots[0-9]+\\.pdf", full.names = TRUE, recursive = TRUE))'
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@

[![Project Status: Active - The project has reached a stable, usable state and is being actively developed.](http://www.repostatus.org/badges/latest/active.svg)](http://www.repostatus.org/#active)
[![Build Status](https://api.travis-ci.org/AEBilgrau/GMCM.svg?branch=master)](https://travis-ci.org/AEBilgrau/GMCM)
[![CRAN version](http://www.r-pkg.org/badges/version/GMCM)](https://cran.r-project.org/package=GMCM)
[![CRAN RStudio mirror downloads](http://cranlogs.r-pkg.org/badges/GMCM)](https://cran.r-project.org/package=GMCM)
Expand Down
2 changes: 1 addition & 1 deletion vignettes/GMCM-JStatSoft.Rnw
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%\VignetteIndexEntry{An Introduction to GMCM}
%\VignetteIndexEntry{GMCM: Gaussian Mixture Copula Models}
%\VignetteKeywords{GMCM, clustering, meta analysis}
%\VignetteEngine{knitr::knitr}
%\VignettePackage{GMCM}
Expand Down
6 changes: 2 additions & 4 deletions vignettes/pkgdown/jss.Rmd
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
---
title: An Introduction to GMCM
author:
date:
title: "GMCM: Gaussian Mixture Copula Models"
output: html_document
vignette: >
%\VignetteIndexEntry{An Introduction to GMCM}
%\VignetteIndexEntry{GMCM: Gaussian Mixture Copula Models}
%\VignettePackage{GMCM}
pkgdown:
as_is: true
Expand Down
2 changes: 0 additions & 2 deletions vignettes/usage-example-general-model.Rmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
---
title: "Unsupervised clustering with general GMCMs"
author: "Anders Ellern Bilgrau"
date: "2019-08-28"
output: rmarkdown::html_vignette
vignette: >
%\VignetteIndexEntry{Unsupervised clustering with general GMCMs}
Expand Down
2 changes: 0 additions & 2 deletions vignettes/usage-example-special-model.Rmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
---
title: "Meta analysis with special GMCMs"
author: "Anders Ellern Bilgrau"
date: "2019-08-31"
output: rmarkdown::html_vignette
vignette: >
%\VignetteIndexEntry{Meta analysis with special GMCMs}
Expand Down
2 changes: 0 additions & 2 deletions vignettes/usage-shiny-graphical-interface.Rmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
---
title: "GMCM shiny application"
author: "Anders Ellern Bilgrau"
date: "2019-07-20"
output: rmarkdown::html_vignette
vignette: >
%\VignetteIndexEntry{GMCM shiny application}
Expand Down

0 comments on commit 02e0bfe

Please sign in to comment.