Displaying 5 results from an estimated 5 matches for "cser".
Did you mean:
cseg
2010 Nov 26
2
get list index
...onservation Group
Centre for Spatial Environmental Research
School of Geography, Planning and Environmental Management
The University of Queensland
Brisbane, Queensland, 4072, Australia
Telephone 61-7-3365 4370, Mobile 0410884610
Email l.cattarino@uq.edu.au
Internet http://www.gpem.uq.edu.au/cser <http://www.gpem.uq.edu.au/cser>
[[alternative HTML version deleted]]
2010 Jul 13
2
modifying vector elements
...onservation Group
Centre for Spatial Environmental Research
School of Geography, Planning and Environmental Management
The University of Queensland
Brisbane, Queensland, 4072, Australia
Telephone 61-7-3365 4370, Mobile 0410884610
Email l.cattarino@uq.edu.au
Internet http://www.gpem.uq.edu.au/cser <http://www.gpem.uq.edu.au/cser>
[[alternative HTML version deleted]]
2009 Oct 29
1
Re trieving comments from PostgreSQL tables with RODBC and psqlodbc
...""
All the "REMARKS" values are empty strings. Can I get it to return the
COMMENT ON values instead? (the table_owner and tablet_qualifier are
switched but that doesn't worry me) I'm using R 2.8.1, RODBC 1.2-4,
psqlodbc 8.0.2, and PostgreSQL 8.1.5 .
Regards,
Jim Cser
--
View this message in context: http://www.nabble.com/Retrieving-comments-from-PostgreSQL-tables-with-RODBC-and-psqlodbc-tp26104999p26104999.html
Sent from the R help mailing list archive at Nabble.com.
2010 Aug 11
2
storing the results of an apply call
...onservation Group
Centre for Spatial Environmental Research
School of Geography, Planning and Environmental Management
The University of Queensland
Brisbane, Queensland, 4072, Australia
Telephone 61-7-3365 4370, Mobile 0410884610
Email l.cattarino@uq.edu.au
Internet http://www.gpem.uq.edu.au/cser <http://www.gpem.uq.edu.au/cser>
[[alternative HTML version deleted]]
2010 Oct 11
1
running R script on linux server
Hi R-users,
I have a problem running my R code on a Linux cluster. What I did was
write a .pbs file to instruct the cluster on what to do and how:
#!/bin/sh
#PBS -m ae
#PBS -M uqlcatta@uq.edu.au
#PBS -A uq-CSER
#PBS -N job1_lollo
#PBS -l select=1:ncpus=1:NodeType=fast:mem=8GB
#PBS -l walltime=999:00:00
cd $PBS_O_WORKDIR
source /usr/share/modules/init/bash
module load R/2.11.1
/home/uqlcatta/script/diag.sh
The .pbs file calls a .sh file, which is located on my home directory on
t...