Displaying 20 results from an estimated 635 matches for "onkelinx".
2023 Jun 03
1
bug in utils:::format.person
...e, this still has an arbitrary cutoff. So maybe better
sprintf("%s = %s", names(e), sapply(e,
function(x) paste(deparse(x), collapse = "")))
which should work.
I'll ping Kurt about this and try to coordinate a fix.
Best wishes,
Achim
On Fri, 2 Jun 2023, Thierry Onkelinx via R-devel wrote:
> Dear all,
>
> I think I found a bug in utils::format.person when using style = "R" with a
> vector of comments. The comment section is not parsed properly. Please find
> below the mwe and the session info.
>
> Best regards,
>
> Thierry
>...
2023 Jun 02
2
bug in utils:::format.person
...all,
I think I found a bug in utils::format.person when using style = "R" with a
vector of comments. The comment section is not parsed properly. Please find
below the mwe and the session info.
Best regards,
Thierry
maintainer <- person(
given = "Thierry", family = "Onkelinx", role = c("aut", "cre"),
email = "thierry.onkelinx at inbo.be",
comment = c(
ORCID = "0000-0001-8804-4216",
affiliation = "Research Institute for Nature and Forest (INBO)"
)
)
format(maintainer, style = "R") |>
cat...
2007 Dec 03
3
ggplot2: Choosing colours
...0), y = runif(40), z = gl(4, 10, labels
= LETTERS[1:4]))
ggplot(data = dataset, aes(x = x, y = y, group = z)) + geom_point(colour
= c("red", "green", "blue", "black"))
------------------------------------------------------------------------
----
ir. Thierry Onkelinx
Instituut voor natuur- en bosonderzoek / Research Institute for Nature
and Forest
Cel biometrie, methodologie en kwaliteitszorg / Section biometrics,
methodology and quality assurance
Gaverstraat 4
9500 Geraardsbergen
Belgium
tel. + 32 54/436 185
Thierry.Onkelinx op inbo.be
www.inbo.be
Do not p...
2007 Feb 13
1
RE2: Suddenly "Subscript out of bounds"
If you tell me how to update R itself automatically, I will go for your
advice.
I am not aware of any method to do it...
Bye
Rick
"ONKELINX,
Thierry"
<Thierry.ONKELINX An
@inbo.be> <roderick.castillo at metanomics.de>...
2013 Jan 28
1
incorrect import?
...IPTION of the AFLP package contains
Imports: ggplot2, mvtnorm, seqinr, zoo, signal, xtable, vegan
The NAMESPACE contains
importFrom("zoo", rollmax)
What am I missing?
The source files are available on https://r-forge.r-project.org/scm/?group_id=1027
Best regards,
Thierry
ir. Thierry Onkelinx
Instituut voor natuur- en bosonderzoek / Research Institute for Nature and Forest
team Biometrie & Kwaliteitszorg / team Biometrics & Quality Assurance
Kliniekstraat 25
1070 Anderlecht
Belgium
+ 32 2 525 02 51
+ 32 54 43 61 85
Thierry.Onkelinx at inbo.be
www.inbo.be
To call in the statisti...
2019 Sep 06
1
Cryptic error message from namespaceExport
...("
https://inla.r-inla-download.org/R/stable/src/contrib/INLA_19.09.03.tar.gz",
repos = NULL)
remotes::install_github("inbo/inlatools", upgrade = FALSE, force = TRUE)
Warning: INLA is a very large package. The old version is 87 MB, the new
one 250 MB
Best regards,
ir. Thierry Onkelinx
Statisticus / Statistician
Vlaamse Overheid / Government of Flanders
INSTITUUT VOOR NATUUR- EN BOSONDERZOEK / RESEARCH INSTITUTE FOR NATURE AND
FOREST
Team Biometrie & Kwaliteitszorg / Team Biometrics & Quality Assurance
thierry.onkelinx at inbo.be
Havenlaan 88 bus 73, 1000 Brussel
www.inb...
2014 Dec 09
2
UTF8 markdown vignette
...:mystyle", encoding = "UTF-8"). The default value of the encoding argument of rmarkdown::render() is encoding = getOption("encoding"), which is "native.enc" on my system.
I'll post the question on an RStudio forum as well.
Best regards,
Thierry
ir. Thierry Onkelinx
Instituut voor natuur- en bosonderzoek / Research Institute for Nature and Forest
team Biometrie & Kwaliteitszorg / team Biometrics & Quality Assurance
Kliniekstraat 25
1070 Anderlecht
Belgium
+ 32 2 525 02 51
+ 32 54 43 61 85
Thierry.Onkelinx at inbo.be
www.inbo.be
To call in the statisti...
2018 Nov 20
2
problematic dev.off() after running examples without plots
...:
cannot shut down device 1 (the null device)
None of the examples in our package generates plots. grDevices::dev.off()
is code added by R CMD check. A workaround is to have at least one example
which has some plot. Is there a better solution? We are using R 3.5.1
Best regards,
ir. Thierry Onkelinx
Statisticus / Statistician
Vlaamse Overheid / Government of Flanders
INSTITUUT VOOR NATUUR- EN BOSONDERZOEK / RESEARCH INSTITUTE FOR NATURE AND
FOREST
Team Biometrie & Kwaliteitszorg / Team Biometrics & Quality Assurance
thierry.onkelinx at inbo.be
Havenlaan 88 bus 73, 1000 Brussel
www.inb...
2008 Apr 08
4
permutation test assumption?
Dear all,
Can I do a permutation test if the number of individuals in one group is much bigger than in the other group? I searched the literature but I didin´t find any assumption that refers to this subject for permutation tests.
Best regards
João Fadista
Ph.d. student
UNIVERSITY OF AARHUS
Faculty of Agricultural Sciences
Dept. of Genetics and Biotechnology
Blichers Allé 20, P.O.
2011 Oct 26
4
Error message library()
...on in:
Error in library(xyz) : there is no package called 'xyz' installed on this machine. Check the name of the package or use install.packages("xyz") to install it.
Best regards,
Thierry
----------------------------------------------------------------------------
ir. Thierry Onkelinx
Instituut voor natuur- en bosonderzoek
team Biometrie & Kwaliteitszorg
Gaverstraat 4
9500 Geraardsbergen
Belgium
Research Institute for Nature and Forest
team Biometrics & Quality Assurance
Gaverstraat 4
9500 Geraardsbergen
Belgium
tel. + 32 54/436 185
Thierry.Onkelinx at inbo.be
www.inbo...
2014 Dec 09
2
UTF8 markdown vignette
.... OK
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes in 'inst/doc' ... OK
* checking running R code from vignettes ...
'markdown_intro.Rmd' using 'UTF-8' ... OK
OK
* checking re-building of vignette outputs ... [22s] OK
ir. Thierry Onkelinx
Instituut voor natuur- en bosonderzoek / Research Institute for Nature and Forest
team Biometrie & Kwaliteitszorg / team Biometrics & Quality Assurance
Kliniekstraat 25
1070 Anderlecht
Belgium
+ 32 2 525 02 51
+ 32 54 43 61 85
Thierry.Onkelinx at inbo.be
www.inbo.be
To call in the statisti...
2009 Jul 07
6
Uncorrelated random vectors
Hello,
is it possible to create two uncorrelated random vectors for a given distribution.
In fact, I would like to have something like the function "rnorm" or "rlogis" with the extra property that they are uncorrelated.
Thanks for your help,
Luba
[[alternative HTML version deleted]]
2011 Apr 27
6
Assignments inside lapply
Dear all I would like to ask you if an assignment can be done inside a lapply statement.
For example
I would like to covert a double nested for loop
for (i in c(1:dimx)){
for (j in c(1:dimy)){
Powermap[i,j] <- Pr(c(i,j),c(PRX,PRY),f)
}
}
to something like that:
ij<-expand.grid(i=seq(1:dimx),j=(1:dimy))
unlist(lapply(1:nrow(ij),function(rowId) { return
2019 Sep 06
2
Cryptic error message from namespaceExport
...sion of the INLA package does export the "inla" class
through it NAMESPACE. This triggered the error described above.
Is the possible to improve this error message? The current message is
misleading as neither packages contain the string ".__C__inla"
Best regards,
ir. Thierry Onkelinx
Statisticus / Statistician
Vlaamse Overheid / Government of Flanders
INSTITUUT VOOR NATUUR- EN BOSONDERZOEK / RESEARCH INSTITUTE FOR NATURE AND
FOREST
Team Biometrie & Kwaliteitszorg / Team Biometrics & Quality Assurance
thierry.onkelinx at inbo.be
Havenlaan 88 bus 73, 1000 Brussel
www.inb...
2014 Dec 09
3
UTF8 markdown vignette
On 09/12/2014, 4:38 PM, ONKELINX, Thierry wrote:
> Dear Yihui,
>
> I have created a reproducible example at https://github.com/ThierryO/utf8vignette
>
> The \usepackage{} line is needed, otherwise R CMD check --as-cran will give a warning.
> %\VignetteEncoding{UTF-8} did not solve the problem.
I've just ta...
2018 Aug 28
3
build package with unicode (farsi) strings
Hi,
I have a R script file with Persian letters in it defined as a variable:
#' @export
letters_fa <- c('???','?','?','?','?','?','?','?','?','?','?','?')
I have specified the encoding field in my DESCRIPTION file of my package.
...
Encoding: UTF-8
...
I also included
2017 May 04
1
R 3.4.0 for Ubuntu zesty?
...n r-base-core
r-base-core | 3.4.0-1zesty | http://cran.rstudio.com/bin/linux/ubuntu
zesty/ Packages
r-base-core | 3.3.2-1 | http://archive.ubuntu.com/ubuntu zesty/universe
amd64 Packages
r-base | 3.3.2-1 | http://archive.ubuntu.com/ubuntu zesty/universe
Sources
Best regards,
ir. Thierry Onkelinx
Instituut voor natuur- en bosonderzoek / Research Institute for Nature and
Forest
team Biometrie & Kwaliteitszorg / team Biometrics & Quality Assurance
Kliniekstraat 25
1070 Anderlecht
Belgium
To call in the statistician after the experiment is done may be no more
than asking him to perfor...
2015 May 05
1
Problem with adding slots to S4 object
...this is not very efficient, however, thanks to caching it only
happens once for each target signature, so in practice (and with more
reasonable generic signatures), this is not an issue.
Hope this helps and sorry for the lack of S4 documentation.
Michael
On Tue, May 5, 2015 at 1:04 AM, Thierry Onkelinx <thierry.onkelinx at inbo.be>
wrote:
> Dear all,
>
> I did some more work in this.
>
> - put all the metadata in a dedicated subclass (see metadataclass branch in
> github repository). This doesn't solve the problem.
> - test the code under R 3.1.2. This gives the sa...
2012 Nov 05
2
averaging a list of matrices element wise
...5
s <- 6
raw <- lapply(seq_len(n), function(i){
matrix(rnorm(r * s), ncol = r)
})
#do the calculation
result <- array(dim = c(dim(raw[[1]]), length(raw)))
for(i in seq_along(raw)){
result[,,i] <- raw[[i]]
}
result <- apply(result, 1:2, mean)
Best regards,
Thierry
ir. Thierry Onkelinx
Instituut voor natuur- en bosonderzoek / Research Institute for Nature and Forest
team Biometrie & Kwaliteitszorg / team Biometrics & Quality Assurance
Kliniekstraat 25
1070 Anderlecht
Belgium
+ 32 2 525 02 51
+ 32 54 43 61 85
Thierry.Onkelinx at inbo.be
www.inbo.be
To call in the statisti...
2018 Feb 01
3
Error while working with png output on linux server
Thanks for your reply. I searched for the error on Google before resorting to the R forum (help group).
I tried Sys.env(...) too, but didn't resolve the error I get. Hence I am looking for solution.
--
-----Original Message-----
From: Thierry Onkelinx [mailto:thierry.onkelinx at inbo.be]
Sent: Thursday, February 01, 2018 10:57 AM
To: Sariya, Sanjeev <ss5505 at cumc.columbia.edu>
Cc: Jeff Newmiller <jdnewmil at dcn.davis.ca.us>; r-help at r-project.org
Subject: Re: [R] Error while working with png output on linux server
Dear Sanjeev...