-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
90 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Package: lognorm | ||
Title: Functions for the Lognormal Distribution | ||
Version: 0.1.8 | ||
Version: 0.1.9 | ||
Author: Thomas Wutzler | ||
Maintainer: Thomas Wutzler <[email protected]> | ||
Description: The lognormal distribution | ||
|
@@ -13,7 +13,7 @@ Description: The lognormal distribution | |
difference of two correlated lognormally distributed variables | ||
(Lo 2012 <doi:10.1155/2012/838397>). | ||
Imports: Matrix | ||
Suggests: testthat, knitr, dplyr, ggplot2, mvtnorm, purrr, tidyr | ||
Suggests: markdown, rmarkdown, testthat, knitr, dplyr, ggplot2, mvtnorm, purrr, tidyr | ||
VignetteBuilder: knitr | ||
License: GPL-2 | ||
LazyData: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,17 @@ | ||
## Note | ||
Added support for computing moments and statistics. | ||
|
||
Changed doi format (brackets) in DESCRIPTION according to | ||
comment from Uwe Ligges from | ||
10.1641/0006-3568(2001)051[0341:lndats]2.0.co;2 | ||
to | ||
10.1641/0006-3568(2001)051%5B0341:lndats%5D2.0.co;2 | ||
|
||
And changed back to original doi after second comment | ||
by Uwe Ligges | ||
|
||
Changed again to escaped form after email from Kurt Hornik. | ||
|
||
Removed link to md file in vignette. (The link worked nice on github but not | ||
for the installed package.) | ||
* better support for missing values | ||
|
||
## Test environments | ||
with old doi | ||
* local R 3.4.4 on Mint17 64bit | ||
* Ubuntu 14.04.5 LTS (on travis-ci), 14.04 | ||
* win-builder (devel) | ||
* R-Hub | ||
|
||
with updated doi and link: | ||
* local R 3.4.4 on Mint17 64bit | ||
* local R 4.0.4 on Mint21 64bit | ||
* R-hub | ||
** Ubuntu Linux 20.04.1 LTS, R-release, GCC | ||
** Fedora Linux, R-devel, clang, gfortran | ||
** windows-x86_64-devel (with env_vars=c(R_COMPILE_AND_INSTALL_PACKAGES = "always") | ||
|
||
## R CMD check results | ||
Note on problem with doi | ||
* 1 Note on (possibly) invalid DOIs: | ||
** After changing to escaped form after email from Kurt Hornik in a previous release. | ||
*** In contrast Uwe Ligges was in favour of the plain version. This went back and forth | ||
already several times | ||
** The plain correct version is: 10.1641/0006-3568(2001)051[0341:LNDATS]2.0.CO;2 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
Limpert | ||
Zieba | ||
aggregateCorrelated | ||
al | ||
ams | ||
anc | ||
autocorrelated | ||
computeEffectiveNumObs | ||
doi | ||
effCor | ||
estimateDiffLognormal | ||
estimateSumLognormal | ||
et | ||
gapfilled | ||
getParmsLognormForLowerAndUpper | ||
getParmsLognormForLowerAndUpperLog | ||
ij | ||
inlinedocs | ||
isGapFilled | ||
isTransScale | ||
ln | ||
lndats | ||
logmean | ||
lognormalSum | ||
lognormally | ||
md | ||
nObs | ||
na | ||
nfin | ||
operatorname | ||
pDiffLognormalSample | ||
precomputed | ||
roxygen | ||
scaleLogToOrig | ||
sd | ||
seCor | ||
sigmaFac | ||
sigmaStar | ||
varCor | ||
μ | ||
ρ | ||
σ |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters