Displaying 20 results from an estimated 21 matches for "package1".
Did you mean:
packages
2019 Oct 10
2
How to refer to my package from another package DESCRIPTION
Hello, I am developing some packages. Package1 requires Package2, both of which I developed:
Right now Package2 is installed properly here:
/myHome/libraries/Package2
Package1 needs Package2. Package1 refers to Package2 both in the Roxygen @import field for one of the functions, and also in the Imports section in the DESCRIPTION
However,...
2007 Nov 19
1
building packages: hhc.exe not found using xp
...d I had resigned myself to leaving it as-is for the windows version, until I noticed that when calling up help in windows, instead of simply bringing up the non-html help files it actually prints an error message:
Warning message:
In print.help_files_with_topic("C:/PROGRA~1/R/R-26~1.0/library/package1/chm/package1") :
No CHM help for 'package1' in package 'package1' is available:
the CHM file for the package is missing
If nothing else, is there a way to turn off this warning in windows?
Thanks in advance for any suggestions,
Kristin
2019 Oct 10
0
How to refer to my package from another package DESCRIPTION
On 10/10/2019 5:13 p.m., Ramiro Barrantes wrote:
> Hello, I am developing some packages. Package1 requires Package2, both of which I developed:
>
> Right now Package2 is installed properly here:
>
> /myHome/libraries/Package2
>
> Package1 needs Package2. Package1 refers to Package2 both in the Roxygen @import field for one of the functions, and also in the Imports section...
2014 Nov 27
2
Problem understanding behaviour of versionCheck for loadNamespace (and when versions for Imports packages are checked)
...followed that, but don't yet have a Bugzilla
account, nor know the precise mechanics and protocols for notifying a bug)
Geoff
PS Building package2 - via devtools::build('package2', binary = TRUE) does
check and insist that I have an appropriate version of the 'to be imported'
package1 installed in my .libPath().
It was only when I simulated a user who has and older version of the
Imported package1 (by overwriting the later version of package 1 with an
earlier version), then trying to load or attach package2 that the (failure
of the version checking) at loadNamespace time for pa...
2009 Sep 12
3
problem with a repo
...failing to install because a
dependency is missing. I added perl-Image-Info to rpmforge's excludepkgs
line and tried to install the package again this time thinking it would pull
from epel. This did not occur yum still tried to fetch from rpmforge. For my
excludepkgs line i tried:
excludepkgs=package1,package2,perl-Image-Info
and since the changes weren't picked up i did:
excludepkgs=package1 package2 perl-Image-Info
Any help appreciated.
Thanks.
Dave.
2014 Nov 27
2
Problem understanding behaviour of versionCheck for loadNamespace (and when versions for Imports packages are checked)
...t the arguments are (ie how many elements there are in the
versionCheck list) to any calls to loadNamespace that are generated
internally when the Imports to package2 are being loaded (either because
they are explicitly mentioned in the NAMESPACE file, or because they are
invoked by a "importedpackage1::fun_from_imported_package1" line of code).
I'll put a bug report together later today, and include my toy packages etc.
Once again thanks for looking at this for me
Geoff
-----Original Message-----
From: Duncan Murdoch [mailto:murdoch.duncan at gmail.com]
Sent: Thursday, 27 November...
2014 Nov 26
3
Problem understanding behaviour of versionCheck for loadNamespace (and when versions for Imports packages are checked)
...n in the Imports field when a
namespace is loaded"
But some toy (locally built and loaded) examples seem to show that while the
Depends versions are checked, the Imports version constraints are not (on
Windows 64, running R3.1.2, see full session_info later).
My tests (package2 imports package1) use implicit loading (via the
package1::fun1() idiom) so I have worked back to try get a minimal example
of what's causing me problems. I have tried
loadNamespace('package2', versionCheck = list (op = ">=", version =
package_version('3.0')))
This should fai...
2014 Nov 27
0
Problem understanding behaviour of versionCheck for loadNamespace (and when versions for Imports packages are checked)
...ot;, :
namespace ?rgl? 0.95.1163 is being loaded, but > 3.0 is required
Duncan Murdoch
>
> Geoff
>
> PS Building package2 - via devtools::build('package2', binary = TRUE) does
> check and insist that I have an appropriate version of the 'to be imported'
> package1 installed in my .libPath().
>
> It was only when I simulated a user who has and older version of the
> Imported package1 (by overwriting the later version of package 1 with an
> earlier version), then trying to load or attach package2 that the (failure
> of the version checking) at...
2014 Nov 27
0
Problem understanding behaviour of versionCheck for loadNamespace (and when versions for Imports packages are checked)
...(ie how many elements there are in the
> versionCheck list) to any calls to loadNamespace that are generated
> internally when the Imports to package2 are being loaded (either because
> they are explicitly mentioned in the NAMESPACE file, or because they are
> invoked by a "importedpackage1::fun_from_imported_package1" line of code).
>
> I'll put a bug report together later today, and include my toy packages etc.
As mentioned in a different message, the internal code creates a list
with members "name", "op", "version". As you've noti...
2014 Nov 27
1
Problem understanding behaviour of versionCheck for loadNamespace (and when versions for Imports packages are checked)
...how many elements there are in
> the versionCheck list) to any calls to loadNamespace that are
> generated internally when the Imports to package2 are being loaded
> (either because they are explicitly mentioned in the NAMESPACE file,
> or because they are invoked by a
"importedpackage1::fun_from_imported_package1" line of code).
>
> I'll put a bug report together later today, and include my toy packages
etc.
As mentioned in a different message, the internal code creates a list with
members "name", "op", "version". As you've noti...
2007 Feb 19
22
Puppet''s yum provider does not support versions?
Why doesn''t the yum provider support version, I tried added ensure ->
''ver'' and it barfs up (on clients) with:
<snip>
err: //stan.gbuild.org/any-host/java/Package[j2sdk]/ensure:
change from 1.4.2_12-fcs to 1.4.2_13-fcs failed: Package provider yum
does not support specifying versions at /etc/puppet/manifests/classes/
java.pp:13
</snip>
2011 Sep 21
11
Software inventory
Howdy,
Before I go about writing one myself, anyone out there written a
software inventory module/fact for gathering a list of all installed
rpms/debs on a system? Got a few ideas floating around in my head, but
wanted to see if/what other folks have done ..
--
I''ve seen things you people wouldn''t believe. Attack ships on fire off
the shoulder of Orion. I watched C-beams
2014 Nov 26
0
Problem understanding behaviour of versionCheck for loadNamespace (and when versions for Imports packages are checked)
...quot;
>
>
>
> But some toy (locally built and loaded) examples seem to show that while the
> Depends versions are checked, the Imports version constraints are not (on
> Windows 64, running R3.1.2, see full session_info later).
>
>
>
> My tests (package2 imports package1) use implicit loading (via the
> package1::fun1() idiom) so I have worked back to try get a minimal example
> of what's causing me problems. I have tried
According to what you have written, that should have failed. So it
looks like a bug.
>
>
>
> loadNamespace('packa...
2006 Apr 30
1
aditional repo's
i'm looking for aditional repo's to add to yum that:
1) have multimedia apps
2) don't break my centos base install
2007 Sep 09
2
package manager
How do I force the package manager to re-install a package?
Such as Development - > Development Tools -> G77
Or the entire Development tools package?
The G77 Is missing - and when I ask it to install - it states that is
already installed.
Thanks
Dan A. Dansereau
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2007 Mar 02
2
Build a special RPM
Hi,
I want to build a single RPM that has more than one software in it and a
different name from them.
Let's imagine for the sake of example that i want to make an RPM called
databases.rpm that installs both MySQL and Postgres.
How can i do this with a single spec file ?
I've googled for an hour or two and found no info about this issue.
Can someone enlighten me, please ?
2012 Jun 21
1
package slot of generic "[" and missing env@target?
...neric with signature "classes myclass, ANY, ANY, ANY", ones with
packageSlot(method at target) sets to c("mypackage2", "methods", "methods", "methods"), the other just c("", "", "",""), instead of
c("mypackage1", "methods", "methods", "methods").
So in the R debugger, I modified the packageSlot() directly, and get library(mypacakge2) to finish loading, a few times (once in a while R craps out with some error message about LANGSXP - I know it is probably a bad idea to mo...
2010 May 30
4
Changing R_LIB_USER variable in ubuntu...
Hi,
I'm an experienced R user on windows, but new to linux. This may be an
issue with how R (or Ubuntu) was install on my computer, but maybe not.
I just installed Ubuntu 10.04, I have administrator privileges and
am using R 2.11. Here goes:
I'd like to change the location where R installs packages not included
in the base installation (using install.packages()). Right now it is
2011 Aug 18
10
Circular RPM dependencies...
Hi.
I encountered a following problem, if I state for example:
package{"aspell-en": ensure => absent, }
package{"aspell": ensure => absent, }
I get error in logs because of dependencies. It seems that puppet uses
''yum'' for installation on CentOS and ''rpm -e'' for removal of packages,
so it cannot handle this kind of dependencies:
2011 May 19
5
identical function names from 2 packages
Hi,
If I load 2 packages that have a function with the same
name, how do I tell R to run one or the other?
(Instead of having R automatically use the first- or
last-loaded one, whichever it is. (Which is it, by the way.))
Cheers!
Nick
--
====================================================
Nicholas J. Matzke
Ph.D. Candidate, Graduate Student Researcher
Huelsenbeck Lab
Center for