search for: rousset

Displaying 6 results from an estimated 6 matches for "rousset".

Did you mean: rousse
2010 Sep 01
2
Rd-file error: non-ASCII input and no declared encoding
...lite loci. } \usage{data(tetragonula)} \format{ Two objects are generated: \describe{ \item{tetragonula}{A data frame with 236 observations and 13 string variables. Strings consist of six digits each. The format is derived from the data format used by the software GENEPOP (Rousset 2010). Alleles have a three digit code, so a value of \code{"258260"} on variable V10 means that on locus 10 the two alleles have codes 258 and 260. \code{"000"} refers to missing values.} \item{tetragonula.coord}{a 236*2 matrix. Coordinates of locations of i...
2018 Apr 03
2
names lost in functions from packages installed by R-devel r74500
...2 attached base packages: [1] stats???? graphics? grDevices utils???? datasets? methods base other attached packages: [1] bugdemo_0.1.1 loaded via a namespace (and not attached): [1] compiler_3.6.0? tools_3.6.0???? withr_2.1.2 memoise_1.1.0?? digest_0.6.15?? devtools_1.13.5 > -- Fran?ois Rousset CNRS research scientist <http://www.isem.univ-montp2.fr/recherche/teams/evolutionary-genetics/staff/roussetfrancois/?lang=en> - Institut des Sciences de l'Evolution (ISE-M) Universit? de Montpellier - Dept. Scientifique B3ESTE -------------- next part -------------- A non-text attachm...
2018 Apr 03
1
names lost in functions from packages installed by R-devel r74500
>>>>> Martin Maechler <maechler at stat.math.ethz.ch> >>>>> on Tue, 3 Apr 2018 17:03:02 +0200 writes: >>>>> Francois Rousset <francois.rousset at umontpellier.fr> >>>>> on Tue, 3 Apr 2018 16:38:42 +0200 writes: >> Dear list members, >> If I install with R-devel r74500 on Windows (sessionInfo below) the >> attached 'bugdemo' package with the single function...
2018 Apr 03
0
names lost in functions from packages installed by R-devel r74500
>>>>> Francois Rousset <francois.rousset at umontpellier.fr> >>>>> on Tue, 3 Apr 2018 16:38:42 +0200 writes: > Dear list members, > If I install with R-devel r74500 on Windows (sessionInfo below) the > attached 'bugdemo' package with the single function > fo...
2008 Jan 21
1
Reading Genepop files
Dear list, Does there exist R routines for reading output files from Genepop? (GENEPOP is a population genetics software package by Raymond & Rousset; http://genepop.curtin.edu.au/ ) I find several R packages that contain function for writing Genepop input files, but non that does the reverse. Regards, hans [[alternative HTML version deleted]]
2016 Nov 26
0
methods:::.selectSuperClasses and byte compilation
Dear R-devel list, Running the following example on a recent R-devel (here, 2016-11-22 r71672) shows that the byte compiler can cause some significant performance drops (here, computation time increasing from 0.01s to 0.31s ...) ================================= library(Matrix) someMatrix <- new("dtCMatrix", i= c(1L, 0:3), p=c(0L,0L,0:2, 5L), Dim = c(5L, 5L), x