Skip to content

Commit 55c9af8

Browse files
committed
distribution functions transferred to inferit
1 parent fcd77f0 commit 55c9af8

File tree

6 files changed

+3
-353
lines changed

6 files changed

+3
-353
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Authors@R: c(
99
email = "guyliann.engels@umons.ac.be"))
1010
Maintainer: Philippe Grosjean <phgrosjean@sciviews.org>
1111
Depends: R (>= 4.2.0)
12-
Imports: learnitdown, BioDataScience, shiny, miniUI, distributional, ggplot2, chart, stats
12+
Imports: learnitdown, BioDataScience, shiny, miniUI
1313
Suggests: SciViews, ggpubr, data.io, svMisc, svBase, svFlow, covr, knitr, rmarkdown, testthat, gradethis
1414
Remotes: BioDataScience-Course/BioDataScience, rstudio/gradethis, SciViews/learnitdown, SciViews/data.io, SciViews/flow, SciViews/chart, SciViews/SciViews
1515
License: MIT + file LICENSE

NAMESPACE

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
# Generated by roxygen2: do not edit by hand
22

3-
S3method(autoplot,distribution)
4-
S3method(chart,distribution)
5-
export(cdfun)
6-
export(dfun)
7-
export(geom_funfill)
83
export(learnr_banner)
94
export(learnr_server)
105
export(learnr_setup)
@@ -14,19 +9,6 @@ export(update_pkg)
149
importFrom(BioDataScience,config)
1510
importFrom(BioDataScience,sign_in)
1611
importFrom(BioDataScience,sign_out)
17-
importFrom(chart,chart)
18-
importFrom(chart,theme_sciviews)
19-
importFrom(distributional,cdf)
20-
importFrom(distributional,support)
21-
importFrom(ggplot2,aes)
22-
importFrom(ggplot2,autoplot)
23-
importFrom(ggplot2,geom_function)
24-
importFrom(ggplot2,geom_segment)
25-
importFrom(ggplot2,ggplot)
26-
importFrom(ggplot2,stat_function)
27-
importFrom(ggplot2,xlab)
28-
importFrom(ggplot2,xlim)
29-
importFrom(ggplot2,ylab)
3012
importFrom(learnitdown,learnitdownLearnrBanner)
3113
importFrom(learnitdown,learnitdownLearnrServer)
3214
importFrom(learnitdown,run)
@@ -40,5 +22,3 @@ importFrom(shiny,observeEvent)
4022
importFrom(shiny,runGadget)
4123
importFrom(shiny,selectInput)
4224
importFrom(shiny,stopApp)
43-
importFrom(stats,density)
44-
importFrom(stats,quantile)

NEWS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
- The addin to select learnrs or Shiny apps now detects inactivated items and takes them out of the list.
66

7+
- The code to plot distribution objects is moved to the {inferit} package.
8+
79
# BioDataScience 2022.9.0
810

911
- New learnr **A11La_anova2mixte**.

R/BioDataScience1-package.R

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@
99
#' @importFrom BioDataScience config sign_in sign_out
1010
#' @importFrom shiny dialogViewer observeEvent selectInput stopApp runGadget
1111
#' @importFrom miniUI gadgetTitleBar miniContentPanel miniPage miniTitleBarButton miniTitleBarCancelButton
12-
#' @importFrom chart chart theme_sciviews
13-
#' @importFrom ggplot2 aes autoplot ggplot geom_function geom_segment stat_function xlab xlim ylab
14-
#' @importFrom stats density quantile
15-
#' @importFrom distributional cdf support
1612
NULL
1713

1814
#@importFrom BioDataScience config sign_in sign_out run run_app update_pkg

R/dfun.R

Lines changed: 0 additions & 207 deletions
This file was deleted.

man/dfun.Rd

Lines changed: 0 additions & 121 deletions
This file was deleted.

0 commit comments

Comments
 (0)