Skip to content

Commit

Permalink
version 1.0-26
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles C. Berry authored and cran-robot committed Aug 4, 2010
1 parent 55e23a6 commit f4ab1ff
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 8 deletions.
5 changes: 5 additions & 0 deletions CHANGES
Expand Up @@ -159,3 +159,8 @@ Rd fix
Version 1.0.25
Rd fix

-----------------------------------------

Version 1.0.26
RD fix

8 changes: 4 additions & 4 deletions DESCRIPTION
@@ -1,6 +1,6 @@
Package: bqtl
Version: 1.0-25
Date: 2009-10-14
Version: 1.0-26
Date: 2010-08-04
Title: Bayesian QTL mapping toolkit
Author: Charles C. Berry <cberry@ucsd.edu>
Maintainer: Charles C. Berry <cberry@ucsd.edu>
Expand All @@ -9,6 +9,6 @@ Description: QTL mapping toolkit for inbred crosses and recombinant
Depends: R (>= 2.6.0)
License: GPL (>= 2)
URL: http://famprevmed.ucsd.edu:16080/faculty/cberry/bqtl/
Packaged: 2009-10-14 21:44:58 UTC; cberry
Packaged: 2010-08-04 20:15:10 UTC; cberry
Repository: CRAN
Date/Publication: 2009-10-15 11:07:42
Date/Publication: 2010-08-04 21:39:17
2 changes: 1 addition & 1 deletion R/version.bqtl.R
@@ -1 +1 @@
version.bqtl<-"Version:1.0-25"
version.bqtl<-"Version:1.0-26"
4 changes: 2 additions & 2 deletions man/adjust.linear.bayes.Rd
Expand Up @@ -10,15 +10,15 @@
\code{linear.bayes}.
}
\usage{
adjust.linear.bayes(lbo, ana.obj=lbo$call$ana.obj, ...)
adjust.linear.bayes(lbo, ana.obj=lbo$call$ana.obj, \dots)
}

\arguments{
\item{lbo}{ The object returned by \code{linear.bayes} }
\item{ana.obj}{ The \code{analysis.object} used to create
\code{lbo}. This need not be given explicitly, iff the original
version is in the search path. }
\item{\dots}{ ~~Describe \code{\dots} here~~ }
\item{\dots}{ currently unused }
}

\value{A list of class \code{"adjust.linear.bayes"} containing:
Expand Down
2 changes: 1 addition & 1 deletion man/formula.bqtl.Rd
Expand Up @@ -11,7 +11,7 @@

\arguments{
\item{x}{The object returned by \code{bqtl} }
\item{\dots}{ }
\item{\dots}{ unused }
}

\value{ a formula object
Expand Down

0 comments on commit f4ab1ff

Please sign in to comment.