search for: skoien

Displaying 20 results from an estimated 30 matches for "skoien".

2016 Dec 07
3
Strange behavior when using progress bar (Fwd: Re: [R] The code itself disappears after starting to execute the for loop)
>>>>> Jon Skoien <jon.skoien at jrc.ec.europa.eu> >>>>> on Wed, 7 Dec 2016 11:04:04 +0100 writes: > I would like to ask once more if this is reproducible also for others? > If yes, should I submit it as a bug-report? > Best, > Jon Please Windows users .. thi...
2016 Dec 07
0
Strange behavior when using progress bar (Fwd: Re: [R] The code itself disappears after starting to execute the for loop)
...------------------ John Fox, Professor McMaster University Hamilton, Ontario Canada L8S 4M4 Web: socserv.mcmaster.ca/jfox > -----Original Message----- > From: R-devel [mailto:r-devel-bounces at r-project.org] On Behalf Of Martin > Maechler > Sent: December 7, 2016 5:58 AM > To: Jon Skoien <jon.skoien at jrc.ec.europa.eu> > Cc: r-devel at r-project.org > Subject: Re: [Rd] Strange behavior when using progress bar (Fwd: Re: [R] The > code itself disappears after starting to execute the for loop) > > >>>>> Jon Skoien <jon.skoien at jrc.ec.europa.e...
2018 Feb 23
2
Problem with R_registerRoutines
...ng fortran-code), so there is still something I don't understand here. Anyway, does this mean that the package might be accepted on CRAN without further changes? Thanks, Jon ________________________________________ From: Jeroen Ooms [jeroenooms at gmail.com] Sent: 23 February 2018 13:36 To: SKOIEN Jon (JRC-ISPRA) Cc: r-devel Subject: Re: [Rd] Problem with R_registerRoutines On Windows this warning may be a false positive if R cannot find "objdump.exe" which is required for this check. I think this is actually a bug in R because it should be looking for "objdump.exe" insi...
2018 Feb 27
0
Problem with R_registerRoutines
...the paths and environment variables maybe more defensively, and the above removed the "registration" warning. But using devtools from a different session still gives it. Georgi Boshnakov ------------------------------ Message: 5 Date: Tue, 27 Feb 2018 07:21:18 +0000 From: <Jon.SKOIEN at ec.europa.eu> To: <maechler at stat.math.ethz.ch> Cc: <jeroenooms at gmail.com>, <r-devel at r-project.org> Subject: Re: [Rd] Problem with R_registerRoutines Message-ID: <548D52560D5BDE45AEC4EF876BF2A194012D3FF3 at S-DC-ESTB01-J.net1.cec.eu.int> Content-Type: text/p...
2018 Feb 27
0
R-devel Digest, Vol 180, Issue 24
...the paths and environment variables maybe more defensively, and the above removed the "registration" warning. But using devtools from a different session still gives it. Georgi Boshnakov ------------------------------ Message: 5 Date: Tue, 27 Feb 2018 07:21:18 +0000 From: <Jon.SKOIEN at ec.europa.eu> To: <maechler at stat.math.ethz.ch> Cc: <jeroenooms at gmail.com>, <r-devel at r-project.org> Subject: Re: [Rd] Problem with R_registerRoutines Message-ID: <548D52560D5BDE45AEC4EF876BF2A194012D3FF3 at S-DC-ESTB01-J.net1.cec.eu.int> Content-Type: text/p...
2012 Mar 08
2
Cannot change location of tempdir()
...did not see any relevant references to tempfile() in the news for newer versions. Thanks, Jon -- Jon Olav Sk?ien Joint Research Centre - European Commission Institute for Environment and Sustainability (IES) Land Resource Management Unit Via Fermi 2749, TP 440, I-21027 Ispra (VA), ITALY jon.skoien at jrc.ec.europa.eu Tel: +39 0332 789206 Disclaimer: Views expressed in this email are those of the individual and do not necessarily represent official views of the European Commission.
2018 Feb 23
0
Problem with R_registerRoutines
>>>>> <Jon.SKOIEN at ec.europa.eu> >>>>> on Fri, 23 Feb 2018 15:43:43 +0000 writes: > Thanks a lot for your answer Jeroen! > I should have mentioned that I had actually only checked with the win-builder, as I did not have R-devel installed on my computer. > But based on yo...
2016 Nov 28
2
Strange behavior when using progress bar (Fwd: Re: [R] The code itself disappears after starting to execute the for loop)
...ect.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. -- Jon Olav Sk?ien Joint Research Centre - European Commission Institute for Space, Security & Migration Disaster Risk Management Unit Via E. Fermi 2749, TP 122, I-21027 Ispra (VA), ITALY jon.skoien at jrc.ec.europa.eu Tel: +39 0332 789205 Disclaimer: Views expressed in this email are those of the individual and do not necessarily represent official views of the European Commission. ______________________________________________ R-help at r-project.org mailing list -- To UNSUBSCRIBE and mo...
2018 Feb 23
2
Problem with R_registerRoutines
Dear list, I am trying to update a package to pass the CRAN-checks. But I am struggling with the following note: File 'psgp/libs/i386/psgp.dll': Found no calls to: 'R_registerRoutines', 'R_useDynamicSymbols' File 'psgp/libs/x64/psgp.dll': Found no calls to: 'R_registerRoutines', 'R_useDynamicSymbols' It is good practice to register native
2014 Jul 14
1
Error in compactPDF/find_gs_cmd or documentation?
I am using tools::compactPDF for reducing the size of some pdf-files with GhostScript. I had some trouble in the beginning as the documentation seems not to match the usage of the function. For GhostScript, one has to set the argument gs_cmd, which has the following description: gs_cmd - Character string giving the path to the GhostScript executable, if that is to be used. On Windows this is
2008 Oct 30
2
Small modification of zip.file.extract in utils?
Dear list, I needed to extract a zip-archive, and found zip.file.extract in utils. My only problem was the use of tempdir(), since I wanted to permanently extract the archive at a fixed location for later use. My own fix was simple, adding an extra parameter zipdir (without default), and within the function change tmpd <- tempdir() to tmpd = ifelse(missing(zipdir),tempdir(),zipdir) This
2004 Oct 05
1
Bug in optim - way to solve problem?
Hi, I want to automatically fit variograms to a large number of different sample data sets, and call the funtion "likfit" (in package geoR) from within a for-loop. "likfit" does again call "optim". After ssuccessfully fitting variograms to some of the data sets, the procedure crashes and I get the error message: Error in optim(par = ini, fn = negloglik.GRF,
2015 Jun 17
2
Add-on argument in sample()
...> R-devel at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel -- Jon Olav Sk?ien Joint Research Centre - European Commission Institute for Environment and Sustainability (IES) Climate Risk Management Unit Via Fermi 2749, TP 100-01, I-21027 Ispra (VA), ITALY jon.skoien at jrc.ec.europa.eu Tel: +39 0332 789205 Disclaimer: Views expressed in this email are those of the individual and do not necessarily represent official views of the European Commission.
2013 Apr 04
5
help with kriging interpolation
All, I am new to using R and know some basics. I wish to use kriging in R to do the following: given data Y =f(X1,X2,X3,.....,Xn) --1000+ irregular measured data set. I would like to be able to get a single value y given sinle input set (x1,x2,x3,...xn) A google search on this takes me lierally to the same example on involving analysis with soil sampling and I cannot figure out how to
2012 May 24
1
New S3 methods for optional package
...stall.packages("rtop", repos="http://R-Forge.R-project.org")|** Thanks, Jon -- Jon Olav Skøien Joint Research Centre - European Commission Institute for Environment and Sustainability (IES) Land Resource Management Unit Via Fermi 2749, TP 440, I-21027 Ispra (VA), ITALY jon.skoien@jrc.ec.europa.eu Tel: +39 0332 789206 Disclaimer: Views expressed in this email are those of the individual and do not necessarily represent official views of the European Commission. [[alternative HTML version deleted]]
2010 Dec 17
2
install.packages() - old version deleted, new version did not install
Dear list, (R 2.12.0, Windows 7, 64bit) I recently tried to install a new package ("spacetime"), that depends on "sp" among others. I already had the last one installed, but there was probably a newer version on CRAN, so the command > install.packages("spacetime") also gave me: also installing the dependencies ?sp?, ?zoo?, ?xts? sp was already loaded in this
2016 Dec 07
0
Strange behavior when using progress bar (Fwd: Re: [R] The code itself disappears after starting to execute the for loop)
I would like to ask once more if this is reproducible also for others? If yes, should I submit it as a bug-report? Best, Jon On 11/28/2016 11:26 AM, Jon Skoien wrote: > I first answered to the email below in r-help, but as I did not see > any response, and it looks like a bug/unwanted behavior, I am also > posting here. I have observed this in RGui, whereas it seems not to > happen in RStudio. > > Similar to OP, I sometimes have a pro...
2018 Feb 23
0
Problem with R_registerRoutines
...nk this is actually a bug in R because it should be looking for "objdump.exe" inside BINPREF (where gcc is) rather than on the PATH. Can you check if you get the same warning if you upload the package to https://win-builder.r-project.org ? On Fri, Feb 23, 2018 at 10:28 AM, <Jon.SKOIEN at ec.europa.eu> wrote: > Dear list, > > I am trying to update a package to pass the CRAN-checks. > But I am struggling with the following note: > > File 'psgp/libs/i386/psgp.dll': > Found no calls to: 'R_registerRoutines', 'R_useDynamicSymbols' &gt...
2013 Apr 18
1
snow: cluster initialization
Dear all, I found a strange thing with the snow package. This will work: y = matrix(1:4, 2) cl = makeCluster(rep('localhost', 8), type='SOCK') parMM(cl, y, y) This will not: y = matrix(1:4, 2) ncore = system('nproc') parMM(cl, y, y) Error in cut.default(i, breaks) : invalid number of intervals I also tried: cl = makeCluster(rep('localhost', ncore),
2009 Sep 18
1
Missing link(s) in documentation object
Hi, I want to cross-reference from the documentation of pkg1 to pkg2, which is imported in the NAMESPACE of pkg1, and under Depends in DESCRIPTION of pkg1. According to "Writing R extensions", this can be done by: \code{\link{foo}} when foo is an aliased function in the documentation of pkg2. This works as it should when I install the package, but when I run R CMD check pgk1, I get