search for: foodata

Displaying 4 results from an estimated 4 matches for "foodata".

2014 Jan 28
2
how to unbreak a circular package dependence (S4 class data)
...check tests that are required for CRAN submission. The package pair I'm working with is slow to build, but my tests suggest the issue may be general, and so I will explain it in general terms. Suppose there are two packages: 1. Foo, a package that defines some data types with S4 classes. 2. Foodata, a package that provides such datasets, for use by Foo. With this setup, it seems reasonable that Foo "depends" on Foodata, so the data can be used in Foo and its documentation. Since the data within Foodata are S4 classes as defined in Foo, an attempt to build-check Foodata will produc...
2006 Aug 06
2
help with method_missing in ActiveRecord
I am serializing a data object (FooData) into an ActiveRecord column (Foo). I''d like to be able to do delegate methods to the data class if the Foo class doesn''t have that attribute. So instead of: f = Foo.new f.data.item1 I''d like to do: f = Foo.new f.item1 I was hoping that I could add a method_missing m...
1997 Dec 02
1
R-alpha: Re^2: data file names
...gt; simply pop them up. This would also ideally let index.doc be built >> on the fly.... yes >> I find it quite frustrating that I can't peek at the doc file while >> trying to decide which data file I want. Hmm; in 0.60 we at least have data() for the list and ?foodata for the doc in foodata.doc. This does already help me quite a bit.. >> I'm hoping to get a browser >> that will let you peruse the documentation while selecting the file. >> Comments/opinions appreciated. KH> You are obviously right. I think what we wa...
2003 May 06
5
xyplot (lattice), strip.default
Dear r-help, I've got data of the following structure 1979 93.428747 0 1979 87.298608 20 1979 78.506340 40 ... 1979 45.567890 340 1980 60.815289 0 1980 49.630904 20 1980 24.981362 40 ... The first column is year and the last one is the longitude. I need a set of graphs showing the dependence of the middle value on the longitude, for each year, situated one blow the other.