Skip to content

Commit

Permalink
Rebuilt docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ellessenne committed Aug 26, 2023
1 parent b015222 commit c8a687b
Show file tree
Hide file tree
Showing 12 changed files with 113 additions and 11 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Description: Produce Kaplan–Meier plots in the style recommended
customised to a certain extent, including themes, fonts, and colour
scales.
License: MIT + file LICENSE
URL: https://ellessenne.github.io/KMunicate-package/
URL: https://ellessenne.github.io/KMunicate-package/, https://github.com/ellessenne/KMunicate-package
BugReports:
https://github.com/ellessenne/KMunicate-package/issues
Depends:
Expand Down
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ pre_submission_test:
R -e "devtools::check_win_oldrelease(quiet = TRUE)"
R -e "devtools::check_mac_release(quiet = TRUE)"
R -e "rhub::check_for_cran()"
R -e "rhub::check(platforms = 'macos-highsierra-release-cran')"
R -e "rhub::check(platforms = 'macos-highsierra-release')"
make style

docs:
Expand Down
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

This is a minor release, with the following changes:

* Fixed broken `@docType` package documentation, as per e-mail from CRAN.
* Fixed broken `@docType` package documentation, as per e-mail from CRAN;
* Housekeeping.

# KMunicate 0.2.3

Expand Down
3 changes: 2 additions & 1 deletion R/KMunicate-package.R
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
#' @title KMunicate-Style Kaplan–Meier Plots
#'
#' @description Produce Kaplan–Meier plots in the style recommended following the KMunicate study (\doi{10.1136/bmjopen-2019-030215}).
#' @description Produce Kaplan–Meier plots in the style recommended following the KMunicate study, \doi{10.1136/bmjopen-2019-030215}.
#'
#' @docType package
#' @name KMunicate-package
#' @aliases KMunicate-package
#' @author Alessandro Gasparini (alessandro@@ellessenne.xyz)
#' @import cowplot ggplot2 pammtools survival tidyr
Expand Down
5 changes: 2 additions & 3 deletions docs/authors.html

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

3 changes: 2 additions & 1 deletion docs/news/index.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/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pkgdown: 2.0.7
pkgdown_sha: ~
articles:
KMunicate: KMunicate.html
last_built: 2023-08-26T08:43Z
last_built: 2023-08-26T09:04Z
urls:
reference: https://ellessenne.github.io/KMunicate-package/reference
article: https://ellessenne.github.io/KMunicate-package/articles
Expand Down
82 changes: 82 additions & 0 deletions docs/reference/KMunicate-package.html

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

5 changes: 5 additions & 0 deletions docs/reference/index.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/search.json

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions docs/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
<url>
<loc>https://ellessenne.github.io/KMunicate-package/news/index.html</loc>
</url>
<url>
<loc>https://ellessenne.github.io/KMunicate-package/reference/KMunicate-package.html</loc>
</url>
<url>
<loc>https://ellessenne.github.io/KMunicate-package/reference/KMunicate.html</loc>
</url>
Expand Down
12 changes: 12 additions & 0 deletions man/KMunicate-package.Rd

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

0 comments on commit c8a687b

Please sign in to comment.