Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
713121c
Merge pull request #1 from eusebe/master
DanChaltiel Jul 21, 2019
fc892de
évite la confusion avec les nombres négatifs
DanChaltiel Jul 21, 2019
003baea
This line removes any backline which paste inserts when formula is >5…
DanChaltiel Jul 22, 2019
bae8ee4
Removed ReporteRs dependency and move it to Suggests in DESCRIPTION (…
DanChaltiel Jul 22, 2019
03519f4
added a few sugar functions taken from ReporteR.r and adapted to officer
DanChaltiel Jul 22, 2019
f3cd98c
Enabled classes. Exported `compact` function (for html purposes for i…
DanChaltiel Jul 23, 2019
7d24da9
Corrigé un bug sur body_add_crosstable()
DanChaltiel Aug 31, 2019
eacec26
Added linear contrast test. Corrected indentation
DanChaltiel Oct 29, 2019
be3e8df
Added missing dependency, added as.crosstable for officer docx tables…
DanChaltiel Nov 11, 2019
88a9ab5
Bug fix
DanChaltiel Nov 12, 2019
3aa282e
added proper digit support in mysummary
DanChaltiel Nov 12, 2019
050ea0d
Abstractized body_add_crosstable to cross_to_flextable. Corrected sev…
DanChaltiel Nov 23, 2019
90ea115
renaming
DanChaltiel Nov 23, 2019
75ac4b1
Corrected bug: too much merging for pvalues
DanChaltiel Dec 5, 2019
e486b87
Added argument checks in cross (checkmate package)
DanChaltiel Dec 5, 2019
417e131
fixed NAMESPACE issue and updated examples and man pages
DanChaltiel Dec 5, 2019
1087d49
Added real ReadMe file
DanChaltiel Dec 11, 2019
72b5fc5
Cross' default label is now TRUE. Corrected effect not merging in cro…
DanChaltiel Dec 13, 2019
522c82a
Readme completed, added examples.
DanChaltiel Dec 13, 2019
d0b15f9
update utils functions
DanChaltiel Mar 8, 2020
6c03393
Miscellaneous edits
DanChaltiel Mar 8, 2020
82bc509
Update DESCRIPTION
DanChaltiel Mar 8, 2020
9de144f
superseded by crosstable::crosstable()
DanChaltiel Apr 29, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
711 changes: 508 additions & 203 deletions .Rhistory

Large diffs are not rendered by default.

44 changes: 27 additions & 17 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@

# RStudio internals
.Rproj.user
*.RData
*.Rhistory
.Rhistory

# MS Word files
test*.docx
~*.docx



# Windows image file caches
Thumbs.db
ehthumbs.db
Expand All @@ -21,21 +34,18 @@ $RECYCLE.BIN/
# OSX
# =========================

.DS_Store
.AppleDouble
.LSOverride

# Icon must ends with two \r.
Icon

# Thumbnails
._*

# Files that might appear on external disk
.Spotlight-V100
.Trashes
.DS_Store
.AppleDouble
.LSOverride

# Icon must ends with two \r.
Icon


# Thumbnails
._*

# Files that might appear on external disk
.Spotlight-V100
.Trashes
*~
*.Rhistory
*.Rhistory
*.Rhistory
.Rproj.user
26 changes: 20 additions & 6 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,19 +1,33 @@
Package: biostat2
Title: biostat, mais 2
Version: 0.9.0
Authors@R: person("David", "Hajage", email = "david.hajage@lmr.aphp.fr", role =
c("aut", "cre"))
Description: Fonctions facilitant la description et l'analyse
Encoding: UTF-8
Version: 0.13.0
Authors@R: c(
person("David", "Hajage", email = "david.hajage@lmr.aphp.fr", role = c("aut", "cre")),
person("Dan", "Chaltiel", email = "dan.chaltiel@gmail.com", role = c("ctb")))
Description: Fonctions facilitant la description et l'analyse.
Depends:
R (>= 3.1.0)
Imports:
stats,
plyr,
dplyr,
purrr,
checkmate,
reshape2,
Hmisc,
survival,
ReporteRs,
methods,
gmodels,
DescTools,
officer,
flextable,
lifecycle,
nortest
License: GPL (>= 2)
LazyData: true
RoxygenNote: 6.0.1
RoxygenNote: 7.1.0
Suggests:
testthat,
ReporteRs
RdMacros: lifecycle
41 changes: 38 additions & 3 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Generated by roxygen2: do not edit by hand

S3method(diff,mean.auto)
S3method(diff,mean.boot)
S3method(diff,mean.student)
S3method(diff,median)
export(FlexCrossTable)
export(Max)
export(Min)
export(addAlert)
export(addCode)
export(addComment)
Expand All @@ -13,28 +15,61 @@ export(addNormal)
export(addPlotlegend)
export(addTablegend)
export(addVerbatim)
export(as.crosstable)
export(body_add_crosstable)
export(body_add_crosstable_bak)
export(body_add_glued)
export(body_add_normal)
export(body_add_table_legend)
export(body_add_title)
export(compact)
export(create.report)
export(cross)
export(cross_to_flextable)
export(display.effect)
export(display.test)
export(effect.survival.coxph)
export(expand)
export(format_fixed)
export(mediqr)
export(minmax)
export(moystd)
export(n)
export(na)
export(nna)
export(or.col.by.row)
export(or.row.by.col)
export(paste.matrix)
export(plim)
export(rbind_crosstable)
export(rd.col.by.row)
export(rd.row.by.col)
export(rr.col.by.row)
export(rr.row.by.col)
export(simple.table)
export(test.summarize.auto)
export(test.summarize.auto.old)
export(test.summarize.contrasts.lin)
export(test.summarize.kruskal)
export(test.summarize.oneway.equalvar)
export(test.summarize.oneway.unequalvar)
export(test.survival.logrank)
export(test.tabular.auto)
export(test.tabular.fisher)
import(ReporteRs)
import(checkmate)
import(flextable)
import(gmodels)
import(officer)
import(stats)
import(survival)
importFrom(DescTools,CochranArmitageTest)
importFrom(Hmisc,label)
importFrom(dplyr,"%>%")
importFrom(dplyr,lead)
importFrom(dplyr,select)
importFrom(dplyr,sym)
importFrom(lifecycle,deprecate_warn)
importFrom(methods,is)
importFrom(nortest,ad.test)
importFrom(plyr,.)
importFrom(plyr,alply)
Expand Down
Loading