search for: pkg1

Displaying 20 results from an estimated 71 matches for "pkg1".

Did you mean: pkg
2009 Jun 30
1
Conditional dependency between packages
...If there is a particular reason for the lacking answers (unclear, missing information, the solution is obvious to everyone except me, etc), I would like to know. The description below is generalized, but I can send the source code off-list if anyone would like to test. I work on two packages, pkg1 and pkg2 (in two different projects). pkg1 is quite generic, pkg2 tries to solve a particular problem within same field (geostatistics). Therefore, there might be users who want to use pkg2 as an add-on package to increase the functionality of pkg1. In other words, functions in pkg1 are based o...
2009 Jun 09
0
Dependency between packages for Windows-binaries
Hi, I have already asked a similar question without response (https://stat.ethz.ch/pipermail/r-help/2009-June/200300.html) so I am here reformulating in the hope that someone is able to help. If something is unclear, please ask. I am working on the development of two packages, pkg1 and pkg2 (based on work in two different projects). pkg1 is quite generic, pkg2 tries to solve a particular problem within same field (geostatistics). Therefore, there might be users who want to use pkg2 as an add-on package to increase the functionality of pkg1. In other words, functions in pk...
2005 Nov 28
1
import of Namespaces
Dear R devels, let's say I have three packages "pkg1", "pkg2" and "pkg3" which all contain new S4 classes and methods. Where "pkg3" depends on "pkg2" and "pkg2" depends on "pkg1". Moreover, all three packages have namespaces. 1) I use ".onLoad <- function(lib, pkg) require(me...
2009 Jun 03
0
Problems with conditional importFrom in NAMESPACE
Hi, I am currently involved in the development of two R-packages, pkg1 and pkg2. They should not be dependent on each other, as most users will only be interested in one of them. Still, I want pkg2 to provide one extra S3 method for three functions (fun1-3) in pkg1 for objects of a class defined in pkg2 (class2), for those users who actually have both packages i...
2002 Oct 01
1
R CMD check dependency simplification
...ependency information to flow through very gracefully. That is, since everything is copied into the pkg.Rcheck directory, it is difficult to make any changes to source files without having to completely re-do "R CMD check pkg". For example, I would like to be able to make changes to src/pkg1/man/foo.Rd and have dependencies that indicate only codoc and examples need to be re-run, not tests and vignettes. (R CMD check can to do this, the problem is moving the appropriate new pieces, in the appropriate way, into the pkg1.Rcheck directory.) The difficulty is exacerbated for me because I...
2008 Jun 22
17
about module nVidia GeForce 8400 G in Xen
Hi everyone, If there any modules (drivers) for Video Graphic Accelerated Card nVIDIA GeForce 8400 G in Xen? Cause the driver that I downloaded from nvidia.com won´t work with Xen Kernel. Any Idea? I use CentOS 5.1 I appreciate your helps very much thank you Eric Jansen _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com
2012 Aug 01
3
How to link two R packages together
Hi, I have built two R packages. One of them (PKG1) needs to use the functions of the other package (PKG2). So I need to link these two packages together, so that the functions of PKG2 can be available to PKG1. And when I load one package using 'library("PKG1")', PKG2 can be loaded at the same. Any ideas welcome. -- View this...
2005 Jan 04
2
warnings and errors with R CMD INSTALL
..., everything went fine and R runs smoothly. Unfortunately I am not able to use R CMD INSTALL command to install add-on packages. I followed RNews 3/3 and used: 1. R CMD INSTALL package_version.tar.gz and 2.options(CRAN="http://umfragen.sowi.uni-mainz.de/CRAN/") install.packages("pkg1". "pkg2") Both approaches end up i.e.: WARNING: invalid package 'pkg1.tar.gz' ERROR: no packages specified Well, R administration manual and RNews give some examples which I took as basis to install further packages. I, as suggested in RNews and administration manual alike...
2013 Jul 31
1
Depends vs Imports
...a distinction between a package being attached and a namespace being attached. -Does "successfully load" mean something different from actually using the package? That is, can we assume that if the package loads then all the functions to run things will actually be found? -If pkg1 uses a function foo in pkg3 indirectly, by a call to a function in pkg2 which then uses foo, how should pkg1 indicate the relationship with foo's pkg3, or is there no need to indicate any relationship with pkg3 because that is all looked after by pkg2? Thanks, Paul
2018 Aug 20
0
Consider setting RTLD_GLOBAL when loading packages in LinkingTo
Hi everyone, Some of you probably received the following thread from the Rcpp-devel mailing list: http://lists.r-forge.r-project.org/pipermail/rcpp-devel/2018-August/010072.html Summing up, the issue described is the following: pkg1 provides type1 in pkg1.so building on some headers. pkg2 links to pkg1 (BTW, LinkingTo is actually misleading, because it doesn't really link to it), i.e., provides type1 in pkg2.so building on the same headers. Now, pkg2 creates an external pointer to type1 using pkg1.so, and dynamically casts...
2007 Mar 28
1
accessing "hidden" functions
Hi, (I tried looking for it, but I don't think it was discussed before... or maybe I didn't use the correct keywords). I have a package (say, pkg1), which uses NAMESPACE. This package contains a bunch of functions the are used internally, therefore they're not exported (say, internalFunc1). Even though internalFunc1 is not exported, I can access it externally using pkg1:::internalFunc1 (yes, I do understand this is not supposed t...
2019 Apr 12
6
[supermin PATCH 0/5] rpm: fix package selection w/ multilib
This patch series fixes the way supermin sorts the list of installed packages when resolving a name, picking the right package for the host architecture. Pino Toscano (5): rpm: do not unpack parameters rpm: fix version comparison rpm: query the RPM architecture rpm: fix package sorting (RHBZ#1696822) utils: remove unused 'compare_architecture' function src/librpm-c.c | 10
2007 Dec 06
1
updating a helper function in a R package
Hi list, Sorry for the vague title, but here is the scenario. I?m writing an R package, let?s say, ?pkg1?, which contains 3 functions: f1, f2, f3. f2 and f3 are helper functions for f1, i.e. f1 calls f2 which in turn calls f3. f1 <- function(?) { ?. f2() ? } f2 <- function(?){ ? f3(?) ? } f3 <- function(...){ .... } Then, I wrote a new version of f3 and I want to test it. W...
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, b...
2006 Oct 21
4
CentOS 3.8 Kernel Update with NVIDIA Video Card
I need some advice. I updated the kernel but when I restarted my computer I got the following error message: -- I cannot start the X server (your graphical interface). It is likely that it is not set up correctly. ... Failed to load the NVIDIA kernel module! -- I've started my computer using the old kernel. I found out that there's a new nvidia driver so I will also update it.
2011 Aug 23
1
How to keep the command 'R CMD INSTALL -l' running, even when some error is encountered?
Hi, 'R CMD INSTALL -l' will stop if some error is encountered. I don't find in the manual an option to keep the command running. Is there such an option? -- Tom
2004 Sep 24
1
Cisco Support Agreements
Hey all, I am trying to get the Cisco SIP image loaded on my new 7960. The Wiki and several emails in the list archives say the cost is approx. $8.50 per phone per year. The problem I have is the Cisco is giving me part number CON-SNT-PKG1 which costs $90.00. I believe this covers phone support as well. I don't want the phone support, only the software. Does anyone have the part number for software upgrades? (the $8 one referenced on the Wiki) Thanks, ~chris
2007 Dec 19
1
Screen blanking crashes
...tu 6.04 to CentOS5.1. The Dell has an NVidia 6150 analog video card. The screen is an LG1952Tx. After the screen blanking goes on, and the screen goes to sleep, the screen goes black except for a blue note saying: analog video, invalid frequency... I have installed the NVIDIA-Linux-x86-100.14.19-pkg1. Everything works great except for the screen sleep... Any suggestion of what I should look for? -- Thanks http://www.911networks.com When the network has to work
2006 Aug 29
0
'CanMakeUseOf' field [was ".. Add 'fields' argument ..]
...ue-canada.ca> >>>>> on Tue, 29 Aug 2006 09:55:09 -0400 writes: PaulG> Martin Maechler wrote: >> ... >> >> The idea was a field related to but weaker than 'Suggests' : >> Something like >> 'canMakeUseOf: <pkg1> [, <pkg2>, ... ] >> which is *not* used in any QA/QC checking, but is purely >> informative: If <pkg1> is require()able, then some examples may >> look nicer, a function may provide another feature, etc, etc. >> Alternatives to 'canMakeUse...
2008 Mar 28
2
Gothic2 doesnt work
...t to iPixelFormat=11 and OpenGL doesn't allow changes! > peter at peter:~/.wine/drive_c/Spiele/Gothic II/system$ > My current os is Debian 4.0 etch with Wine 0.9.58, graphiccard is a nvidia 9600gt with the current propertiary linux-drivers from nvidia.com "NVIDIA-Linux-x86-171.06-pkg1" someone any suggestions how to fix my problem? greetings, peter