similar to: writing to a fixed format (fortran) file

Displaying 20 results from an estimated 600 matches similar to: "writing to a fixed format (fortran) file"

2005 Apr 11
8
Building R packages under Windows.
Hello, My question is the following. Has anyone put together an "idiots" checklist of the steps needed to build a (small personal) package under Windows, or documented their own experiences of building packages under Windows? I ask this as last week there were some very interesting comments regarding the advantages of putting personally written functions together as a package
2006 May 23
1
shapes in rgl
Does anyone have a way of producing solid shapes other than spheres in rgl? I am using rgl to produce a simple visualisation of a forest model results using "lollipops". Its just a bit of fun, but as many of the trees are pines I would like to depict their crowns as cones. If there is a solution I need it to work under windows. Here is the example. library(rgl) library(misc3d)
2005 Feb 01
3
polynomials REML and ML in nlme
Hello everyone, I hope this is a fair enough question, but I don’t have access to a copy of Bates and Pinheiro. It is probably quite obvious but the answer might be of general interest. If I fit a fixed effect with an added quadratic term and then do it as an orthogonal polynomial using maximum likelihood I get the expected result- they have the same logLik.
2006 Jan 04
7
Replacing backslashes with slashes
Hello, I've seen this question asked in the archives but no clear reply or solution provided. So, just to be sure it is not possible in R: Can I replace backslashes with slashes in a string ? I am writing a GUI for R with the Rpad library. I have a "browse" button for data loading and Windows return a path string with backslashes. I need to convert them into slashes to use the
2008 May 05
2
RODBC and schemas
I have found that the "schema.table" syntax used in Postgresql (and Oracle) does not work directly with RODBC. This works library(RODBC) con<-odbcConnect("mydb") d<-sqlQuery(con,"select * from meso.trees") However this does not. d<-sqlFetch(con,"meso.trees") Error in odbcTableExists(channel, sqtable) : ?meso.trees?: table not found on channel
2008 Nov 19
1
rkward on Ubuntu heron with R2.8.0
I am running R on Ubuntu Heron. I recently updated to R 2.8.0 from the default (2.6) in the Ubuntu heron repository by adding deb http://cran.stat.sfu.ca/bin/linux/ubuntu hardy/ I updated all packages installed in /usr/lib/R/site-library and those in my home directory /home/duncan/R/i486-pc-linux-gnu-library/2.6 without obvious issues. I installed adehabitat and gpclib, which should be good
2011 Dec 02
1
Re: App Right Fax with wine 1.3.20
SFrankel wrote: > > cristobal wrote: > > > > vitamin wrote: > > > > > > omerta wrote: > > > > Hello, intent run Right Fax with wine 1.3.20. > > > > > > No fax software will work on Wine. All of the RAS layer that is required for FAX programs is missing from Wine. Faxing (http://www.voipreview.org/faxing) Free Fax
2009 Apr 17
1
Color of points in a 3d plot of a PCA
Dear all, I'm trying to perform a principal components analysis of a sample of individuals, and to plot it in 3D, assigning different colors according to the population each individual belongs to. Given that the matrix I have to use for the PCA cannot contain cualitative variables (here, the population of origin), I have no idea how can I do this in R. ANy help? Thanks in advance
2010 May 10
4
winbind ubuntu 9.10 crashing machine
Hi all: I've got a couple Ubuntu 9.10 machines that are suffering from a recurring failure of winbind that essentially crash the machine. When the system is in the "crashed state", one can ping the system, but all forms of login fail. It will not even respond to tftpd requests; ssh connections "time out", but the initial port is opened (just no connect). Rebooting does
2010 Mar 11
1
winbind doing dns on short domain
Hi all: I'm building an authentication infrastructure for combined windows plus linux clients. To that end, I have a Win Server 2008r2 ADS and a win svr 2008r2 client, and an ubuntu 9.10 client running the default samba + winbind (whatever is in their production repos). I had it 95% working this morning...Then all of a sudden, all winbind queries died. No idea why. I spent the entire day
2003 May 30
1
load password users in Ldap
Hello, I'm new in Samba Ldap. I use samba-2.2.3a and openldap2-2.1.4-46. I am going to load in Ldap a lot of users in a ldif file as it is shown below. But I don't know how to put samba password. I can use: smbpasswd juan1 and then the fields lmPassword and ntPassword are changed. In this way, after load all users in Ldap I would need a script to do a smbpasswd for each user
2024 Oct 10
1
Anuncio del paquete de R, paisaje, para el análisis del paisaje y la biodiversidad
Estimada comunidad de R, Les hago llegar el anuncio del paquete de R, paisaje, para el análisis del paisaje y la biodiversidad. https://github.com/ManuelSpinola/paisaje El paquete está en desarrollo. Hasta ahora he incorporado estas funciones: *calculate_it_metrics*: Calculate 5 information theory landscape metrics *count_points_in_polygons*: Count Points within Polygons *create_cat_esa_10m*:
2024 Oct 10
1
Anuncio del paquete de R, paisaje, para el análisis del paisaje y la biodiversidad
Estimado Que bueno, pero no entiendo nada. Me parece muy bueno y me llama la curiosidad, observo nc = st_read <https://r-spatial.github.io/sf/reference/st_read.html>(system.file <https://rdrr.io/r/base/system.file.html>("shape/nc.shp", package="sf?)) y no tengo ni idea que es el archivo .shp. ¿Podría usted colocar algún ejemplo, por ahí si no es complicado se
2008 Apr 22
4
Modeling presence only data in R
Dear All, I have a set of environental maps and presence-only points for some species. How can I generate distributions models on R using these presence-only data? What packages and functions can I use to do so? Kind regards, Miltinho Brazil [[alternative HTML version deleted]]
2004 Dec 15
0
sambapasswd and Win98
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi everybody I'm trying to set up a samba server on a win98 net. Samba server is running over linux Fedora Core 3 and the domain server and dhcp server are running on a windows xp. The problem is that can connect to any resourse at the samba server, and I got the message: on Win98 client "No route host to the network" or something
2004 Jun 30
1
Smb PDC cracks with ldap, without ok
Hi everybody I have a puzzling situation, I am trying to set up a PDC domain controller, Suse 9.1 with Samba 3.0.4 (ok, suse comes with 3.0.2 but I have tried almost everything XD ), autenticating against ldap 2.2.6 (original suse); also with the smbldap-tools. The situation is, everything works fine without ldap, that is, smbpasswd backend, I did create the directories for profiles and I
2007 Oct 17
4
Pam_mount + cifs
Hi, i'm probably not the first but i have found no concrete information about my problem... lots of information, nothing helped.. :S so, here's the thing.. i'm running a samba-3.0.22-13.16 server on SLES 9 kernel 2.6.16.21-0.8-default as an nt domain controller, there was a migration to Linux for the workstations so i had to implement WINBIND + PAM_MOUNT. after searching for the
2016 Sep 07
3
tips para curso introductorio de R
Gracias chicos por sus opiniones y recomendaciones. Como dice Javier Rubén, justo lo que quiero es que los chicos aprendan bien los fundamentos de un lenguaje de programación orientado a objetos para que no solo copien el script de una librería, corran y ya. Quisiera que comprendieran los beneficios de R en términos de manipulación de sus bases de datos y optimización de procesos a través de los
2018 Aug 30
2
R_tempDir
Estimados Tengo un error en windows 10, el mensaje dice : Error fatal: cannot create R_tempDir No tengo ni idea que pasó, esta semana no utilicé a R, hace dos semanas seguro que sí, en el medio aparece el error, desinstalé y reinstalé rstudio, de la misma forma R-Open de Microsoft 3.5.1, eliminé R client y visual studio fue actualizado ayer. Intenté iniciar RServer desde visual studio y no
2008 Dec 21
2
data format issue
Dear all- I have a dataset (see a sample below - but the whole dataset is June 2005 - June 2008). The "LST" format is "YYMMDDHHmm" and I would like to get the hourly average of the "mph" for the summer months (spanning all years). I have been trying to use "aggregate" but am not having much success at all! any thoughts would be greatly appreciated.