search for: badc

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

Did you mean: bad
2011 Nov 03
1
Select columns of a data.frame by name OR index in a function
...ant to allow for either column names or column indices. What I usually do then is something like the following: -------------8<------------- f <- function(datf, cols) { nc <- seq_along(datf) cn <- colnames(datf) colOK <- (cols %in% nc) | (cols %in% cn) if (!all(colOK)) { badc <- paste(sQuote(cols[!colOK]), collapse = ", ") msg <- sprintf(ngettext(sum(!colOK), "%s is not a valid column selector", "%s are not valid column selectors"), badc) stop(msg) }...
2011 Nov 29
1
Problems with Raster and clim.pact packages with large netcdf files (2.7G) in x64 bit R
...ere is an example of my code library(raster) library(clim.pact) PET1<-brick("cru_ts_3_10.1901.2009.pet.dat.nc") #will give error PET<-retrieve.nc("cru_ts_3_10.1901.2009.pet.dat.nc",x.rng=c(20,50),y.rng=c(-15,40)) #will give error The files are CRU data downloaded from BADC. Smaller files work ok but these are bigger file 1. This is the link to the original data source for which a free user account is required. http://badc.nerc.ac.uk/browse/badc/cru/data/cru_ts_3.10) I get the error when I am using R.2.14.0 64 Bit. Using the 32 Bit version doesnt b...
2011 May 09
6
SLES 11 SP1 Client rpms built but not working
...01235-446699 Fax: 01235-445848 Email: peter.chiu at stfc.ac.uk Details: =========================================================== Client host cmip-proc8: cat /etc/issue: Welcome to SUSE Linux Enterprise Server 11 SP1 (x86_64) - Kernel \r (\l). cmip-proc8:~ # uname -a Linux cmip-proc8.badc.rl.ac.uk 2.6.32.29-0.3-xen #1 SMP 2011-02-25 13:36:59 +0100 x86_64 x86_64 x86_64 GNU/Linux Install kit from: cd /usr/local/kits/lustre-1.8.5 ls -ls /usr/src/ 4 drwxr-xr-x 3 root root 4096 2011-05-09 08:31 debug 0 lrwxrwxrwx 1 root root 19 2011-03-20 15:54 linux -> linux-2.6.32.29-0.3 4 drw...
2018 Mar 23
3
explorer.exe and mmc.exe crashes on security tab access
...age saying : Numéro de procédure hors de l'interval admis (1745) This message raise an error : <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> - <System> <Provider Name="Microsoft-Windows-DistributedCOM" Guid="{1B562E86-B7AA-4131-BADC-B6F3A001407E}" EventSourceName="DCOM" /> <EventID Qualifiers="0">10028</EventID> <Version>0</Version> <Level>2</Level> <Task>0</Task> <Opcode>0</Opcode> <Keywords>0x8080000000000000</K...