-
Notifications
You must be signed in to change notification settings - Fork 0
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
3 changed files
with
21 additions
and
46 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,7 +1,7 @@ | ||
Package: logitnorm | ||
Title: Functions for the logitnormal distribution | ||
Title: Functions for the Logitnormal Distribution | ||
Version: 0.8.33 | ||
Date: 2015-10-08 | ||
Date: 2016-11-10 | ||
Author: Thomas Wutzler | ||
Maintainer: Thomas Wutzler <[email protected]> | ||
Description: Density, distribution, quantile and random generation function for the logitnormal distribution. Estimation of the mode and the first two moments. Estimation of distribution parameters. | ||
|
This file was deleted.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
#------------ generating package tw.DEMC | ||
# inlcuding generation of Rd files from inline-docs | ||
# install.packages("inlinedocs") | ||
|
||
.tmp.f <- function(){ | ||
library(twMisc) | ||
source("R/logitnorm.R") | ||
twUtestF() | ||
} | ||
|
||
#R CMD build logitnorm | ||
#R CMD check --as-cran logitnorm_XXX | tee tmp.txt | grep -v OK$ | ||
#R CMD check --no-vignettes --no-latex --no-codoc logitnorm | ||
#R CMD INSTALL --html logitnorm | ||
|
||
.tmp.f <- function(){ | ||
library(sos) | ||
fres1 <- findFn("logitnormal") | ||
} |