search for: getdependencies

Displaying 20 results from an estimated 91 matches for "getdependencies".

2013 Jan 18
0
[LLVMdev] llvm getDependency() for ICMP instructions is UNKNOWN
Hello everyone ! I am trying to get the dependencies for the variables of ICMP instructions. Do you know if I can use an already existing method? I tried to use getDependency() method of class MemoryDependenceAnalysis. Does it work only for particular instruction types? Its definition is MemDepResult MemoryDependenceAnalysis::getDependency ( Instruction * QueryInst ) When I running my pass
2015 Nov 03
2
Loop Load Elimination - RAR forward deps
...if (!Deps) return Candidates; If I add RAR dependency checking on LoopAccessInfo, that'll break everything else that depends on it, and if I scan the basic blocks for RAR dependency in LLE itself, it would be moving the logic away from its rightful place. I'm thinking of renaming getDependencies() to something like getStoreToLoadDeps() and add a getLoadToLoadDeps(). Does that seem reasonable? Or am I missing something obvious? cheers, --renato
2011 Aug 12
1
install packages from intranet
...ost" "http://localhost/pub/RWin" > install.packages("abind") Warning: unable to access index for repository http://localhost/bin/windows/cont rib/2.13 Warning: unable to access index for repository http://localhost/pub/RWin/bin/win dows/contrib/2.13 Warning message: In getDependencies(pkgs, dependencies, available, lib) : ? package 'abind' is not available (for R version 2.13.1) > OR > install.packages("abind", contriburl="http://localhost/bin/windows/contrib/2.13") Warning: unable to access index for repository http://localhost/bin/windows/...
2009 Apr 13
5
[LLVMdev] MemoryDependenceAnalysis
Hello, I have a code similar to the following: program test integer i, j, N real B(10) call bar(N, 8) N = N+1 do i = 1, N B(i) = (i+5)/(i+3) enddo j = N/2 N = N+7 call IMPORTANT_F(B, N, i, j) end program and I am trying to use dependence
2010 Apr 23
1
Patch submission / request.
...39;re trying to do is implement as much as is possible in R directly, and use as much of the existing package management infrastructure as we can. To this end, I humbly submit a few small patches to that infrastructure. The first of the two patches below is the more important one; It adds to 'getDependencies' an 'installed' option, defaulting to NULL. This permits us to specify a counterfactual set of "installed packages". With this option in place, we can ask getDependencies "What would someone need, to install this package, if they only had -thus- installed". In prac...
2010 Apr 23
0
Patch submission (whoops).
...39;re trying to do is implement as much as is possible in R directly, and use as much of the existing package management infrastructure as we can. To this end, I humbly submit a few small patches to that infrastructure. The first of the two patches below is the more important one; It adds to 'getDependencies' an 'installed' option, defaulting to NULL. This permits us to specify a counterfactual set of "installed packages". With this option in place, we can ask getDependencies "What would someone need, to install this package, if they only had -thus- installed". In prac...
2010 Apr 28
1
What is the best way to plots surfaces in 3 dimensions?
...also have the following availability problem with "plot3d" and "scatterplot3d", and "wireframe": install.packages("scatterplot3d") Warning: unable to access index for repository http://cran.ch.r-project.org/bin/macosx/leopard/contrib/2.10 Warning message: In getDependencies(pkgs, dependencies, available, lib) : package ‘scatterplot3d’ is not available install.packages("plot3d") Warning: unable to access index for repository http://cran.ch.r-project.org/bin/macosx/leopard/contrib/2.10 Warning message: In getDependencies(pkgs, dependencies, available, lib) :...
2011 Jun 01
1
Contributed Packages - Hmisc & survey
...? What am I doing wrong here? Thanks, Pradip > install.packages ("Hmisc", dependencies=TRUE) --- Please select a CRAN mirror for use in this session --- Warning: unable to access index for repository http://watson.nci.nih.gov/cran_mirror/bin/windows/contrib/2.13 Warning message: In getDependencies(pkgs, dependencies, available, lib) : package 'Hmisc' is not available (for R version 2.13.0) > install.packages ("survey", dependencies=TRUE) Warning: unable to access index for repository http://watson.nci.nih.gov/cran_mirror/bin/windows/contrib/2.13 Warning message: In...
2015 Aug 07
2
load instruction erroneously removed by GVN
Hi, I'm having a problem with GVN removing a load instruction that I think is needed. Dump before GVN: *** IR Dump Before Global Value Numbering *** ; Function Attrs: minsize optsize define i16 @TEST__MAIN(i16 %argc.13.par, i16** %argv.14.par) #0 { %buf.17 = alloca [10 x i16], align 1 %_tmp30 = getelementptr inbounds [10 x i16], [10 x i16]* %buf.17, i16 0, i16 0, !dbg !22 call
2010 Oct 01
3
gridExtra question
? Hi: I get?a couple of warnings? when trying to download gridExtra: install.packages("gridExtra",repos=http://R-Forge.R-project.org) ?Warning: unable to access index for repository http://R-Forge.R-project.org/bin/windows/contrib/2.10 Warning message: In getDependencies(pkgs, dependencies, available, lib) : ? package ?gridextra? is not available I would like to download the binary for windows Felipe D. Carrillo Supervisory Fishery Biologist Department of the Interior US Fish & Wildlife Service California, USA
2012 Sep 06
1
Package installation errors
...bj") : [tcl] invalid command name "dde". In addition: Warning message: In tclRequire("dde", warn = TRUE) : Tcl package 'dde' not found > options(repos='http://cran.stat.ucla.edu') > install.packages("dde",dependencies=T) Warning message: In getDependencies(pkgs, dependencies, available, lib) : package ‘dde’ is not available (for R version 2.14.2) *B)* While installing "rJava" from *64-bit R (2.14.2)* > install.packages("rJava",repos='http://cran.stat.ucla.edu') trying URL ' http://cran.stat.ucla.edu/bin/windows/c...
2011 Dec 07
2
glmmADMB not available on r-forge?
After copy and pasting the code for installation of glmmADMB package suggested at http://glmmadmb.r-forge.r-project.org/, I receive this message. > install.packages("glmmADMB", repos="http://r-forge.r-project.org",type="source") Warning message: In getDependencies(pkgs, dependencies, available, lib) : package 'glmmADMB' is not available I'm not sure if this is just a temporary problem, I am operating R v 2.12.2 on a windows machine. Thanks for any advice [[alternative HTML version deleted]]
2012 Feb 29
3
Broken R
...t;ctv") Installing package(s) into ?/usr/local/lib/R/site-library? (as ?lib? is unspecified) --- Please select a CRAN mirror for use in this session --- Loading Tcl/Tk interface ... done Warning: unable to access index for repository http://cran.cnr.Berkeley.edu/src/contrib Warning message: In getDependencies(pkgs, dependencies, available, lib) : package ?ctv? is not available (for R version 2.14.2) > ********************************************************************* The system in question has a direct connection to the internet. I can browse to the repository and find the ctv package. The user...
2009 Apr 13
2
[LLVMdev] MemoryDependenceAnalysis
I'm attaching the .bc file. Note that my analysis pass is invoked after "-O1" and that's why the IR I included in the original email is optimized. -------------- next part -------------- A non-text attachment was scrubbed... Name: simple_loops_F2_4list.bc Type: application/octet-stream Size: 6384 bytes Desc: not available URL:
2010 Sep 27
2
rimage package problems
Hi all, I tried to install the rimage in order to get to the function ?read.jpeg. However, I get this error, independent what mirror I choose: install.packages("rimage") --- Please select a CRAN mirror for use in this session --- Warning message: In getDependencies(pkgs, dependencies, available, lib) : package ?rimage? is not available > Does anybody know what happend with the package? Is there an alternative, I simply want to draw a background picture for a plot using the standard graphics package. Thanks, Ralf
2010 Apr 16
2
hugene10stv1cdf
...;m just tried to start analysing some micro-array chips. And R was asking for this package. When I tried to install it it says that: Using R version 2.10.1, biocinstall version 2.5.10. Installing Bioconductor version 2.5 packages: [1] "hugene10stv1cdf" Please wait... Warning message: In getDependencies(pkgs, dependencies, available, lib) : package ?hugene10stv1cdf? is not available What do I wrong and where can I get this package from? Thanks Christoph
2012 Jul 25
3
Installing packages "xslx" on Ubuntu (32bit)
...e some console output (e.g. sessionInfo()): > install.packages("xslx") Installing package(s) into '/usr/local/lib/R/site-library' (as 'lib' is unspecified) --- Please select a CRAN mirror for use in this session --- Loading Tcl/Tk interface ... done Warning message: In getDependencies(pkgs, dependencies, available, lib) : package 'xslx' is not available (for R version 2.14.1) > sessionInfo() R version 2.14.1 (2011-12-22) Platform: i686-pc-linux-gnu (32-bit) locale: [1] C attached base packages: [1] stats graphics grDevices utils datasets methods base...
2009 Apr 25
0
[LLVMdev] MemoryDependenceAnalysis
On Apr 13, 2009, at 12:01 PM, Anthony Danalis wrote: > I'm attaching the .bc file. Note that my analysis pass is invoked > after "-O1" and that's why the IR I included in the original email > is optimized. Hi Anthony, Sorry for the delay, things have been crazy lately. The MemDep API assumes that you will call getDependency() first, and then only call
2012 Mar 04
2
Which packages are installed with the default R installation?
...the existing packages. While the version in my macbook works all ok, in the Ubuntu version of R, I am missing some basic functionalities like: find.package() and I can't install new packages which are throwing dependency errors. > install.packages("ggplot2") .. Warning message: In getDependencies(pkgs, dependencies, available, lib) : package ?ggplot2? is not available Can you help me with what base packages I may be missing? Thanks in advance, D. Isler -- View this message in context: http://r.789695.n4.nabble.com/Which-packages-are-installed-with-the-default-R-installation-tp4444321p4...
2010 Dec 11
2
Can't install Sweave
Hi there! I tried to work with Sweave, assuming that it is part of the standard installation - which it was not for my system. Trying to install, it gives me this error message: > install.packages("Sweave") Warning message: In getDependencies(pkgs, dependencies, available, lib) : package ?Sweave? is not available My system data are: > sessionInfo() R version 2.12.0 (2010-10-15)...