Displaying 20 results from an estimated 39 matches for "gfk".
Did you mean:
gdk
2017 Jun 21
2
Missing dependencies in pkg installs
...dis'
ERROR: dependencies 'ggplot2', 'htmlTable', 'viridis' are not available for pacage 'Hmisc'
* removing '/usr/lib64/R/library/Hmisc'
Any help is appreciated.
--
W. Michael Conklin
Executive Vice President
Marketing & Data Sciences - North America
GfK | 8401 Golden Valley Road | Minneapolis | MN | 55427
mike.conklin at gfk.com<mailto:mike.conklin at gfk.com>
T +1 763 417 4545 | M +1 612 567 8287
www.gfk.com<http://www.gfk.com/>
[[alternative HTML version deleted]]
2017 Jun 22
0
Missing dependencies in pkg installs
> On Jun 21, 2017, at 1:39 PM, Conklin, Mike (GfK) <Mike.Conklin at gfk.com> wrote:
>
> I have a Ubuntu server with an R installation that has 384 packages installed. We are trying to replicate the system on a Red Hat Enterprise server. I downloaded the list of packages from the Ubuntu machine and read it into an R session on the new...
2017 Jun 22
2
Missing dependencies in pkg installs
...1:44 NEWS
drwxr-xr-x 2 root root 4096 Jun 22 22:26 R
drwxr-xr-x 3 root root 8192 Jun 22 22:26 src
[root at dcex1102shinypr ~]#
If I CTRL-Z out of R in the first session I confirm the same result - the system shows the file as executable
--
W. Michael Conklin
EVP Marketing & Data Sciences
GfK
T +1 763 417 4545 | M +1 612 567 8287
-----Original Message-----
From: Duncan Murdoch [mailto:murdoch.duncan at gmail.com]
Sent: Thursday, June 22, 2017 3:06 PM
To: Conklin, Mike (GfK); Martin Maechler; David Winsemius
Cc: r-help at r-project.org
Subject: Re: [R] Missing dependencies in pkg in...
2017 Jun 22
2
Missing dependencies in pkg installs
...: configuration failed for package 'stringi'
* removing '/usr/lib64/R/library/stringi'
Error in do_exit(status = status) : .install_packages() exit status 1
Error in do_exit(status = status) : .install_packages() exit status 1
--
W. Michael Conklin
EVP Marketing & Data Sciences
GfK
T +1 763 417 4545 | M +1 612 567 8287
-----Original Message-----
From: Duncan Murdoch [mailto:murdoch.duncan at gmail.com]
Sent: Thursday, June 22, 2017 11:09 AM
To: Conklin, Mike (GfK); Martin Maechler; David Winsemius
Cc: r-help at r-project.org
Subject: Re: [R] Missing dependencies in pkg i...
2017 Jun 22
2
Missing dependencies in pkg installs
Duncan Murdoch writes:
> On 22/06/2017 5:02 PM, Conklin, Mike (GfK) wrote:
> > I am using debug on the .install_packages function...stepping through. Once the temporary folder is created and the tar file expanded I run file_test and get a FALSE back indicating that the configure file is not executable.
>
> I don't know what is causing this bug....
2017 Jun 22
0
Missing dependencies in pkg installs
On 22/06/2017 3:42 PM, Conklin, Mike (GfK) wrote:
> Not much progress..... I step through debug and it gets to the do.install() function which immediately errors with the same "configuration not executable" error.
I believe that is a locally defined function, which means you can set a
breakpoint within it but only if R is co...
2017 Jun 23
0
Missing dependencies in pkg installs
...system. My next step will be to install a previous version of R on the system. My problem is that I am planning a shiny server installation and at least half of the apps on the current system depend on these libraries that will not install.
--
W. Michael Conklin
EVP Marketing & Data Sciences
GfK
T +1 763 417 4545 | M +1 612 567 8287
-----Original Message-----
From: Don Cohen [mailto:don-r-help at isis.cs3-inc.com]
Sent: Thursday, June 22, 2017 6:18 PM
To: Duncan Murdoch
Cc: Conklin, Mike (GfK); Martin Maechler; r-help at r-project.org
Subject: Re: [R] Missing dependencies in pkg instal...
2017 Jun 22
3
Missing dependencies in pkg installs
...oaded_packages'
Updating HTML index of packages in '.Library'
Making 'packages.html' ... done
Warning message:
In install.packages("stringi") :
installation of package 'stringi' had non-zero exit status
--
W. Michael Conklin
EVP Marketing & Data Sciences
GfK
T +1 763 417 4545 | M +1 612 567 8287
-----Original Message-----
From: R-help [mailto:r-help-bounces at r-project.org] On Behalf Of Duncan Murdoch
Sent: Thursday, June 22, 2017 8:23 AM
To: Martin Maechler; David Winsemius
Cc: r-help at r-project.org
Subject: Re: [R] Missing dependencies in pkg i...
2017 Jun 22
0
Missing dependencies in pkg installs
On 22/06/2017 5:02 PM, Conklin, Mike (GfK) wrote:
> I am using debug on the .install_packages function...stepping through. Once the temporary folder is created and the tar file expanded I run file_test and get a FALSE back indicating that the configure file is not executable.
I don't know what is causing this bug. Perhaps a Linux...
2017 Jun 28
0
Missing dependencies in pkg installs SOLVED
...the installs. The easiest method then is to use do
sudo R
Sys.setev(TMPDIR="/home/myusername/tmp")
install.packages(pkglist)
the sudo R part just ensures I am installing into the global library and not a user specific library
--
W. Michael Conklin
EVP Marketing & Data Sciences
GfK
T +1 763 417 4545 | M +1 612 567 8287
-----Original Message-----
From: Conklin, Mike (GfK)
Sent: Friday, June 23, 2017 4:38 PM
To: Don Cohen; Duncan Murdoch
Cc: Martin Maechler; r-help at r-project.org
Subject: Re: [R] Missing dependencies in pkg installs
Checked all the permissions, and it ap...
2017 Jun 22
2
Missing dependencies in pkg installs
>>>>> David Winsemius <dwinsemius at comcast.net>
>>>>> on Wed, 21 Jun 2017 18:04:13 -0700 writes:
>> On Jun 21, 2017, at 1:39 PM, Conklin, Mike (GfK) <Mike.Conklin at gfk.com> wrote:
>>
>> I have a Ubuntu server with an R installation that has 384 packages installed. We are trying to replicate the system on a Red Hat Enterprise server. I downloaded the list of packages from the Ubuntu machine and read it into an R se...
2017 Jun 22
0
Missing dependencies in pkg installs
On 22/06/2017 11:15 AM, Conklin, Mike (GfK) wrote:
> Following Duncan's instructions I find that the system and R find that configure IS executable but if trying to install via install.packages I get the same error.
> I also tried using R CMD INSTALL from the terminal and install.packages with a local file pointing to the very sam...
2017 Jul 17
0
dbplyr error updating database
...2
[16] tibble_1.3.3 memoise_1.1.0 glue_1.1.1 mime_0.5 compiler_3.4.0
[21] forcats_0.2.0 jsonlite_1.5 httpuv_1.3.5 pkgconfig_2.0.1
>
Any help would be appreciated
--
W. Michael Conklin
Executive Vice President
Marketing & Data Sciences - North America
GfK | 8401 Golden Valley Road | Minneapolis | MN | 55427
mike.conklin at gfk.com<mailto:mike.conklin at gfk.com>
T +1 763 417 4545 | M +1 612 567 8287
www.gfk.com<http://www.gfk.com/>
[[alternative HTML version deleted]]
2012 Sep 17
1
Compiling R2.15.1 on ubuntu with x86-64 architecture and shared library
...ls at:
/usr/bin/ld: CConverters.o: relocation R_X86_64_325 against '.rodata' can not be used when making a shared object; recompile with -fPIC
Being new to Linux, I have no idea how to recompile with -fPIC
Any help would be appreciated.
Mike
W. Michael Conklin
Executive Vice President | GfK Marketing Science | Consumer Experiences North America
GfK Custom Research, LLC | 8401 Golden Valley Road | Minneapolis, MN, 55427
T +1 763 417 4545 | M +1 612 567 8287
www.gfk.com<http://www.gfk.com/>
[[alternative HTML version deleted]]
2017 Jun 22
0
Missing dependencies in pkg installs
...)
to see what R sees.
Duncan Murdoch
On 22/06/2017 3:38 AM, Martin Maechler wrote:
>>>>>> David Winsemius <dwinsemius at comcast.net>
>>>>>> on Wed, 21 Jun 2017 18:04:13 -0700 writes:
>
> >> On Jun 21, 2017, at 1:39 PM, Conklin, Mike (GfK) <Mike.Conklin at gfk.com> wrote:
> >>
> >> I have a Ubuntu server with an R installation that has 384 packages installed. We are trying to replicate the system on a Red Hat Enterprise server. I downloaded the list of packages from the Ubuntu machine and read it int...
2012 Oct 05
2
R: machine for moderately large data
...n trees, association analysis (e.g. libraries rpart, cba, proxy, party)
Can you recommend a sufficient computer for this volume?
I am routinely working in Windows but feel that Mac or some linux machine might be needed.
Please, respond directly to my email.
Many thanks!
Zdenek Skala
zdenek.skala@gfk.com
[[alternative HTML version deleted]]
2005 Nov 22
2
Output of row and column names
...dition.
Example: I have a correlation matrix of the following form:
Y1 Y2
X1 0.4 0.3
X2 0.6 0.1
Suppose, I want to know which elements are smaller than 0.2, so the desired
output should be something like:
"X2 Y2"
Thank you,
Florian Koller
______________________
GfK Fernsehforschung GmbH
Research Consulting & Development
Nordwestring 101
D-90319 N??rnberg
Fon +49 (0)911 395-3554
Fax +49 (0)911 395-4130
www.gfk.de / www.gfk.com
_________________________
Diese E-Mail (ggf. nebst Anhang) enth??lt vertrauliche und/oder rechtlich
gesch??tzte Informationen...
2007 Apr 19
1
"tree-ID" in any segmentation package available?
...o the data, but I
hope there is an easier way - e.g. if the algorithm created 12 different
trees a vector that links every observation to one of these 12 segments
would be ideal).
Cheers,
Florian
Florian Koller-Meinfelder
Research Consulting & Development
______________________________
GfK Fernsehforschung GmbH
Nordwestring 101
90319 Nürnberg
Tel +49 (0)911 395-3554
Fax +49 (0)911 395-4130
www.gfk.com/gfkfernsehforschung
This email and any attachments may contain confidential or p...{{dropped}}
2013 Feb 01
2
expand.grid on contents of a list
Hello!
I have a list of variable length. One example is:
X=vector("list",3)
X[[1]]=1:2
X[[2]]=1:2
X[[3]]=1:2
How could I run expand.grid on the elements of X so that the results would
be the same as expand.grid(1:2,1:2,1:2)?
Thank you!
Dimitri
--
Dimitri Liakhovitski
gfk.com <http://marketfusionanalytics.com/>
[[alternative HTML version deleted]]
2006 May 18
8
Concatenated key
...er.id,@sector.id)
gives:
DBI::DatabaseError: Execute
OLE error code:80040E14 in Microsoft OLE DB Provider for SQL Server
Incorrect syntax at '',''.
HRESULT error code:0x80020009
An exception occured.: SELECT * FROM PERMISSION WHERE
(PERMISSION.FK_USR_ID,FK_SECT_ID IN (''gfk'',3))
---
Any idea on how to do it?
Thanks a lot,
GFK''s
--
Posted via http://www.ruby-forum.com/.