Skip to content

Commit

Permalink
Automated build.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeksterslab committed Sep 20, 2024
1 parent c3ca333 commit fc15862
Show file tree
Hide file tree
Showing 17 changed files with 5,346 additions and 20 deletions.
Binary file modified .setup/build/cTMed.pdf
Binary file not shown.
Binary file removed .setup/build/cTMed_0.9.1.tar.gz
Binary file not shown.
Binary file added .setup/build/cTMed_1.0.0.tar.gz
Binary file not shown.
11 changes: 0 additions & 11 deletions .setup/latex/bib/quarto.bib

This file was deleted.

5 changes: 5 additions & 0 deletions .setup/latex/pdf/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
*
*/
!*.pdf
!.gitignore
!bib.bib
5,330 changes: 5,330 additions & 0 deletions .setup/latex/pdf/bib.bib

Large diffs are not rendered by default.

Binary file added .setup/latex/pdf/cTMed-001-description.pdf
Binary file not shown.
Binary file added .setup/latex/pdf/cTMed-999-session.pdf
Binary file not shown.
Binary file added .setup/latex/pdf/cTMed-zzz-references.pdf
Binary file not shown.
Binary file added .setup/latex/pdf/cTMed-zzz-tests-benchmark.pdf
Binary file not shown.
Binary file added .setup/latex/pdf/cTMed-zzz-tests-external.pdf
Binary file not shown.
Binary file added .setup/latex/pdf/cTMed-zzz-tests-internal.pdf
Binary file not shown.
Binary file added .setup/latex/pdf/cTMed-zzz-tests-staging.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ message: 'To cite package "cTMed" in publications use:'
type: software
license: GPL-3.0-or-later
title: 'cTMed: Continuous Time Mediation'
version: 0.9.1
version: 1.0.0
abstract: Calculates standard errors and confidence intervals for effects in continuous
time mediation models.
authors:
Expand All @@ -25,7 +25,7 @@ preferred-citation:
email: r.jeksterslab@gmail.com
orcid: https://orcid.org/0000-0003-4818-8420
year: '2024'
notes: R package version 0.9.1
notes: R package version 1.0.0
repository-code: https://github.com/jeksterslab/cTMed
url: https://jeksterslab.github.io/cTMed/
contact:
Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: cTMed
Title: Continuous Time Mediation
Version: 0.9.1
Version: 1.0.0
Authors@R:
person(given = "Ivan Jacob Agaloos",
family = "Pesigan",
Expand All @@ -24,7 +24,7 @@ Imports:
numDeriv,
parallel,
ctsem,
simStateSpace,
simStateSpace
Suggests:
knitr,
rmarkdown,
Expand Down
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# cTMed 0.9.1 (simulation version)
# cTMed 1.0.0

* Initial release.
8 changes: 4 additions & 4 deletions vignettes/session.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ sessionInfo()
#> [1] stats graphics grDevices utils datasets methods base
#>
#> other attached packages:
#> [1] cTMed_0.9.1
#> [1] cTMed_1.0.0
#>
#> loaded via a namespace (and not attached):
#> [1] compiler_4.4.1 tools_4.4.1 Rcpp_1.0.13 rProject_0.0.14
Expand All @@ -56,7 +56,7 @@ sessionInfo()
``` r
installed.packages()[, c("Package", "Version")]
#> Package Version
#> cTMed "cTMed" "0.9.1"
#> cTMed "cTMed" "1.0.0"
#> abind "abind" "1.4-5"
#> arm "arm" "1.14-4"
#> arrow "arrow" "17.0.0.1"
Expand Down Expand Up @@ -491,7 +491,7 @@ installed.packages()[, c("Package", "Version")]

```
#> total used free shared buff/cache available
#> Mem: 11Gi 1.5Gi 7.7Gi 39Mi 2.2Gi 9.5Gi
#> Mem: 11Gi 3.0Gi 5.9Gi 51Mi 2.5Gi 8.0Gi
#> Swap: 7.8Gi 0B 7.8Gi
#> Total: 19Gi 1.5Gi 15Gi
#> Total: 19Gi 3.0Gi 13Gi
```

0 comments on commit fc15862

Please sign in to comment.