Displaying 20 results from an estimated 50 matches for "pkg2".
Did you mean:
pkg
2009 Jun 30
1
Conditional dependency between packages
...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 on the S3...
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 pkg1
are b...
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(methods)". Do I...
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, but when...
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 installed....
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 message in context: http://r.789695.n4.nabble.com/How-...
2002 Oct 01
1
R CMD check dependency simplification
...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 have pkg3 depends on pkg2
depends on pkg1. If I make a change to src/pkg1/inst/doc/guide.tex then
I really should only need to re-do the vignettes for pkg1, but instead I
have to re-do the whole "R CMD check" for pkg1, pkg2, and pkg3.
Suggestions would be appreciated.
Thanks,
Paul Gilbert
-.-.-.-.-.-.-.-.-.-.-.-...
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
2009 Jul 12
13
pv_ops kernel and nvidia binary driver
Just wondering what it will take to get the nvidia binary driver
working on a pv_ops kernel.
It makes it difficult to debug without the source to the nvidia
driver, but I think it should be possible to get it to work without
changing the binary driver. If the dom0 kernel had access to all the
resources that a bare metal kernel did, then it should work right?
I''m using Jeremy''s
2009 Jul 12
13
pv_ops kernel and nvidia binary driver
Just wondering what it will take to get the nvidia binary driver
working on a pv_ops kernel.
It makes it difficult to debug without the source to the nvidia
driver, but I think it should be possible to get it to work without
changing the binary driver. If the dom0 kernel had access to all the
resources that a bare metal kernel did, then it should work right?
I''m using Jeremy''s
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 it and manipulates it using functions in pkg2.so.
This...
2013 Jul 31
1
Depends vs Imports
...ched.
-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
2005 Jan 04
2
warnings and errors with R CMD INSTALL
...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, omitted the -l
o...
2009 Apr 01
3
Nvidia driver on CentOS 5.3
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
just installed their NVIDIA-Linux-x86_64-180.44-pkg2 driver. I had it
running on my CentOS 5.2 x64 machine, and I'm happily surprised that it
builds and runs okay on 5.3 also.
Cheers,
Timo
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with CentOS - http://enigmail.mozdev.org
iD8DBQFJ030pfg746kcGBOwRAiqCAJ...
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
2005 Jan 05
3
Option for "Delete downloaded files (y/N)?" in install.packages()
Hello!
I have a wish/proposal.
Is it possible to include some option in install.packages() for
Delete downloaded files (y/N)? at the end of that process. It can
be quite anoying if you must install several packages and wait
meanwhile to type y/n for each package separately.
--
Lep pozdrav / With regards,
Gregor GORJANC
---------------------------------------------------------------
2010 Jun 22
1
Installing packages from folder on the computer
...:
C:\R\packages\bin\windows\contrib\2.11
To set this folder as my Mirror to install packages from, in Rprofile.site i
replaced "http://my.local.cran" with "file://C:/R/packages/" (full code
given below) and then in R console i enter:
install.packages(c("pkg1", "pkg2", ...),dependencies=TRUE)
but dint succeed.
Error message: Warning in gzfile(file, "r") :
cannot open compressed file
'//C:/R/packages/bin/windows/contrib/2.11/PACKAGES', probable reason 'No
such file or directory'
Error in gzfile(file, "r") : cannot ope...
2007 Nov 22
2
2.6.22.9-xen (ubuntu) and Nvidia x86_64-100.14.19 - success
...nd patched:
cd linux-source-2.6.22-2.6.22/
cat debian/binary-custom.d/xen/patchset/* | patch -p1
make menuconfig && make && ... && reboot
installed and booted.
Then I built a nvidia driver (the patch is based on an old one from suse).
bash NVIDIA-Linux-x86_64-100.14.19-pkg2.run -a -x
cp -a NVIDIA-Linux-x86_64-100.14.19-pkg2/usr/src/nv/
nvidia-source-100.14.19-x86_64-xen
patch -p0 < nvidia-xen.diff
$EDITOR /lib/modules/`uname
-r`/build/include/asm-i386/mach-xen/asm/hypervisor.h
[ comment out HYPERVISOR_poll function ]
cd nvidia-source-100.14.19-x86_64-xen
I...
2017 Apr 10
3
[PATCH] builder: various improvements to the documentation
...or/};
s{.*metalink=.*}{};
@@ -1588,8 +1589,8 @@ To install a Fedora guest using a local mirror:
s{.*baseurl=.*}{baseurl=http://example.com/mirror-updates/};
s{.*metalink=.*}{};
' \
- --run-command 'yum -y update' \
- --run-command 'yum -y install pkg1 pkg2 ...'
+ --run-command 'dnf -y update' \
+ --install 'pkg1,pkg2,...'
=head4 Using a local mirror with Debian
@@ -1597,10 +1598,10 @@ Assuming that you are using C<apt-proxy> to mirror the repository, you
should create a new F<sources.list> file to point to yo...
2015 Feb 12
2
[PATCH] macosx: Darwin-specific autoconf macros
...else
+ AC_MSG_RESULT([no])
+ LCRYPT_FLAG="-lcrypt"
+ SHARED_LIBS_PATH="LD_LIBRARY_PATH"
+fi
+AC_SUBST([LCRYPT_FLAG])
+AC_SUBST([SHARED_LIBS_PATH])
+
dnl Add extra packages to the appliance.
AC_ARG_WITH([extra-packages],
[AS_HELP_STRING([--with-extra-packages="pkg1 pkg2 ..."],
diff --git a/run.in b/run.in
index a8c2904..4612e0e 100755
--- a/run.in
+++ b/run.in
@@ -77,13 +77,13 @@ fi
PATH="$b/align:$b/builder:$b/cat:$b/customize:$b/df:$b/diff:$b/edit:$b/erlang:$b/fish:$b/format:$b/fuse:$b/inspector:$b/make-fs:$b/p2v:$b/rescue:$b/resize:$b/sparsify:$b/sys...