Skip to content

Commit

Permalink
Merge pull request #63 from gforge/develop
Browse files Browse the repository at this point in the history
Changes for 3.0.0
  • Loading branch information
gforge authored Jan 3, 2022
2 parents 2f87aaf + 9865e0f commit bc644b7
Show file tree
Hide file tree
Showing 73 changed files with 3,678 additions and 2,129 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@
^cran-comments\.md$
.vscode
Gmisc/inst/extdata/Full_test_suite_files/*
.lintr
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ vignettes/*.html
inst/extdata/*.html
inst/extdata/*.css
inst/extdata/Full_test_suite_files/*
.vscode
5 changes: 5 additions & 0 deletions .lintr
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
linters: with_defaults(
line_length_linter(120),
object_name_linter = NULL,
object_usage_linter = NULL,
open_curly_linter(FALSE))
13 changes: 8 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
Package: Gmisc
Version: 2.0.2
Date: 2021-05-03
Version: 3.0.0
Title: Descriptive Statistics, Transition Plots, and More
Author: Max Gordon <[email protected]>
Maintainer: Max Gordon <[email protected]>
Expand Down Expand Up @@ -31,17 +30,21 @@ Imports:
lubridate,
magrittr,
methods,
rlang,
rmarkdown,
stringr,
stats,
yaml,
XML,
yaml,
utils
Suggests:
datasets,
dplyr,
jsonlite,
testthat,
datasets
tidyselect
Encoding: UTF-8
NeedsCompilation: no
VignetteBuilder: knitr
LinkingTo: Rcpp
RoxygenNote: 7.1.1
RoxygenNote: 7.1.2
15 changes: 15 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,17 +1,26 @@
# Generated by roxygen2: do not edit by hand

S3method(getDescriptionStatsBy,data.frame)
S3method(getDescriptionStatsBy,default)
S3method(heightDetails,box)
S3method(htmlTable,Gmisc_getDescriptionStatsBy)
S3method(htmlTable,descMrg)
S3method(knit_print,Gmisc_getDescriptionStatsBy)
S3method(knit_print,descMrg)
S3method(latex,descMrg)
S3method(length,Gmisc_getDescriptionStatsBy)
S3method(plot,box)
S3method(plot,connect_boxes)
S3method(print,Gmisc_getDescriptionStatsBy)
S3method(print,Gmisc_list_of_boxes)
S3method(print,Gmisc_unit)
S3method(print,box)
S3method(print,connect_boxes)
S3method(print,descMrg)
S3method(widthDetails,box)
S3method(yamlDump,character)
S3method(yamlDump,default)
S3method(yamlDump,json)
export(alignHorizontal)
export(alignVertical)
export(bezierArrowGradient)
Expand Down Expand Up @@ -49,6 +58,8 @@ export(mergeLists)
export(moveBox)
export(pathJoin)
export(retrieve)
export(set_column_labels)
export(set_column_units)
export(spreadHorizontal)
export(spreadVertical)
export(time2spanTxt)
Expand Down Expand Up @@ -82,15 +93,19 @@ importFrom(grDevices,as.raster)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,grey)
importFrom(graphics,par)
importFrom(grid,gpar)
importFrom(grid,is.unit)
importFrom(knitr,asis_output)
importFrom(knitr,knit_print)
importFrom(lubridate,as_date)
importFrom(lubridate,mday)
importFrom(lubridate,month)
importFrom(lubridate,year)
importFrom(methods,formalArgs)
importFrom(methods,new)
importFrom(methods,setRefClass)
importFrom(rlang,enquo)
importFrom(rlang,expr)
importFrom(rmarkdown,html_document)
importFrom(stats,anova)
importFrom(stats,chisq.test)
Expand Down
Loading

0 comments on commit bc644b7

Please sign in to comment.