similar to: R packaging question

Displaying 20 results from an estimated 4000 matches similar to: "R packaging question"

2017 Jan 12
2
rgl
-----Original Message----- From: Tom Callaway [mailto:tcallawa at redhat.com] Sent: Thursday, January 12, 2017 8:25 AM To: Weiner, Michael <weinerm at ccf.org>; r-sig-fedora at r-project.org Subject: Re: [R-sig-Fedora] rgl On 01/12/2017 08:01 AM, Weiner, Michael wrote: > I resolved this by reinstalling mesa-libGL (dnf reinstall libGL) seems /lib64/libGL.so.1.2.0 was missing off the
2017 Jan 12
2
rgl
-----Original Message----- From: Weiner, Michael Sent: Thursday, January 12, 2017 7:46 AM To: r-sig-fedora at r-project.org Subject: RE: [R-sig-Fedora] rgl -----Original Message----- From: Martyn Plummer [mailto:plummerm at iarc.fr] Sent: Thursday, January 12, 2017 7:41 AM To: Weiner, Michael <weinerm at ccf.org>; r-sig-fedora at r-project.org Subject: Re: [R-sig-Fedora] rgl >>
2017 Jan 12
1
rgl
-----Original Message----- From: Martyn Plummer [mailto:plummerm at iarc.fr] Sent: Thursday, January 12, 2017 7:41 AM To: Weiner, Michael <weinerm at ccf.org>; r-sig-fedora at r-project.org Subject: Re: [R-sig-Fedora] rgl >> configure:4429: checking for glEnd in -lGL >> configure:4454: gcc -o conftest -g -O2??-DHAVE_PNG_H >> -I/usr/include/libpng16??conftest.c
2017 Jan 12
3
rgl
----Original Message----- From: Martyn Plummer [mailto:plummerm at iarc.fr] Sent: Thursday, January 12, 2017 3:36 AM To: Weiner, Michael <weinerm at ccf.org>; r-sig-fedora at r-project.org Subject: Re: [R-sig-Fedora] rgl >One possibility is that you have the 32-bit version of mesa-libGL-devel installed. This will provide the headers but not the 64-bit l>ibrary which is what you need
2017 Jan 12
0
rgl
On Thu, 2017-01-12 at 12:29 +0000, Weiner, Michael wrote: > ----Original Message----- > From: Martyn Plummer [mailto:plummerm at iarc.fr]? > Sent: Thursday, January 12, 2017 3:36 AM > To: Weiner, Michael <weinerm at ccf.org>; r-sig-fedora at r-project.org > Subject: Re: [R-sig-Fedora] rgl > > > > > One possibility is that you have the 32-bit version of
2012 Jan 26
2
GUI login issues over NFS
I am at my wits end, googling, trying various things, and nothing seems to really solve my problem, so I thought I would break down and write to the community to see if anyone else has run into the issue and actually solved it. My environment of interest contains a mix of various Fedora and CentOS workstations that all participate in NIS for user authentication which then, upon a successful login,
2017 Jan 11
2
rgl
I have a Fedora linux 24 64bit workstation I am trying to install rgl on and I keep running into this error: trying URL 'https://cran.cnr.berkeley.edu/src/contrib/rgl_0.97.0.tar.gz' Content type 'application/x-gzip' length 2369444 bytes (2.3 MB) ================================================== downloaded 2.3 MB * installing *source* package 'rgl' ... ** package
2011 Sep 29
5
5.7 x86_64 DVD iso
I am trying to find a DVD iso that is not a torrent, and looking through the mirrors I am unable to find one. Does anyone happen to have a mirror or repository that they know of that carries the DVD iso for direct download? I am behind a pretty strict firewall and am unable to do torrents. Thanks in advance Michael Weiner =================================== Please consider the environment
2013 Feb 21
1
libtiff with bigtiff support
Can anyone tell me if the current libtiff-3.9.4-9.el6_3.x86_64 RPM has bigtiff support built into it? I need this for tiling rather large images for the Virtual Microscope project I am working on, and I am having issues building the 4x versions that only seem to be available for F18. Thank you for any information you can provide Michael Weiner =================================== Please
2007 Jul 31
1
AD login strangeness
Dear list readers - I have been googling for an answer for sometime now and have come up with nothing that is seemingly helpful but I need to correct an error. I have a samba server running on a Solaris 8 server and a month ago setup a domain user the rights to access it, using her AD credentials to authenticate and get into the share. Today, I get an email from her stating that it no longer
2012 Feb 16
1
Reading Text Files with RODBC
I'm thoroughly stumped. I've been playing with RODBC and wanted to see if I could retrieve data from text files using this package as well (for the most part, this is an intellectual exercise, but occasionally I do get data files large enough in CSV format RODBC could be helpful) . I set up a DNS called "Text Files" and then ran the following code in R > library(RODBC)
2017 Jan 12
0
rgl
On Wed, 2017-01-11 at 19:49 +0000, Weiner, Michael wrote: > I have a Fedora linux 24 64bit workstation I am trying to install rgl > on and I keep running into this error: > > trying URL 'https://cran.cnr.berkeley.edu/src/contrib/rgl_0.97.0.tar. > gz' > Content type 'application/x-gzip' length 2369444 bytes (2.3 MB) >
2010 May 24
2
Mounting LVM disk
List Readers - I have a Dell server that uses the Perc 6i controller and had 5 1Tb disks installed (1 for OS and the other 4 in a Raid0 for a large storage pool). The owner of the server wanted me to swap out the 1Tb disks for 2Tb disks - easy enough I thought, but I ran into some issues trying to clone the OS disk to the new 2Tb disk, so I just did a re-install. So basically we now have 5 2Tb
2010 Feb 23
1
Circles around letters or numbers in plot title
Has anyone ever tried putting a circle around a letter or a number in a plot title? For instance, if I have a plot title "Scatterplot for Subject 24", I want to put a circle around 24 to distinguish that plot from the other 30 I've generated. Any tips or ideas beyond plotting a circle in the margin? Benjamin Benjamin Nutter | Biostatistician | Quantitative Health
2010 Mar 16
2
Retrieving latitude and longitude via Google Maps API
Does anyone have any experience retrieving latitutde and longitude for an address from the Google Maps API? I'd like to have an R script that submits a street address, city, state, and zip code and returns the coordinates. So far, I've been submitting the coordinates from another program, then loading the coordinates in R and merging them back into the data frame I want to use.
2009 Mar 18
3
numeric equality
Dear all, I am totally confused by the following R output, but don't have a clue for it. > a <- 1 - 0.2 > a == 0.8 [1] TRUE > a <- 1 - 0.8 > a == 0.2 [1] FALSE > a <- 1 - 0.5 > a == 0.5 [1] TRUE > a <- 1 - 0.6 > a == 0.4 [1] TRUE > a <- 1 - 0.9 > a == 0.1 [1] FALSE My R version is Windows XP R version 2.8.1 (2008-12-22).
2008 Apr 11
1
Added Variable Plot for Cox Regression
Greetings, I would like to know if anyone has had experience creating an added variable plot for a coxph model. This method is outlined - with tounge in cheek, quite rigorously - in Lindkvist (1999). Thanks much, Jarrod Dalton Biostatistician Department of Quantitative Health Sciences The Cleveland Clinic Foundation =================================== P Please consider the
2012 Oct 17
1
Comparing dcast and reshape
I'm in the middle of my own little intellectual exercise comparing dcast() and reshape() and have successfully stumped myself. I want to melt() a data frame, then dcast() it into a new form. After doing so, I want to duplicate the process using reshape(). So far, I can do the melt and cast require(reshape2) Raw <- data.frame(site = c(1, 1, 1, 1, 2, 2, 2, 2), id =
2008 Dec 11
1
How to generate a prediction equation for a stratified survival model that was fitted by cph() in Design package
Dear all, I used cph() function from Frank harrell's Design package to create a survival model, then used functions 'Function' and 'sascode' to generate prediction equation based on the saved survival model. But it failed. I included a stratified variable in the model. If I removed the stratification, they were working well. Does that mean that function 'Function'
2007 Nov 16
1
How do I import packages with the package I've built?
I have successfully completed building a package to contain the functions I commonly use. However, I need to have other packages installed in order for some of my functions to work. I've been studying the instructions on installing packages for about a month now, but still haven't figured this one out. From what I do understand, to import additional packages I need some combination of