Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
sbalci committed Apr 3, 2022
1 parent 0bac188 commit 233b8bf
Show file tree
Hide file tree
Showing 25 changed files with 69 additions and 15 deletions.
1 change: 1 addition & 0 deletions ClinicoPathLinuxDescriptives.Rproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ StripTrailingWhitespace: Yes

BuildType: Package
PackageUseDevtools: Yes
PackageCleanBeforeInstall: Yes
PackageInstallArgs: --no-multiarch --with-keep.source
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Type: Package
Package: ClinicoPathDescriptives
Title: Descriptives Functions for Clinicopathological Research
Version: 0.0.2.0084
Date: 2021-02-14
Version: 0.0.2.04
Date: 2021-04-03
Authors@R:
person(given = "Serdar",
family = "Balci",
Expand Down Expand Up @@ -48,4 +48,4 @@ Remotes:
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
RoxygenNote: 7.1.2
10 changes: 9 additions & 1 deletion R/00jmv.R
Original file line number Diff line number Diff line change
Expand Up @@ -423,4 +423,12 @@
`year`=2020,
`title`=" Venn Diagram by ggplot2, with really easy-to-use API",
`publisher`="[R package]. Retrieved from https://github.com/yanlinlin82/ggvenn",
`url`="https://github.com/yanlinlin82/ggvenn"))
`url`="https://github.com/yanlinlin82/ggvenn"),
`ClinicoPathJamoviModule`=list(
`type`="software",
`author`="Serdar Balci",
`year`=2022,
`title`="ClinicoPath jamovi Module doi:10.5281/zenodo.3997188",
`publisher`="[R package]. Retrieved from https://github.com/sbalci/ClinicoPathJamoviModule",
`doi`="10.17605/OSF.IO/9SZUD",
`url`="https://www.serdarbalci.com/ClinicoPathJamoviModule/"))
4 changes: 3 additions & 1 deletion R/agepyramid.h.R
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ agepyramidResults <- if (requireNamespace("jmvcore", quietly=TRUE)) R6::R6Class(
super$initialize(
options=options,
name="",
title="Age Pyramid")
title="Age Pyramid",
refs=list(
"ClinicoPathJamoviModule"))
self$add(jmvcore::Table$new(
options=options,
name="pyramidTable",
Expand Down
3 changes: 2 additions & 1 deletion R/benford.h.R
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ benfordResults <- if (requireNamespace("jmvcore", quietly=TRUE)) R6::R6Class(
name="",
title="Benford Analysis",
refs=list(
"benford.analysis"))
"benford.analysis",
"ClinicoPathJamoviModule"))
self$add(jmvcore::Html$new(
options=options,
name="todo",
Expand Down
4 changes: 3 additions & 1 deletion R/crosstable.h.R
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,9 @@ crosstableResults <- if (requireNamespace("jmvcore", quietly=TRUE)) R6::R6Class(
super$initialize(
options=options,
name="",
title="`Cross Table - ${group}`")
title="`Cross Table - ${group}`",
refs=list(
"ClinicoPathJamoviModule"))
self$add(jmvcore::Html$new(
options=options,
name="todo",
Expand Down
4 changes: 3 additions & 1 deletion R/reportcat.h.R
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ reportcatResults <- if (requireNamespace("jmvcore", quietly=TRUE)) R6::R6Class(
options=options,
name="",
title="Summary of Categorical Variables",
refs="report")
refs=list(
"report",
"ClinicoPathJamoviModule"))
self$add(jmvcore::Html$new(
options=options,
name="todo",
Expand Down
4 changes: 3 additions & 1 deletion R/summarydata.h.R
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ summarydataResults <- if (requireNamespace("jmvcore", quietly=TRUE)) R6::R6Class
super$initialize(
options=options,
name="",
title="Summary of Continuous Variables")
title="Summary of Continuous Variables",
refs=list(
"ClinicoPathJamoviModule"))
self$add(jmvcore::Html$new(
options=options,
name="todo",
Expand Down
4 changes: 3 additions & 1 deletion R/tableone.h.R
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ tableoneResults <- if (requireNamespace("jmvcore", quietly=TRUE)) R6::R6Class(
super$initialize(
options=options,
name="",
title="Table One")
title="Table One",
refs=list(
"ClinicoPathJamoviModule"))
self$add(jmvcore::Html$new(
options=options,
name="todo",
Expand Down
3 changes: 2 additions & 1 deletion R/venn.h.R
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@ vennResults <- if (requireNamespace("jmvcore", quietly=TRUE)) R6::R6Class(
name="",
title="Venn Diagram",
refs=list(
"venn"),
"venn",
"ClinicoPathJamoviModule"),
clearWith=list(
"var1",
"var2",
Expand Down
4 changes: 2 additions & 2 deletions jamovi/0000.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: Descriptives Functions for Clinicopathological Research
name: ClinicoPathLinuxDescriptives
version: 0.0.2.0084
version: 0.0.2.4
jms: '1.0'
authors:
- Serdar Balci
maintainer: Serdar Balci <[email protected]>
date: '2021-04-14'
date: '2022-04-03'
type: R
description: >-
Descriptives Functions for Clinicopathological Research Descriptive functions
Expand Down
8 changes: 8 additions & 0 deletions jamovi/00refs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,14 @@ refs:
url: https://github.com/yanlinlin82/ggvenn


ClinicoPathJamoviModule:
type: 'software'
author: Serdar Balci
year: 2022
title: "ClinicoPath jamovi Module doi:10.5281/zenodo.3997188"
publisher: '[R package]. Retrieved from https://github.com/sbalci/ClinicoPathJamoviModule'
doi: 10.17605/OSF.IO/9SZUD
url: https://www.serdarbalci.com/ClinicoPathJamoviModule/



Expand Down
4 changes: 4 additions & 0 deletions jamovi/agepyramid.r.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,8 @@ items:
- female


refs:
- ClinicoPathJamoviModule


...
2 changes: 2 additions & 0 deletions jamovi/benford.r.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,6 @@ items:

refs:
- benford.analysis
- ClinicoPathJamoviModule

...
5 changes: 5 additions & 0 deletions jamovi/crosstable.r.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,9 @@ items:
visible: (sty:nejm || sty:lancet || sty:hmisc)
refs: tangram


refs:
- ClinicoPathJamoviModule


...
4 changes: 3 additions & 1 deletion jamovi/reportcat.r.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ items:
title: ''
type: Preformatted

refs: report
refs:
- report
- ClinicoPathJamoviModule

...
3 changes: 2 additions & 1 deletion jamovi/summarydata.r.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ items:
type: Preformatted


# refs:
refs:
- ClinicoPathJamoviModule

...
4 changes: 4 additions & 0 deletions jamovi/tableone.r.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,8 @@ items:
visible: (sty:t4)
refs: janitor

refs:
- ClinicoPathJamoviModule


...
1 change: 1 addition & 0 deletions jamovi/venn.r.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@ items:

refs:
- venn
- ClinicoPathJamoviModule

...
1 change: 1 addition & 0 deletions man/agepyramidClass.Rd

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

1 change: 1 addition & 0 deletions man/crosstableClass.Rd

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

1 change: 1 addition & 0 deletions man/reportcatClass.Rd

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

1 change: 1 addition & 0 deletions man/summarydataClass.Rd

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

1 change: 1 addition & 0 deletions man/tableoneClass.Rd

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

1 change: 1 addition & 0 deletions man/vennClass.Rd

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

0 comments on commit 233b8bf

Please sign in to comment.