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
Merge branch 'master' of https://github.com/sbalci/ClinicoPathLinuxDescriptives

# Conflicts:
#	jamovi/0000.yaml
  • Loading branch information
sbalci committed Apr 3, 2022
2 parents 233b8bf + affad12 commit 360977f
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 11 deletions.
37 changes: 37 additions & 0 deletions .github/workflows/r.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
#
# See https://github.com/r-lib/actions/tree/master/examples#readme for
# additional example workflows available for the R community.

name: R

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

jobs:
build:
runs-on: macos-latest
strategy:
matrix:
r-version: ['3.6.3', '4.1.1']

steps:
- uses: actions/checkout@v2
- name: Set up R ${{ matrix.r-version }}
uses: r-lib/actions/setup-r@f57f1301a053485946083d7a45022b278929a78a
with:
r-version: ${{ matrix.r-version }}
- name: Install dependencies
run: |
install.packages(c("remotes", "rcmdcheck"))
remotes::install_deps(dependencies = TRUE)
shell: Rscript {0}
- name: Check
run: rcmdcheck::rcmdcheck(args = "--no-manual", error_on = "error")
shell: Rscript {0}
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# ClinicoPathLinuxDescriptives
# ClinicoPathLinuxDescriptives

ClinicoPath jamovi module Descriptives
ClinicoPath jamovi module Descriptives

functions working in Linux
functions working in Linux

(not all packages work with Linux)
(not all R- packages work with Linux)

See https://sbalci.github.io/ClinicoPathJamoviModule/

Expand Down
14 changes: 7 additions & 7 deletions jamovi/0000.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,47 +17,47 @@ description: >-
analyses:
- title: Table One
name: tableone
ns: ClinicoPathLinuxDescriptives
ns: ClinicoPathDescriptives
menuGroup: Exploration
menuSubgroup: ClinicoPath Descriptives
menuTitle: Table One
description: Function for making Table One.
- title: Summary of Continuous Variables
name: summarydata
ns: ClinicoPathLinuxDescriptives
ns: ClinicoPathDescriptives
menuGroup: Exploration
menuSubgroup: ClinicoPath Descriptives
menuTitle: Summary of Continuous Variables
description: Function for Generating Summaries for Continuous Variables.
- title: Summary of Categorical Variables
name: reportcat
ns: ClinicoPathLinuxDescriptives
ns: ClinicoPathDescriptives
menuGroup: Exploration
menuSubgroup: ClinicoPath Descriptives
menuTitle: Summary of Categorical Variables
description: Function for Generating Summaries for Categorical Variables.
- title: Cross Tables
name: crosstable
ns: ClinicoPathLinuxDescriptives
ns: ClinicoPathDescriptives
menuGroup: Exploration
menuSubgroup: ClinicoPath Comparisons
menuTitle: Cross Tables
description: Function for making Cross Tables.
- title: Age Pyramid
name: agepyramid
ns: ClinicoPathLinuxDescriptives
ns: ClinicoPathDescriptives
menuGroup: Exploration
menuSubgroup: ClinicoPath Descriptive Plots
menuTitle: Age Pyramid
- title: Benford Analysis
name: benford
ns: ClinicoPathLinuxDescriptives
ns: ClinicoPathDescriptives
menuGroup: Exploration
menuSubgroup: ClinicoPath Descriptives
menuTitle: Benford Analysis
- title: Venn Diagram
name: venn
ns: ClinicoPathLinuxDescriptives
ns: ClinicoPathDescriptives
menuGroup: Exploration
menuSubgroup: ClinicoPath Descriptive Plots
menuTitle: Venn Diagram
Expand Down

0 comments on commit 360977f

Please sign in to comment.