Skip to content

Commit

Permalink
v0.4.0 for CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
DanChaltiel committed Feb 14, 2022
1 parent bad3b0d commit d30332e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 23 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: crosstable
Title: Crosstables for Descriptive Analyses
Version: 0.3.2.9015
Version: 0.4.0
Authors@R:
c(person(given = "Dan",
family = "Chaltiel",
Expand All @@ -12,7 +12,7 @@ Authors@R:
role = "ccp"))
Description: Create descriptive tables for continuous and categorical variables.
Apply summary statistics and counting function, with or without a grouping variable, and create beautiful reports using 'rmarkdown' or 'officer'.
You can also compute statistical tests and effect sizes if needed.
You can also compute effect sizes and statistical tests if needed.
License: GPL-3
URL: https://danchaltiel.github.io/crosstable/, https://github.com/DanChaltiel/crosstable/
BugReports: https://github.com/DanChaltiel/crosstable/issues/
Expand Down
37 changes: 16 additions & 21 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
],
"@type": "SoftwareSourceCode",
"identifier": "crosstable",
"description": "Create descriptive tables for continuous and categorical variables. \n Apply summary statistics and counting function, with or without a grouping variable, and create beautiful reports using 'rmarkdown' or 'officer'.\n You can also compute statistical tests and effect sizes if needed.",
"description": "Create descriptive tables for continuous and categorical variables. \n Apply summary statistics and counting function, with or without a grouping variable, and create beautiful reports using 'rmarkdown' or 'officer'.\n You can also compute effect sizes and statistical tests if needed.",
"name": "crosstable: Crosstables for Descriptive Analyses",
"codeRepository": "https://github.com/DanChaltiel/crosstable/",
"relatedLink": [
Expand All @@ -14,13 +14,13 @@
],
"issueTracker": "https://github.com/DanChaltiel/crosstable/issues/",
"license": "https://spdx.org/licenses/GPL-3.0",
"version": "0.3.0.9000",
"version": "0.4.0",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.1.1 (2021-08-10)",
"runtimePlatform": "R version 4.1.2 (2021-11-01)",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand Down Expand Up @@ -229,6 +229,18 @@
},
"sameAs": "https://CRAN.R-project.org/package=stringi"
},
{
"@type": "SoftwareApplication",
"identifier": "survival",
"name": "survival",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=survival"
},
{
"@type": "SoftwareApplication",
"identifier": "systemfonts",
Expand Down Expand Up @@ -359,11 +371,6 @@
},
"sameAs": "https://CRAN.R-project.org/package=lifecycle"
},
{
"@type": "SoftwareApplication",
"identifier": "methods",
"name": "methods"
},
{
"@type": "SoftwareApplication",
"identifier": "officer",
Expand Down Expand Up @@ -418,18 +425,6 @@
},
"sameAs": "https://CRAN.R-project.org/package=stringr"
},
{
"@type": "SoftwareApplication",
"identifier": "survival",
"name": "survival",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=survival"
},
{
"@type": "SoftwareApplication",
"identifier": "tibble",
Expand Down Expand Up @@ -469,7 +464,7 @@
],
"releaseNotes": "https://github.com/DanChaltiel/crosstable/blob/master/NEWS.md",
"readme": "https://github.com/DanChaltiel/crosstable/blob/main/README.md",
"fileSize": "62906.26KB",
"fileSize": "69746.257KB",
"contIntegration": "https://app.codecov.io/gh/DanChaltiel/crosstable?branch=main",
"developmentStatus": "https://lifecycle.r-lib.org/articles/stages.html",
"keywords": [
Expand Down

0 comments on commit d30332e

Please sign in to comment.