Skip to content

Commit 553b9b8

Browse files
committed
rewrite docu using roxygen
1 parent cd2f09c commit 553b9b8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+2600
-1272
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@ vignettes/*.pdf
2828
*.Rproj
2929
README.html
3030
CRAN-RELEASE
31+
tmp

DESCRIPTION

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: lognorm
22
Title: Functions for the Lognormal Distribution
3-
Version: 0.1.6
3+
Version: 0.1.7
44
Author: Thomas Wutzler
55
Maintainer: Thomas Wutzler <twutz@bgc-jena.mpg.de>
66
Description: The lognormal distribution
@@ -15,5 +15,6 @@ Suggests: testthat, knitr, dplyr, ggplot2, mvtnorm, purrr, tidyr
1515
VignetteBuilder: knitr
1616
License: GPL-2
1717
LazyData: true
18-
RoxygenNote: 6.1.1
18+
RoxygenNote: 7.0.1.9000
1919
URL: https://github.com/bgctw/lognorm
20+
Encoding: UTF-8

NAMESPACE

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export(getLognormMode)
1111
export(getLognormMoments)
1212
export(getParmsLognormForExpval)
1313
export(getParmsLognormForLowerAndUpper)
14+
export(getParmsLognormForLowerAndUpperLog)
1415
export(getParmsLognormForMeanAndUpper)
1516
export(getParmsLognormForMedianAndUpper)
1617
export(getParmsLognormForModeAndUpper)
@@ -28,6 +29,7 @@ importFrom(graphics,curve)
2829
importFrom(graphics,image)
2930
importFrom(graphics,legend)
3031
importFrom(graphics,lines)
32+
importFrom(graphics,matplot)
3133
importFrom(graphics,mtext)
3234
importFrom(graphics,par)
3335
importFrom(graphics,plot)
@@ -45,6 +47,7 @@ importFrom(stats,coef)
4547
importFrom(stats,complete.cases)
4648
importFrom(stats,cor)
4749
importFrom(stats,cov)
50+
importFrom(stats,dlnorm)
4851
importFrom(stats,filter)
4952
importFrom(stats,lm)
5053
importFrom(stats,median)
@@ -56,6 +59,7 @@ importFrom(stats,nls.control)
5659
importFrom(stats,optim)
5760
importFrom(stats,plnorm)
5861
importFrom(stats,predict)
62+
importFrom(stats,qlnorm)
5963
importFrom(stats,qnorm)
6064
importFrom(stats,quantile)
6165
importFrom(stats,resid)

NEWS.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# lognorm 0.1.7
2+
3+
- rewrite documentation using roxygen2 instead of inlinedocs
4+
- getParmsLognormForLowerAndUpper: remove argument isTransScale and provide
5+
new function getParmsLognormForLowerAndUpperLog instead
6+
- merge vignette aggregateCorrelated to vignette lognormalSum
7+
18
# lognorm 0.1.6
29
fix for CRAN: reformat (html-escape) doi in DESCRIPTION
310

0 commit comments

Comments
 (0)