Skip to content

Commit

Permalink
Merge pull request #402 from bcgov/joss-paper
Browse files Browse the repository at this point in the history
  • Loading branch information
joethorley authored Jan 14, 2025
2 parents 4011ab2 + da9725f commit d5806d7
Show file tree
Hide file tree
Showing 24 changed files with 39 additions and 25 deletions.
6 changes: 2 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ Suggests:
magrittr,
mle.tools,
patchwork,
R.rsp,
readr,
reshape2,
rmarkdown,
Expand All @@ -102,11 +101,10 @@ LinkingTo:
RcppEigen,
TMB
VignetteBuilder:
knitr,
R.rsp
knitr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
RoxygenNote: 7.3.2.9000
9 changes: 5 additions & 4 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,10 @@ reference:
articles:
- title: All vignettes
contents:
- model-averaging
- distributions
- articles/model-averaging
- articles/distributions
- articles/confidence-intervals
- customising-plots
- additional-technical-details
- articles/customising-plots
- articles/small-sample-bias
- articles/additional-technical-details
- faqs
11 changes: 5 additions & 6 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@

0 errors | 0 warnings | 1 note

> checking installed package size ... NOTE
> installed size is 21.2Mb
> sub-directories of 1Mb or more:
> doc 3.6Mb
> libs 16.9Mb
> ❯ checking installed package size ... NOTE
> installed size is 18.0Mb
> sub-directories of 1Mb or more:
> libs 16.9Mb
The large size of these sub-directories is necessary.
The large size of this sub-directory is necessary as it contains a .dll for the TMB model fitting functions.
1 change: 1 addition & 0 deletions paper/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ authors:
orcid: 0000-0002-3178-7243
affiliation: "4, 5"
- name: Carl Schwarz
orcid: 0000-0002-8525-862X
affiliation: 6
affiliations:
- index: 1
Expand Down
2 changes: 1 addition & 1 deletion ssdtools.Rproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ LaTeX: pdfLaTeX
BuildType: Package
PackageUseDevtools: Yes
PackageInstallArgs: --no-multiarch --with-keep.source
PackageRoxygenize: rd,collate,namespace
PackageRoxygenize: rd,collate,namespace,vignette
2 changes: 2 additions & 0 deletions vignettes/articles/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.html
*.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Additional Technical Details"
author: "ssdtools Team"
date: '`r format(Sys.time(), "%Y-%m-%d", tz = "UTC")`'
bibliography: references.bib
bibliography: ../references.bib
mathfont: Courier
latex_engine: MathJax
output: rmarkdown::html_vignette
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Customising Plots"
author: "ssdtools Team"
date: '`r format(Sys.time(), "%Y-%m-%d", tz = "UTC")`'
bibliography: references.bib
bibliography: ../references.bib
mathfont: Courier
latex_engine: MathJax
output: rmarkdown::html_vignette
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Distributions in ssdtools"
author: "ssdtools Team"
date: '`r format(Sys.time(), "%Y-%m-%d", tz = "UTC")`'
bibliography: references.bib
bibliography: ../references.bib
mathfont: Courier
latex_engine: MathJax
output: rmarkdown::html_vignette
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Model Averaging SSDs"
author: "ssdtools Team"
date: '`r format(Sys.time(), "%Y-%m-%d", tz = "UTC")`'
bibliography: references.bib
bibliography: ../references.bib
mathfont: Courier
latex_engine: MathJax
output: rmarkdown::html_vignette
Expand Down
19 changes: 19 additions & 0 deletions vignettes/articles/small-sample-bias.Rmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: "Small Sample Bias in Estimates"
mathfont: Courier
latex_engine: MathJax
output: rmarkdown::html_vignette
vignette: >
%\VignetteIndexEntry{Small Sample Bias in Estimates}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
```

Link to [small-sample-bias.pdf](https://github.com/bcgov/ssdtools/tree/main/vignettes/articles/small-sample-bias.pdf)
File renamed without changes.
Binary file removed vignettes/images/original_recommendations.png
Binary file not shown.
Binary file removed vignettes/images/scrap/fitted_dists.png
Binary file not shown.
Binary file removed vignettes/images/scrap/ssdata_sims_collated.png
Binary file not shown.
6 changes: 0 additions & 6 deletions vignettes/small-sample-bias.pdf.asis

This file was deleted.

0 comments on commit d5806d7

Please sign in to comment.