search for: packagenam

Displaying 20 results from an estimated 196 matches for "packagenam".

Did you mean: packagename
2016 Jul 12
1
Is .packageName part of the official API?
Hi, I've seen that some packages use .packageName internally to infer their own name. Is that officially supported? I could not find it documented anywhere. There's utils::packageName(), which internally looks for .packageName. However, if the latter is not found, it may return NULL whereas an error would be more appropriate if a package n...
2013 Nov 12
1
Own Package Installscript
...(no repository) . Therefore I wrote following Script: class install_package { case "$operatingsystem" { SLES: { notify {"${operatingsystem} ${operatingsystemrelease} detected":} notify {"Installing $packagename now:":} exec { ''installing $packagename'': command => "rpm -iv ${repopath}${packagename}", path => ["/usr/bin", "/usr/sbin", "/bin"]...
2001 Jun 12
1
help(PackageName)
Dear R Core Team, I'm wondering whether it is useful that every package should allow for help(PackageName), giving some general information about the package (more/nicer than library(help=PackageName)). This man page may include some mathematical or statistical background, or contain a guideline for the package. Cheers, Martin -- Martin Schlather email: Martin.Schlather@uni-bayre...
2005 Sep 13
1
R CMD INSTALL -l /path/to/library packagename
Background: OS: Linux Mandrake 10.1 release: R 2.1.1 editor: GNU Emacs 21.3.2 front-end: ESS 5.2.3 Colleagues Since I upgraded to R 2.1.1, I am getting a an error message from R CMD INSTALL packagename that says R_HOME ('/usr/local/lib/R') not found. That's not too surprising, since R is now in /usr/lib/R, but what is confusing me is that R CMD INSTALL -l /path/to/library packagename is giving me the same message, suggesting that I am misusing the -lib switch when I enter R CMD IN...
2013 Jun 04
2
Error during R CMD check
Hi All, I am encountering the following error while performing check on the R package we built: R CMD check packagename_0.99.0.tar.gz During startup - Warning message: Setting LC_CTYPE failed, using "C" * using R Under development (unstable) (2013-05-14 r62742) * using platform: x86_64-unknown-linux-gnu (64-bit) * using session charset: ASCII * checking for file 'packagename/DESCRIPTION' ... OK *...
2005 Sep 14
0
R CMD INSTALL -l /path/to/library packagename/ fixed
...andrake 10.1 release: R 2.1.1 editor: GNU Emacs 21.3.2 front-end: ESS 5.2.3 --------------------------------- Colleagues The environment variables checked with Sys.getenv() all appeared to be in the right place. The easy fix was to copy /usr/lib/R into /usr/local/lib/R then run the R CMD INSTALL packagename then just copy the package subdirectory back to /usr/lib/R/library A cheat fix, but it worked. Sam >-----Original Message----- >From: Gabor Grothendieck [mailto:ggrothendieck at gmail.com] >Sent: Tuesday, 13 September 2005 3:41 PM >To: McClatchie, Sam (PIRSA-SARDI) >Cc: r-help a...
2018 Dec 17
2
determining what depends on a rpm
...t; > While not a simple answer, this bash function will provide what you're looking for: > > whatrequires () { (rpm -q --qf '%{NAME}\n' "$1" ; rpm -q --provides "$1" ) | tr \\n \\0 | xargs -0 rpm -q --whatrequires ; } > or this one :-) rpm -ev --test PACKAGENAME will list all packages that require PACKAGENAME -- LF
2009 Aug 16
1
R CMD check --use-valgrind doesn't run valgrind on tests
R CMD check --use-valgrind <packagename> used to run valgrind on the tests in the tests directory of the package. But it seems to have stopped. R-2.9.1 doesn't -- at least on my box -- and neither does R-2.10.0 (devel). I am not sure when this stopped. I think 2.8.x did this. The only old R I have around is 2.6.0 and it certai...
2008 Oct 23
1
Automating citations in Sweave
Dear all, Is there an elegant way to add citations of packages when using Sweave? Ideally I'd like a function which creates a Bibtex-file with the packagenames as keys. The idea is to use \cite{packagename} or \cite{R} in LaTeX. I know you can get the Bibtex entry with toBibtex(citation("packagename")). But after updating R or a package one needs to update the bib-file too. When trying to automate this I came up with the code below. It genera...
2008 Nov 10
1
problem of unix package installation, following code no response: install.packages("packagename", dependecise=TRUE)
Dear list I am trying installing a package under unix, the command as below works in some case but not some other cases, the primary syndrome is R will stop there with a message: (say I am trying to install the package SASxport) ########################### Warning in install.packages("SASxport", dependencies = TRUE) : argument 'lib' is missing: using
2010 Mar 30
2
library(): load library from a specified location
...hts. Furthermore a library with the same name is already installed on that machine. I have modified this library slightly by modifying the source code and created a "personal" version of this library that I now want to load instead of the standart one. Running: R CMD INSTALL 'path*/*packagename* --library=*path*/Software/R-packages i managed to compile my modified version on the remote machine and save the library in a folder on that machine. When I now start R and run library(packagename) R still seem to load the version installed on the remote computer, even though i added my f...
2010 Mar 30
2
library(): load library from a specified location
...hts. Furthermore a library with the same name is already installed on that machine. I have modified this library slightly by modifying the source code and created a "personal" version of this library that I now want to load instead of the standart one. Running: R CMD INSTALL 'path*/*packagename* --library=*path*/Software/R-packages i managed to compile my modified version on the remote machine and save the library in a folder on that machine. When I now start R and run library(packagename) R still seem to load the version installed on the remote computer, even though i added my f...
2009 Jan 06
4
Yum Issue.. Installing Older Package Version
Hello fellow CentOS'ers- I'm trying to install a package from a not-to-be-named repository (privately operated for some proprietary software). They currently have a package I need but offer multiple versions. However, if I simply 'yum install packagename' it defaults to pulling down the most recent package. I would like to pull down the older version of the package but I'm unable to do so. So, how would you specify version number for a package with two candidates but the same name? I'm at a loss... :-( Tim Nelson Systems/Network Supp...
2009 Sep 24
1
R v2.10.0: Doc clarification for cross references and where are we heading?
..., but not necessarily as an \name{<topic>}. The link will be display as the string <topic>. B. \link[=<topic>]{<name>} - where <topic> must occur as an \alias{<topic>} with a \name{<name>}. The link will be display as the string <name>. C. \link{<packageName>]{<name>} - where <name> must be a \name{<name>} in a package named <packageName>. The link will be display as the string <name>. D. \link{<packageName>:<name>]{<label>} - where <name> must be a \name{<name>} in a package named <pa...
2007 May 18
5
package installations on schedule or manual run
...ither the packages were installed around 3am or they were installed when I manually chose to do so by specifying "-DManualRun" on the command line when calling the cfengine client. Is there a way to do something similar in puppet? I have found that I can use either: package { "packagename": ensure => latest, schedule => "daily" } (where "daily" is defined as between 2-4am) OR package { "packagename": ensure => latest, tag => "manualrun" } These each do what I want them to do, but if I try to combine them: package { "...
2011 Jun 02
1
[R-SIG-Mac] check leads to .o files and to packagename-Ex.R
On 06/02/2011 06:47 AM, Benilton Carvalho wrote: > 'R CMD check' should be applied on the .tar.gz, not on the source directory. Why? The help says: "Check R packages from package sources, which can be directories or package 'tar' archives with extension '.tar.gz', '.tar.bz2' or '.tgz'." I just skimmed through the relevant section (1.3.1) in
2004 Dec 06
4
confession
Gang, I've got to admit, what really sold me on debian was apt-get. And I've been resisting getting up to speed with yum. So, can any of ya point me to a good starter page, maybe one with migrators like me in mind? Many thanks. -- Robert Thomas ("beau") Hayes Link Open your heart, pray for peace, preach healing (c)2004ISR http://www.semanticrestructuring.com/
2018 Dec 17
1
determining what depends on a rpm
> On 12/17/18 3:50 AM, Leon Fauster via CentOS wrote: >> >> or this one :-) >> rpm -ev --test PACKAGENAME >> will list all packages that require PACKAGENAME > > > True.? I considered that, and then decided that I could never recommend > using "rpm -e" as a test, even with the --test flag, due to the risk of > operator error.? Though if you put it in an alias, I suppose t...
2010 Sep 13
1
Problem (environment?) with R CMD CHECK
...he R CMD CHECK command with the error Error in get(as.character(FUN), mode = "function", envir = envir) : object '.fooInternal' of mode 'function' was not found I'm wondering if this is some environment misspecification issue? I also tried replacing .fooInternal by packageName:::.fooInternal (replacing packageName with actual package name, of course), to no avail. Thanks in advance for all replies. Peter
2009 Oct 02
1
environment( seq.int ) is NULL
...also all objects that actually live in the .GenericArgsEnv environment. > all( sapply( ls( .GenericArgsEnv ), function(.) is.null(environment(.)) ) ) [1] TRUE This has the consequence preventing argsAnywhere to get the args of seq.int. > argsAnywhere( seq.int ) Error in exists(".packageName", envir = envir, inherits = FALSE) : use of NULL environment is defunct and consequently completion does not work > seq.int( <TAB>Error in exists(".packageName", envir = envir, inherits = FALSE) : use of NULL environment is defunct I've tried a few things, bu...