Displaying 4 results from an estimated 4 matches for "tradecosts".
2008 Apr 19
2
package building problem under Windows Vista
...0 RC
(from which this output was produced). The package builds just fine on my XP
(SP2) machine. Please see some further comments below.
---------- snip -------------
Microsoft Windows [Version 6.0.6001]
Copyright (c) 2006 Microsoft Corporation. All rights reserved.
d:\R-packages>R CMD build tradeCosts
* checking for file 'tradeCosts/DESCRIPTION' ... OK
* preparing 'tradeCosts':
* checking DESCRIPTION meta-information ... OK
* installing the package to re-build vignettes
installing R.css in C:/Users/JOHNFO~1/AppData/Local/Temp/Rinst602447586
---------- Making package tradeCosts...
2007 Jun 27
0
New package "tradeCosts"
We would like to announce the availability of the 'tradeCosts' package
in R for analysing transaction costs of trading. Version 0.1-0 is now available
on CRAN. To take a look, you can:
> install.packages("tradeCosts")
...
> vignette("tradeCosts")
and play around.
This is the first and very basic version of a package that we...
2010 Aug 25
1
Documenting S4 Methods
I'm in the process of converting some S3 methods to S4 methods.
I have this function :
setGeneric("enrichmentCalc", function(rs, organism, seqLen, ...){standardGeneric("enrichmentCalc")})
setMethod("enrichmentCalc", c("GenomeDataList", "BSgenome"), function(rs, organism, seqLen, ...) {
... ... ...
})
2010 Mar 14
3
CRAN (and crantastic) updates this week
...(1.1-1), strucchange (1.4-0),
survey (3.21), SweaveListingUtils (0.4.3), tau (0.0-7), TeachingDemos
(2.6), TeachingSampling (1.4.9), textcat (0.0-2), TGUITeaching
(0.9.6), TGUITeaching (0.9.5), tm (0.5-3), tm.plugin.mail (0.0-2),
tmvtnorm (1.0-2), tnet (2.5), topicmodels (0.0-4), topmodel (0.7.2),
tradeCosts (0.3-1), trio (1.0.14), tsDyn (0.7-22), tseriesChaos
(0.1-10), ttrTests (1.5), unmarked (0.8-3), UScensus2000 (0.07),
UScensus2000add (0.04), UScensus2000cdp (0.03), UScensus2000tract
(0.03), VarianceGamma (0.3-0), vars (1.4-7), vegan (1.17-2),
WMBrukerParser (1.2)
This email provided as a servi...