search for: courtiol

Displaying 20 results from an estimated 24 matches for "courtiol".

Did you mean: courtier
2023 Jun 14
1
Problem with R, staged installation for packages, and samba share
...://cran.r-project.org/src/base/R-4/R-4.3.0.tar.gz | tar xzf - cd R-4.3.0 ./configure make sudo make install ``` - installing a package with dependencies should succeed now (on our side at least) Many thanks, for having another look at this knot. Best, Alex On Wed, 14 Jun 2023 at 10:50, Alexandre Courtiol < alexandre.courtiol at gmail.com> wrote: > Thanks again, unfortunately it still fails when mounting the drive on a > windows machine (even using nolease) on our end. > We will prepare a fully reproducible example using a virtual machine. This > could take us a day or two. > +...
2023 Jun 14
1
Problem with R, staged installation for packages, and samba share
...the drive on a windows machine (even using nolease) on our end. We will prepare a fully reproducible example using a virtual machine. This could take us a day or two. ++ On Tue, 13 Jun 2023 at 11:05, I?aki Ucar <iucar at fedoraproject.org> wrote: > On Tue, 13 Jun 2023 at 10:35, Alexandre Courtiol > <alexandre.courtiol at gmail.com> wrote: > > > > Thanks a lot for persevering. > > > > I?aki, that sounds very promising, could you please tell me what > software your SMB share is running on (i.e. what does the server side look > like?), and if it's Sam...
2023 Jun 13
1
Problem with R, staged installation for packages, and samba share
On Tue, 13 Jun 2023 at 10:35, Alexandre Courtiol <alexandre.courtiol at gmail.com> wrote: > > Thanks a lot for persevering. > > I?aki, that sounds very promising, could you please tell me what software your SMB share is running on (i.e. what does the server side look like?), and if it's Samba, then what version did you use?...
2023 Jun 12
2
Problem with R, staged installation for packages, and samba share
...l, nor are we configuring it in a way that would affect this as far as I know. > > > > Does this also happen with the older R binary RPMs? If you go back to 4.2.3 or 4.2.2, does it happen? > > > > ~spot > > > > > > On Mon, Jun 12, 2023 at 10:38?AM Alexandre Courtiol <alexandre.courtiol at gmail.com> wrote: > >> > >> "is the staged installation enabled too in the cases you don't see this issue?" > >> -> Yes, it should since we stick to default config. > >> > >> "Can you provide a log of th...
2019 May 26
2
"if" function in pure R?
...ction that behave similarly to base::`if` with an extra argument to the function (e.g. to include an error rate on the condition). Many thanks, Alex * control-flow constructs are functions such as if, for, while... that allow for call of the form fn(x) expr to work (see ?Control). -- Alexandre Courtiol http://sites.google.com/site/alexandrecourtiol/home *"Science is the belief in the ignorance of experts"*, R. Feynman [[alternative HTML version deleted]]
2024 Mar 27
1
paths capability FALSE on devel?
? Wed, 27 Mar 2024 11:28:17 +0100 Alexandre Courtiol <alexandre.courtiol at gmail.com> ?????: > after installing R-devel the output of > grDevices::dev.capabilities()$paths is FALSE, while it is TRUE for R > 4.3.3 Your system must be missing Cairo development headers, making x11() fall back to type = 'Xlib': $ R-devel -q -s...
2019 May 27
1
"if" function in pure R?
...gt; > > myIf(i == 1, arg1) %myOperator% { > doSomeThing > } > > > *Results:* > > [[1]] > myIf(i == 1, arg1) > > [[2]] > { > doSomeThing > } > > I hope that helps. > > Best, > Jiefei > > On Sun, May 26, 2019 at 4:45 AM Alexandre Courtiol < > alexandre.courtiol at gmail.com> wrote: > >> Hi all, >> >> Could anyone refer to me to a good source to learn how to program a simple >> control-flow construct* in R, or provide me with a simple example? >> >> Control-flow constructs are programme...
2016 Sep 05
1
mget call can trigger C stack usage error
...you will call this a bug or something else but the following silly call trigger a low level error: foo <- list(x=1) class(foo) <- "new" print.new <- function(x, ...) print(mget(names(formals()))) foo > Error: C stack usage 7969412 is too close to the limit -- Alexandre Courtiol http://sites.google.com/site/alexandrecourtiol/home *"Science is the belief in the ignorance of experts"*, R. Feynman [[alternative HTML version deleted]]
2024 Mar 27
2
paths capability FALSE on devel?
...it is TRUE for R 4.3.3. Relatedly, I have issues with plotting paths on devel. At this stage, I simply would like to know if others running R devel and R 4.3.3 can replicate this behaviour and if there are obvious reasons why the observed change would be expected. Man thanks, Alex -- Alexandre Courtiol, www.datazoogang.de [[alternative HTML version deleted]]
2024 Mar 27
1
paths capability FALSE on devel?
On Wed, 27 Mar 2024 at 12:19, Ivan Krylov <ikrylov at disroot.org> wrote: > ? Wed, 27 Mar 2024 11:28:17 +0100 > Alexandre Courtiol <alexandre.courtiol at gmail.com> ?????: > > > after installing R-devel the output of > > grDevices::dev.capabilities()$paths is FALSE, while it is TRUE for R > > 4.3.3 > > Your system must be missing Cairo development headers, making x11() > fall back to type =...
2023 Jun 12
1
Problem with R, staged installation for packages, and samba share
..."configure/make/make install" route) or installed from Conda, the permission error at step 4 doesn't happen. We also tested creating the binary RPM package on the same machine, and the result was the same as installing the binary package from the repo (i.e. error). ++ -- Alexandre Courtiol, www.datazoogang.de [[alternative HTML version deleted]]
2019 May 27
0
"if" function in pure R?
...:* `%myOperator%` <- function(x, y) { x = substitute(x) y = substitute(y) return(list(x, y)) } myIf(i == 1, arg1) %myOperator% { doSomeThing } *Results:* [[1]] myIf(i == 1, arg1) [[2]] { doSomeThing } I hope that helps. Best, Jiefei On Sun, May 26, 2019 at 4:45 AM Alexandre Courtiol < alexandre.courtiol at gmail.com> wrote: > Hi all, > > Could anyone refer to me to a good source to learn how to program a simple > control-flow construct* in R, or provide me with a simple example? > > Control-flow constructs are programmed as primitives, but I would like...
2020 Nov 01
2
vignettes present in 2 folders or won't work
...ut > as much as you can to make it minimal. For example, > devtools::document() (indeed, most of your code) is probably irrelevant > to your problem with vignettes, but things like your .Rbuildignore file > are not. > > Duncan Murdoch > > On 01/11/2020 11:22 a.m., Alexandre Courtiol wrote: > > Dear all, > > > > I am struggling with an issue related to static vignettes: they work, but > > only when present in double in the tarball -- in the folder inst/doc and > > vignettes; see below for details. > > > > Details: > > > > I...
2020 Nov 01
2
vignettes present in 2 folders or won't work
...evtools::build(vignettes = FALSE)"), then browseVignettes() does not find the vignettes after a normal installation. If anyone knows of some _complete_ documentation about the ever troublesome topic of vignettes building in R, I would be very grateful too... Many thanks! Alex -- Alexandre Courtiol http://sites.google.com/site/alexandrecourtiol/home *"Science is the belief in the ignorance of experts"*, R. Feynman [[alternative HTML version deleted]]
2024 Mar 27
1
paths capability FALSE on devel?
On 27/03/2024 10:28, Alexandre Courtiol wrote: > Hi all, > > I don't know if it is a local issue on my hands or not, but after > installing R-devel the output of grDevices::dev.capabilities()$paths is > FALSE, while it is TRUE for R 4.3.3. > Relatedly, I have issues with plotting paths on devel. > > At this...
2009 Feb 24
3
invalid comparison in numeric sequence (PR#13551)
Full_Name: alex Version: 2.8.1 OS: Ubuntu / MacOSX Submission from: (NULL) (162.38.183.51) > 0.6==0.6 [1] TRUE > seq(0,1,0.1)==0.4 [1] FALSE FALSE FALSE FALSE TRUE FALSE FALSE FALSE FALSE FALSE FALSE > seq(0,1,0.1)==0.6 [1] FALSE FALSE FALSE FALSE FALSE FALSE FALSE FALSE FALSE FALSE FALSE > seq(0,1,0.1)==0.8 [1] FALSE FALSE FALSE FALSE FALSE FALSE FALSE FALSE TRUE FALSE FALSE
2020 Nov 01
3
vignettes present in 2 folders or won't work
...upposed to work; it's a topic I am repeatedly confused about despite being an experienced package maintainer. If knowledgeable outsiders compiled a documentation patch would it be likely to be considered ...?? On 11/1/20 2:29 PM, Duncan Murdoch wrote: > On 01/11/2020 1:02 p.m., Alexandre Courtiol wrote: >> Noted Duncan and TRUE... >> >> I cannot do more immediately unfortunately, that is always the issue >> of asking a last minute panic attack question before teaching a course >> involving the package... >> I do have /doc in my .Rbuildignore for reasons...
2017 May 02
0
potential bug in simulate.lm when gaussian(link != "identity")
...Lib.framework/Versions/A/libLAPACK.dylib locale: [1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8 attached base packages: [1] stats graphics grDevices utils datasets methods base loaded via a namespace (and not attached): [1] compiler_3.4.0 tools_3.4.0 -- Alexandre Courtiol http://sites.google.com/site/alexandrecourtiol/home *"Science is the belief in the ignorance of experts"*, R. Feynman [[alternative HTML version deleted]]
2017 May 09
0
Bug simulate.lm() --> needs credential to report it
...;- simulate(mod_glm)[, 1] mean(new.y) ## 10.10553 var(new.y) ## 0.007243695 ##### WRONG ##### mod_glm$weights <- mod_glm$prior.weights ## ugly hack showing where the issue is new.y <- simulate(mod_glm)[, 1] mean(new.y) ## 10.13554 var(new.y) ## 0.8629975 ##### OK ##### -- Alexandre Courtiol http://sites.google.com/site/alexandrecourtiol/home *"Science is the belief in the ignorance of experts"*, R. Feynman [[alternative HTML version deleted]]
2020 Nov 01
0
vignettes present in 2 folders or won't work
...at does what you do. Try to cut out as much as you can to make it minimal. For example, devtools::document() (indeed, most of your code) is probably irrelevant to your problem with vignettes, but things like your .Rbuildignore file are not. Duncan Murdoch On 01/11/2020 11:22 a.m., Alexandre Courtiol wrote: > Dear all, > > I am struggling with an issue related to static vignettes: they work, but > only when present in double in the tarball -- in the folder inst/doc and > vignettes; see below for details. > > Details: > > I am pre-compiling heavy vignettes thanks to...