Displaying 7 results from an estimated 7 matches for "bundledescript".
2009 Oct 02
1
confint fails in quasibinomial glm: dims do not match
...ices, graphics, stats, utils
Suggests: lattice, nlme, survival
Author: S original by Venables & Ripley. R port by Brian Ripley
<ripley at stats.ox.ac.uk>, following earlier work by Kurt Hornik and Albrecht
Gebhardt.
Maintainer: Brian Ripley <ripley at stats.ox.ac.uk>
BundleDescription: Functions and datasets to support Venables and Ripley,
'Modern Applied Statistics with S' (4th edition).
License: GPL-2 | GPL-3
URL: http://www.stats.ox.ac.uk/pub/MASS4/
Packaged: 2009-07-31 13:56:57 UTC; ripley
Repository: CRAN
Date/Publication: 2009-08-05 11:20:53
Package: MASS
Descri...
2004 Oct 16
3
Lazy loading... advices
...lement an
object browser, etc...
Bundle: SciViews
Version: 0.7-0
Date: 2004-10-10
Depends: utils, grDevices, graphics, stats, methods, tcltk, R2HTML, svMisc
Suggests: Hmisc, MASS, wxPython
Author: Philippe Grosjean & Eric Lecoutre
Maintainer: Philippe Grosjean <phgrosjean at sciviews.org>
BundleDescription: SciViews GUI API
A series of packages to implement a full reusable GUI API for R.
License: GPL 2 or above
URL: http://www.sciviews.org/SciViews-R
Thank you.
Best,
Philippe Grosjean
..............................................<??}))><........
) ) ) ) )
( ( ( ( ( Prof. Philipp...
2006 Apr 06
1
R CMD check for packages in a bundle
...ion: Performs Bayesian calibration of computer models as per
[snip]
Title: Bayesian calibration of computer models
Bundle: BACCO
Version: 1.0-29
Date: 13 October 2005
Depends: R (>= 2.0.0), mvtnorm, adapt
Contains: emulator calibrator approximator
Title: Bayesian Analysis of Computer Code Output
BundleDescription: Bayesian analysis of computer code software. The
bundle contains routines that evaluate the formulae of Kennedy,
O'Hagan, and Oakley.
License: GPL
Author: Robin K. S. Hankin <r.hankin at noc.soton.ac.uk>
Maintainer: Robin K. S. Hankin <r.hankin at noc.soton.ac.uk>
URL: ht...
2003 Sep 19
1
R CMD INSTALL is sensitive to trailing newlines in DESCRIPTION.in
...y/MASS/DESCRIPTION file now looks like:
-------------------------------------------------------------
Package: MASS
Description: The main library and the datasets
Title: Main Library of Venables and Ripley's MASS
Bundle: NA
Priority: NA
Version: NA
Date: NA
Depends: NA
Author: NA
Maintainer: NA
BundleDescription: NA
License: NA
URL: NA
Built: R 1.7.1; sparc-sun-solaris2.9; 2003-09-19 13:40:41
-------------------------------------------------------------
4. Remove the last <newline> again and rerun R CMD INSTALL and
the bundle information is correct, i.e. "Bundle: VR" etc.
Should I...
2000 Jul 22
1
maketitle garbles the title in package nnet (PR#613)
...og-linear models
The problem is in maketitle:
auk% cat DESCRIPTION
Bundle: VR
Version: 6.1-9
Date: 2000/07/11
Depends: R (>= 1.1)
Author: S original by Venables & Ripley.
R port by Brian Ripley <ripley@stats.ox.ac.uk>, following earlier
work by Kurt Hornik and Albrecht Gebhardt.
BundleDescription: Various functions from the libraries of Venables and
Ripley, `Modern Applied Statistics with S-PLUS' (3rd edition).
License: GPL (version 2 or later)
URL: http://www.stats.ox.ac.uk/pub/MASS3/
Package: nnet
Description: Software for feed-forward neural networks with a single
hidden layer...
2001 Jul 06
1
Title of bundled packages in the library index (PR#1017)
Full_Name: Henrik Bengtsson
Version: 1.3.0
OS: Windows Me
Submission from: (NULL) (216.175.122.171)
I realized that the title of packages in the library index when they are in a
bundle is the title of the bundle and not the package.
It looks like the TITLE file, which apparently is used for generating the
library index, takes the value of the bundle's title and not the package's
title.
2001 Feb 06
3
RWin 1.2.1: Can't access sample datasets, e.g. MASS
I'm pretty sure I'll feel like [more of] an idiot but...
Using Rgui working in a fresh, blank directory.
> require(MASS)
Loading required package: MASS
[1] TRUE
> data(cabbages)
Warning message:
======> Data set `cabbages' not found in: data(cabbages) <=====
> ls()
[1] "last.warning"
> search()
[1] ".GlobalEnv" "package:MASS"