Re: [R] install R package on Unix cluster

2012-03-19 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 18/03/12 14:40, Uwe Ligges wrote: > > > On 18.03.2012 05:47, Lorenzo Cattarino wrote: >> Hi R users, >> >> Working from a PC, I am trying to install the spatstat package on a Unix >> cluster. I created >> the following PBS file to send a job ar

Re: [R] install R package on Unix cluster

2012-03-18 Thread Uwe Ligges
On 18.03.2012 05:47, Lorenzo Cattarino wrote: Hi R users, Working from a PC, I am trying to install the spatstat package on a Unix cluster. I created the following PBS file to send a job array: #!/bin/bash -ue #PBS -m ae #PBS -M my email #PBS -J 1-45 #PBS -A my username #PBS -N job name #PB

[R] install R package on Unix cluster

2012-03-18 Thread Lorenzo Cattarino
Hi R users, Working from a PC, I am trying to install the spatstat package on a Unix cluster. I created the following PBS file to send a job array: #!/bin/bash -ue #PBS -m ae #PBS -M my email #PBS -J 1-45 #PBS -A my username #PBS -N job name #PBS -l resources #PBS -l walltime cd $PBS_O_WORKDIR