similar to: [R 2.8.1 on AIX 5.3] WARNING: tiffio.h: present but cannot be (PR#13440)

Displaying 20 results from an estimated 800 matches similar to: "[R 2.8.1 on AIX 5.3] WARNING: tiffio.h: present but cannot be (PR#13440)"

2018 Feb 20
0
JGR not installed. Attempting to install from CRAN...
Hi Jenny, Jenny Coetzee <coetzeeJ at phru.co.za> writes: > Hello > > I am new to R, and am running a programme called RDS Analyst which > uses R. When trying to open RDS i am getting the following message: > JGR not installed. Attempting to install from CRAN? > > I am not sure if the issue is a Java one or an R one? > > I am working off a Mac using High Sierra
2018 Feb 20
3
JGR not installed. Attempting to install from CRAN...
Loris, thank you thank you so much!!! do you know which CRAN mirror i select? There are loads - all related to various countries.. so appreciate the help Jenny Jenny Coetzee (PhD Candidate) Head of Prevention in Key Populations & Head of the Soweto Sex Worker Project Perinatal HIV Research Unit (PHRU) New Nurses Home Chris Hani Baragwanath Academic Hospital Soweto B: +27 11 989 9821 M:
2010 Jan 28
1
Setting breaks for histogram of dates
Hi, I have a list of dates like this: date 2009-12-03 2009-12-11 2009-10-07 2010-01-25 2010-01-05 2009-09-09 2010-01-19 2010-01-25 2009-02-05 2010-01-25 2010-01-27 2010-01-27 ... and am creating a histogram like this t <- read.table("test.dat",header=TRUE) hist(as.Date(t$date), "years", format = "%d/%m/%y", freq=TRUE)
2018 Feb 20
0
JGR not installed. Attempting to install from CRAN...
Hi Jenny, Jenny Coetzee <coetzeeJ at phru.co.za> writes: > Loris, thank you thank you so much!!! > > do you know which CRAN mirror i select? There are loads - all related to various countries.. > > so appreciate the help It shouldn't really matter, although I'd choose one that is geographically close. Occasionally there can be problems with HTTP vs. HTTPS, which
2018 Jan 12
2
R minor version
Hi, When I install a package as a non-root user, it gets saved in a path such as ~/R/x86_64-unknown-linux-gnu-library/3.4 for any R version 3.4.x. Thus, if I want to install the packages somewhere else, as root say, I might do install.packages("somepackage","/some/where/else/R/site-library/3.4") In this case I would then want to construct the appropriate path in, say,
2018 Feb 16
0
error in loading rgdal package
Hi Lily, lily li <chocold12 at gmail.com> writes: > Hi R users, > > Could you help me to see this problem? I could now load "rgdal" even though > I downloaded the compressed folder. Thanks for your help. > > Loading required package: sp > Error in dyn.load(file, DLLpath = DLLpath, ...) : > unable to load shared object >
2017 Nov 23
5
libPaths displays truncated path?
Hi, TL;DR ----- I define the path /cm/shared/apps/R/site-library/3.4.2 and add it to libPath. Why does libPath then display it as /cm/shared/apps/R/site-library/3.4 ? Long version ------------ I run a cluster of diskless nodes for which the OS is loaded directly into RAM and other software is provided by an NFS server. However, in the case of R, we use the R version provided
2018 Jan 12
0
R minor version
> .expand_R_libs_env_var("poof/%p/%v") [1] "poof/x86_64-w64-mingw32/3.4" Bill Dunlap TIBCO Software wdunlap tibco.com On Fri, Jan 12, 2018 at 4:49 AM, Loris Bennett <loris.bennett at fu-berlin.de> wrote: > Hi, > > When I install a package as a non-root user, it gets saved in a path > such as > > ~/R/x86_64-unknown-linux-gnu-library/3.4 >
2018 Feb 14
2
long vectors not supported yet
Hi, I am running R 3.3.3 and getting the following error: Error in add_edges(res, edges = t(as.matrix(el[, 1:2])), attr = weight) : long vectors not supported yet: ../../src/include/Rinlinedfuns.h:138 when passing a 13 GB TransitionLayer object to shortestPath from the package 'gdistance'. The error, albeit in a different context, is discussed here:
2018 Feb 20
1
JGR not installed. Attempting to install from CRAN...
thanks Loris you are bering so helpful! So, i have done what you explained, but the RDS package that runs ?using or through? R is now just closing each time i open it. I have googled and seen that i need to to the following: Tips: The recent updates to the Apple Mac OS (Sierra and High Sierra) have reorganized the ways apps, like RDS Analyst, work. So sometimes RDS Analyst will not be
2017 Nov 23
0
libPaths displays truncated path?
> On Nov 23, 2017, at 4:34 AM, Loris Bennett <loris.bennett at fu-berlin.de> wrote: > > Hi, > > TL;DR > ----- > > I define the path > > /cm/shared/apps/R/site-library/3.4.2 > > and add it to libPath. Why does libPath then display it as > > /cm/shared/apps/R/site-library/3.4 Generally one only has a different library for each major
2017 Nov 23
0
libPaths displays truncated path?
> On Nov 23, 2017, at 4:34 AM, Loris Bennett <loris.bennett at fu-berlin.de> wrote: > > Hi, > > TL;DR > ----- > > I define the path > > /cm/shared/apps/R/site-library/3.4.2 > > and add it to libPath. Why does libPath then display it as > > /cm/shared/apps/R/site-library/3.4 > > ? > Because it is a symbolic link.
2018 Feb 14
0
long vectors not supported yet
This looks to me like a package development issue... which may be under discussion in R-sig-geo (search the archives), but more likely to be appropriate to discuss with the maintainer by email or through their development repository (R-forge, though it looks unused). -- Sent from my phone. Please excuse my brevity. On February 14, 2018 7:43:51 AM PST, Loris Bennett <loris.bennett at
2018 Feb 06
1
gdistance::shortestPath throws error "not a symmetric matrix"
Hi, Calling gdistance::shortestPath gives me the error Error in asMethod(object) : not a symmetric matrix; consider forceSymmetric() or symmpart() The output of dput(.traceback()) is pairlist("stop(\"not a symmetric matrix; consider forceSymmetric() or symmpart()\")", "asMethod(object)", "as(Laplacian,\"symmetricMatrix\")",
2018 Feb 15
1
long vectors not supported yet
Hi Jeff, Jeff Newmiller <jdnewmil at dcn.davis.ca.us> writes: >> Hi, >> >> I am running R 3.3.3 and getting the following error: >> >> Error in add_edges(res, edges = t(as.matrix(el[, 1:2])), attr = weight) >> : >> long vectors not supported yet: ../../src/include/Rinlinedfuns.h:138 >> >> when passing a 13 GB TransitionLayer
2018 Feb 16
2
error in loading rgdal package
Hi R users, Could you help me to see this problem? I could now load "rgdal" even though I downloaded the compressed folder. Thanks for your help. Loading required package: sp Error in dyn.load(file, DLLpath = DLLpath, ...) : unable to load shared object '/Library/Frameworks/R.framework/Versions/3.3/Resources/library/rgdal/libs/rgdal.so': [[alternative HTML version deleted]]
2018 Feb 20
2
JGR not installed. Attempting to install from CRAN...
Hello I am new to R, and am running a programme called RDS Analyst which uses R. When trying to open RDS i am getting the following message: JGR not installed. Attempting to install from CRAN? I am not sure if the issue is a Java one or an R one? I am working off a Mac using High Sierra Any help please..? thanks Jen Jenny Coetzee (PhD Candidate) Head of Prevention in Key Populations
2009 Jun 05
1
R 2.9.0 on AIX 5.3: Error: Invalid DESCRIPTION file
Hi, I am trying to install R 2.9.0 on AIX 5.3. During the 'make' run I get the following error: Error: Invalid DESCRIPTION file Invalid Priority field. Packages with priorities 'base' or 'recommended' or 'defunct-base' must already be known to R. See the information on DESCRIPTION files in section 'Creating R packages' of the
2003 Sep 16
3
Compilation of 3.7p1 failed on IRIX (missing file)
Version 3.7p1 of OpenSSH can't be compiled on IRIX 6.5 because the file openbsd-compat/inet_ntoa.h is missing. It is possible to compile successfully using this file out of version 3.6.1p2. Heiko Heiko Schlichting | Freie Universit?t Berlin heiko at FU-Berlin.DE | Zentraleinrichtung f?r Datenverarbeitung (ZEDAT) Telefon +49 30 838-54327 | Fabeckstra?e 32 Telefax +49 30
2008 Jul 31
4
syslog with PID
Hi, LOG_NDELAY is the only option for openlog() in dovecot 1.1.2. Wouldn't be LOG_NDELAY|LOG_PID as option parameter much more useful? Without logging the pid, it is impossible to match 'Disconnected' log entries and the corresponding session start/login. Therefore I suggest to use LOG_NDELAY|LOG_PID in the options of i_set_failure_syslog() at all 6 occurrences which passes it