Skip to content

Commit

Permalink
comply to check --as-cran
Browse files Browse the repository at this point in the history
  • Loading branch information
bgctw committed Nov 10, 2016
1 parent f1ad7e0 commit b3979a2
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 46 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
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.
Expand Down
44 changes: 0 additions & 44 deletions _genPackage.R

This file was deleted.

19 changes: 19 additions & 0 deletions inst/genData/_genPackage.R
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")
}

0 comments on commit b3979a2

Please sign in to comment.