Skip to content

Commit

Permalink
Merge pull request #25 from olivroy/patch-1
Browse files Browse the repository at this point in the history
Add website to DESCRIPTION
  • Loading branch information
jinseob2kim authored Mar 20, 2024
2 parents 20385fb + bcd57fa commit 3b24e4e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ License: Apache License 2.0
Encoding: UTF-8
Imports: ggplot2, ggpubr, survival, survey, scales, patchwork
RoxygenNote: 7.3.1
URL: https://github.com/jinseob2kim/jskm
URL: https://github.com/jinseob2kim/jskm, https://jinseob2kim.github.io/jskm/
BugReports: https://github.com/jinseob2kim/jstable/issues
Suggests:
testthat,
Expand Down
3 changes: 3 additions & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ editor_options:

Kaplan-Meier Plot with 'ggplot2': 'survfit' and 'svykm' objects from 'survival' and 'survey' packages.

<!-- badges: start -->
[![AppVeyor build status](https://ci.appveyor.com/api/projects/status/github/jinseob2kim/jskm?branch=master&svg=true)](https://ci.appveyor.com/project/jinseob2kim/jskm)
[![Github action](https://github.com/jinseob2kim/jskm/workflows/R-CMD-check/badge.svg)](https://github.com/jinseob2kim/jskm/actions)
[![CRAN\_Status\_Badge](https://www.r-pkg.org/badges/version/jskm)](https://cran.r-project.org/package=jskm)
Expand All @@ -15,6 +16,8 @@ Kaplan-Meier Plot with 'ggplot2': 'survfit' and 'svykm' objects from 'survival'
[![GitHub issues](https://img.shields.io/github/issues/jinseob2kim/jskm.svg)](https://github.com/jinseob2kim/jskm/issues)
[![GitHub stars](https://img.shields.io/github/stars/jinseob2kim/jskm.svg)](https://github.com/jinseob2kim/jskm/stargazers)
[![GitHub license](https://img.shields.io/github/license/jinseob2kim/jskm.svg)](https://github.com/jinseob2kim/jskm/blob/master/LICENSE)
<!-- badges: end -->


```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE, message = F, warning = F, fig.path = "man/figures/README-")
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ jskm
Kaplan-Meier Plot with ‘ggplot2’: ‘survfit’ and ‘svykm’ objects from
‘survival’ and ‘survey’ packages.

<!-- badges: start -->
[![AppVeyor build
status](https://ci.appveyor.com/api/projects/status/github/jinseob2kim/jskm?branch=master&svg=true)](https://ci.appveyor.com/project/jinseob2kim/jskm)
[![Github
Expand All @@ -17,6 +18,8 @@ issues](https://img.shields.io/github/issues/jinseob2kim/jskm.svg)](https://gith
stars](https://img.shields.io/github/stars/jinseob2kim/jskm.svg)](https://github.com/jinseob2kim/jskm/stargazers)
[![GitHub
license](https://img.shields.io/github/license/jinseob2kim/jskm.svg)](https://github.com/jinseob2kim/jskm/blob/master/LICENSE)
<!-- badges: end -->


## Install

Expand Down
8 changes: 1 addition & 7 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
URL: https://jinseob2kim.github.io/jskm, https://github.com/jinseob2kim/jskm
URL: https://jinseob2kim.github.io/jskm


development:
Expand All @@ -16,9 +16,3 @@ authors:

template:
bootstrap: 5
params:
docsearch:
api_key: 538f16a56ef7a039ccb18b348432cbd3
index_name: jskm


0 comments on commit 3b24e4e

Please sign in to comment.