Skip to content

Commit c27549b

Browse files
authored
Merge pull request #115 from uclahs-cds/stefaneng-vignette-pkgdown-fixes
Fix vignette/README/image file paths for pkgdown
2 parents a8e05ba + e272c18 commit c27549b

File tree

12 files changed

+42
-42
lines changed

12 files changed

+42
-42
lines changed

.github/workflows/pkgdown.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,13 @@ jobs:
2525

2626
- uses: r-lib/actions/setup-r-dependencies@v2
2727
with:
28-
extra-packages: any::pkgdown, local::.
28+
extra-packages: any::pkgdown, local::., any::roxygen2
2929
needs: website
3030

31+
- name: Document
32+
run: roxygen2::roxygenise()
33+
shell: Rscript {0}
34+
3135
- name: Build site
3236
run: pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE)
3337
shell: Rscript {0}

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
.Rhistory
33
.RData
44
.Ruserdata
5-
man/
65
vignettes/HistogramZoo.html
76
*.Rproj
87
inst/setup.R

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: HistogramZoo
22
Title: A Method for Peak Merging And Distribution Fitting Across Biological Replicates
3-
Version: 1.3.0
3+
Version: 1.3.1
44
Authors@R:
55
c(
66
person(given = "Helen",

NEWS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1313
- S3 methods to allow numeric/Histogram/GenomicHistogram input in key segment_and_fit functions
1414

1515
### Fixed
16+
- Minor fixes to vignette file path locations for successful pkgdown build
1617

1718
## [1.3.0] - 2023-04-14
1819

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The characteristic function provided by HistogramZoo is `segment_and_fit` which
1515

1616
Finally, HistogramZoo provides several convenient functions to summarize fits and visualize data.
1717

18-
![overview plot](readme_imports/Overview.png)
18+
![overview plot](man/figures/Overview.png)
1919

2020
## Installation
2121

@@ -65,7 +65,7 @@ create_coverageplot(results);
6565
| -21-102 | 1 | 19 | 79 | 1 | 61, | 1, | 9 | 20 | 0.9554924687 | consensus | norm | 33.03241096 | 14.88105209 | mean | sd |
6666

6767
**Coverage plot**
68-
![coverage plot](readme_imports/hz_output.png)
68+
![coverage plot](man/figures/hz_output.png)
6969

7070
## Resources
7171

_pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
2-
url: https://friendly-invention-3cb82740.pages.github.io/
2+
url: https://uclahs-cds.github.io/public-R-HistogramZoo/
33
template:
44
bootstrap: 5

readme_imports/.DS_Store

-6 KB
Binary file not shown.

readme_imports/hz_output.csv

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)