Barry Rowlingson Title: Bindings for the Geospatial Data Abstraction Library Description: Provides bindings to Frank Warmerdam's Geospatial Data Abstraction Library (GDAL) (>= 1.3.1) and access to projection/transformation operations from the PROJ.4 library. The GDAL and PROJ.4 libraries are external to the package and when installing the package from source must be correctly installed first. Both GDAL raster and OGR vector map data can be imported into R and GDAL raster data and OGR vector data exported. Use is made of classes defined in the sp package.
ChangeLog | 13 +++++ DESCRIPTION | 6 +- inst/ChangeLog | 13 +++++ inst/gdal/GDALLogoBW svg |only inst/gdal/GDALLogoColor svg |only inst/gdal/GDALLogoGS svg |only man/readOGR. Rd | 6 +- man/writeOGR. Rd | 2 src/OGR_write cpp | 102 ++++++++++++++++++-------------------------- src/RGDAL def | 2 src/ogrsource cpp | 12 +++-- 11 files changed. 86 insertions(+). 70 deletions(-)
RCurl-0.9-4/RCurl/inst/doc/philosophy html |only RCurl-0.91-0/RCurl/Changes html | 53 ++++++++++++- RCurl-0.91-0/RCurl/DESCRIPTION | 7 - RCurl-0.91-0/RCurl/FAQ html | 89 +++++++++++++++++++++- RCurl-0.91-0/RCurl/NAMESPACE | 1 RCurl-0.91-0/RCurl/R/binary. S | 11 ++ RCurl-0.91-0/RCurl/R/form. S | 26 +++++- RCurl-0.91-0/RCurl/R/header. R | 81 +++++++++++++------- RCurl-0.91-0/RCurl/R/httpError. R |only RCurl-0.91-0/RCurl/R/httpErrors. R |only RCurl-0.91-0/RCurl/R/options. S | 11 ++ RCurl-0.91-0/RCurl/Todo html | 8 + RCurl-0.91-0/RCurl/inst/HTTPErrors |only RCurl-0.91-0/RCurl/inst/examples/omg netrc |only RCurl-0.91-0/RCurl/inst/examples/postFormPasswd. R |only RCurl-0.91-0/RCurl/man/getBinaryURL. Rd |only RCurl-0.91-0/RCurl/src/Makevars | 6 - RCurl-0.91-0/RCurl/src/curl c | 17 +++- 18 files changed. 268 insertions(+). 42 deletions(-)
Author: G. Grothendieck Title: Utilities for strings and function arguments. Description: gsubfn is like gsub but can take a replacement functionor proto object rather than a replacement string. Matches andback references are input to the function and replaced by thefunction output. In the case of a proto object the object isused for sharing information from one match to the next gsubfn can be used to split strings based on content rather thandelimiters and for quasi-perl-style string interpolation. Thepackage also has facilities for translating formulas to functionsand allowing such formulas in function calls instead of functions. This can reduce code size and improve clarity when using apply,lapply optim integrate xyplot and any other function thatexpects another function as an input argument gsubfn alsoprovides for quasi-perl string interpolation in argumentsof any existing R function.
gsubfn-0.3-3/gsubfn/NOTES |only gsubfn-0.3-3/gsubfn/demo/gsubfn-proto. R |only gsubfn-0.3-3/gsubfn/inst/doc/aa pdf |only gsubfn-0.3-3/gsubfn/inst/doc/gsubfn-gsubfn-fn-lattice-repeat pdf |only gsubfn-0.3-3/gsubfn/inst/doc/gsubfn-gsubfn-fn-pi-repeat pdf |only gsubfn-0.3-3/gsubfn/inst/doc/gsubfn-gsubfn-fn-quantreg-repeat pdf |only gsubfn-0.3-7/gsubfn/DESCRIPTION | 8 gsubfn-0.3-7/gsubfn/R/fn. R | 23 gsubfn-0.3-7/gsubfn/R/gsubfn. R | 63 +- gsubfn-0.3-7/gsubfn/demo/00Index | 1 gsubfn-0.3-7/gsubfn/demo/gsubfn-chron. R | 2 gsubfn-0.3-7/gsubfn/demo/gsubfn-gries. R | 2 gsubfn-0.3-7/gsubfn/demo/gsubfn-si. R | 4 gsubfn-0.3-7/gsubfn/inst/NEWS | 42 + gsubfn-0.3-7/gsubfn/inst/WISHLIST | 12 gsubfn-0.3-7/gsubfn/inst/doc/ build timestamp |only gsubfn-0.3-7/gsubfn/inst/doc/Rplots pdf |only gsubfn-0.3-7/gsubfn/inst/doc/a a | 235 +++------- gsubfn-0.3-7/gsubfn/inst/doc/gsubfn-16.10.2008-14.02.36.23 bck pdf |only gsubfn-0.3-7/gsubfn/inst/doc/gsubfn. R |only gsubfn-0.3-7/gsubfn/inst/doc/gsubfn. Rnw | 57 +- gsubfn-0.3-7/gsubfn/inst/doc/gsubfn pdf |binary gsubfn-0.3-7/gsubfn/man/as function formula. Rd | 12 gsubfn-0.3-7/gsubfn/man/fn. Rd | 2 gsubfn-0.3-7/gsubfn/man/gsubfn-package. Rd | 5 gsubfn-0.3-7/gsubfn/man/gsubfn. Rd | 56 +- gsubfn-0.3-7/gsubfn/man/match funfn. Rd | 5 gsubfn-0.3-7/gsubfn/man/strapply. Rd | 11 28 files changed. 291 insertions(+). 249 deletions(-)
DESCRIPTION | 9 ++---- NAMESPACE | 7 ++-- R/getContrasts. R | 4 +- R/gnm. R | 18 ++++++------ R/pickCoef. R | 2 - inst/NEWS | 9 ++++++ inst/doc/fig-LCall pdf |only inst/doc/fig-LCover45 pdf |only inst/doc/fig-LCqvplot pdf |only inst/doc/fig-deaths1921-1940 pdf |only inst/doc/fig-profilePlot pdf |only inst/doc/gnm bib |only inst/doc/gnmOverview. Rnw |only inst/doc/gnmOverview pdf | 57 +++++++++++++++++---------------------- man/gnm-package. Rd | 2 - 15 files changed. 55 insertions(+). 53 deletions(-)
Description: Functions to calculate growth percentile and projections for students using large scale longitudinal assessment data. These norm referenced growth values are presently used in some state testing and accountability systems. The functions usequantile regression techniques package to estimate the conditional density associated with each students achievement history. Student Growth Projections (i e. percentile growth trajectories) are calculated using the coefficient matrices derived fromthe quantile regression analyses and help to identify what it will take for students to reach future achievement targets. LazyLoad: YesLazyData: YesLicense: Creative Commons Attribution + ShareAlike (by-sa)Packaged: Thu Oct 16 13:51:06 2008; damian
Forex Groups - Tips on Trading
Related article:
http://dirk.eddelbuettel.com/cranberries/2008/10/17#randomForest_4.5-28
comments | Add comment | Report as Spam
|