search for: rpack

Displaying 20 results from an estimated 25 matches for "rpack".

Did you mean: pack
2002 Sep 30
1
Problems installing Package with r 1.5.1
R : Copyright 2002, The R Development Core Team Version 1.5.1 (2002-06-17) > install.packages("O:/Rpack/mscalib.zip", .libPaths()[1], CRAN = NULL) updating HTML package descriptions Warning message: error -1 in extracting from zip file > install.packages("O:/Rpack/zzz.zip", .libPaths()[1], CRAN = NULL) updating HTML package descriptions Warning message: error -1 in extracting fro...
2003 Dec 19
1
R-package install
...After installing all the components - Rtools, Active Perl, and minGW I created the file structure using package.skeleton(name = "test") with only the functions i want in the package in memory. I subsequently filled in the relevant details in Description and tried to call Rcmd check. C:\rpacks>Rcmd check test * checking for working latex ... OK * using log directory 'C:/rpacks/test.Rcheck' * checking for file 'test/DESCRIPTION' ... OK * checking if this is a source package ... OK make: *** No rule to make target `pkg-test'. Stop. *** Installation of test faile...
2003 Dec 23
1
Rd.sty not found -
Hi I am still trying to wrap up a package using Rcmd (in windows 2000 professional with R 1.8.1). I have made some progress - and now at least Rcmd check works - it still giving me an error message when it creates latex help files though. Thus I get: c:\rpack> Rcmd check test * checking for working latex ... OK * using log directory 'C:/rpacks/test.Rcheck' * checking for file 'test/DESCRIPTION' ... OK * checking if this is a source package ... OK ---------- Making package test ------------ adding build stamp to DESCRIPTION instal...
2002 Sep 24
1
R_Libs in .Renviron?
Hi! Where to set R_LIBS? I have .Renviron with the line. R_LIBS=/package/R/R-1.5.0/linux/lib/R/library/;/home/wolski/Rpack/ in my home directory but cant access any library stored in the /home/wolski/Rpack/? Eryk -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "...
2010 Jan 19
0
RSPerl help.
...ng error Can't load '/usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi/auto/R/R.so' for module R: /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi/auto/R/R.so: undefined symbol: R_ClassSymbol at /usr/lib/perl5/5.8.8/i386-linux-thread-multi/DynaLoader.pm line 230. at rpack.pl line 3 Compilation failed in require at rpack.pl line 3. BEGIN failed--compilation aborted at rpack.pl line 3. If you could resolve my problem, I will be thankful to you. Thanks & Regards Vijaya
2010 Jan 22
0
RSPerl installation problem.
...following error. Can't load '/usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi/auto/R/R.so' for module R: /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi/auto/R/R.so: undefined symbol: R_ClassSymbol at /usr/lib/perl5/5.8.8/i386-linux-thread-multi/DynaLoader.pm line 230. at rpack.pl line 3 Compilation failed in require at rpack.pl line 3. BEGIN failed--compilation aborted at rpack.pl line 3. Please let me know the actual procedure, and what does this error means. Thank you, Vijaya -- View this message in context: http://n4.nabble.com/RSPerl-installation-problem-tp109463...
2010 Jan 22
0
[Fwd: RSPerl help.]
...ng error Can't load '/usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi/auto/R/R.so' for module R: /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi/auto/R/R.so: undefined symbol: R_ClassSymbol at /usr/lib/perl5/5.8.8/i386-linux-thread-multi/DynaLoader.pm line 230. at rpack.pl line 3 Compilation failed in require at rpack.pl line 3. BEGIN failed--compilation aborted at rpack.pl line 3. If you could resolve my problem, I will be thankful to you. Thanks & Regards Vijaya
2012 Apr 16
1
packages install dependencies
...have internet connection. I downloaded some packages manually and I installed it from source using the command R CMD INSTALL and it's work but in some cases I can't install the package because of the dependencies. So I download all the R packages into a directory for example /home/joel/RPacks. Is it possible to configure the R commands (i.e. CMD INSTALL command or install.packages() function) in order that R looks for dependencies in my repository. Thanks in advance, Best Regards - Cordialement, Joël ----------------------------------------------------------------------- J...
2006 Aug 24
2
Problem in library.dynam problems on Linux
...onths on this R installation, whereas some users had success before then. It could be that something on our system changed, but I am not an admin so I wouldn't know where to look. Can anyone help with this problem? ## A LOCAL INSTALLATION OF HAPLO.STATS APPEARS SUCCESSFUL [sinnwell at dnode0 rpack]$ R CMD INSTALL -l /home/sinnwell/rdir/tmplib haplo.stats * Installing *source* package 'haplo.stats' ... ** libs make: `haplo.stats.so' is up to date. ** R ** data ** demo ** inst ** preparing package for lazy loading ** help >>> Building/Updating help pages for package ...
2012 May 14
0
phyloclim could not be installed in linux - problems on tkrplot dependence
...user effective_user "jmao" "jmao" ##################################################################### # (4) prompt from phyloclim installation > install.packages("phyloclim") Installing package(s) into ‘/ebio/abt6/jmao/R/Rpacks’ (as ‘lib’ is unspecified) also installing the dependencies ‘gee’, ‘tkrplot’, ‘ape’, ‘adehabitat’ trying URL 'http://mirrors.softliste.de/cran/src/contrib/gee_4.13-18.tar.gz' Content type 'application/x-gzip' length 57162 bytes (55 Kb) opened URL ==================================...
2011 Mar 22
2
R_HOME path getting munged in inst/doc/Makefile on Windows
...parate packages that have a Makefile in inst/doc which use the R_HOME variable. In both cases, the path to R_HOME gets munged in such a way that commands that include R_HOME fail on Windows: For example, one Makefile, for the xmapcore package ( https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/xmapcore/username/password: readonly) has this: R=${R_HOME}/bin/R SUITE=../cookbook/delia.R [...] ${R} --vanilla --verbose < ${SUITE} the output of trying to build this package includes: * creating vignettes ... ERROR E:\biocbld\BBS-2~1.8-B\R/bin/R --vanilla --verbose < ../cookbook/delia....
2011 Jan 27
1
Can not invoke maxent() of library(dismo) in GNU linux
...GNU Linux. Could you give me any directions on that? There is maxent.jar in version 3.3.3e in the right folder. ######################################## R: > jar <- paste(system.file(package="dismo"), "/java/maxent.jar", sep='') > jar [1] "/ebio/abt6/jmao/rpacks/dismo/java/maxent.jar" Terminal: jmao at upa:~/rpacks/dismo/java$ ls maxent.jar mebridge1.jar mebridge2.jar ######################################## Thank you in advance. Here is my info: ########################################################### # (1) the error > me <- maxent(pre...
2011 Mar 30
2
R CMD build now removes empty dirs
...ted in software packages that use templates for the annotation packages to be generated. Those package templates are stored under the inst/ folder of the software package. One of those software packages is the AnnotationDbi package: it contains 41 package templates under inst/: [hpages at latitude Rpacks]$ ls AnnotationDbi/inst/AnnDbPkg-templates/ AFFYHUEX.DB CHIMP.DB MALARIA.DB WORM.DB ANOPHELES.DB COELICOLOR.DB MOUSECHIP.DB XENOPUSCHIP.DB ARABIDOPSISCHIP.DB ECOLICHIP.DB MOUSE.DB XENOPUS.DB ARABIDOPSIS.DB ECOLI.DB ORGANISM.DB YEASTCHIP.DB BASEPKG.DB...
2010 Feb 18
0
install.packages, normalizePath, file permissions
...ages by sourcing an R file and this becomes a problem. Here is an example: > install.packages( file.path(fp,"fgui_1.0-0.zip" ), repos=NULL) Warning in install.packages(file.path(fp, "fgui_1.0-0.zip"), repos = NULL) : argument 'lib' is missing: using 'p:/Rpack' package 'fgui' successfully unpacked and MD5 sums checked Error in normalizePath(path) : path[1]="p:\Rpack/fgui": The system cannot find the file specified The circumstances are difficult to reproduce. For some reason, the system does not like "fgui" and mayb...
2014 Jun 14
1
Should a package that indirectly Suggests: a vignette engine pass R CMD check?
...- "Unsuffered Consequences" Copyright (C) 2014 The R Foundation for Statistical Computing Platform: x86_64-unknown-linux-gnu (64-bit) trying to check the Bioconductor genefilter package leads to $ Rdev --vanilla CMD check genefilter_1.47.5.tar.gz * using log directory ?/home/mtmorgan/b/Rpacks/genefilter.Rcheck? * using R Under development (unstable) (2014-06-13 r65941) * using platform: x86_64-unknown-linux-gnu (64-bit) * using session charset: UTF-8 * checking for file ?genefilter/DESCRIPTION? ... OK * this is package ?genefilter? version ?1.47.5? * checking package namespace informat...
2006 Jun 23
1
Problems creating packages.
I'm creating my own package for personal and I'm having trouble getting it to a point where R (v 2.3.1) will recognise it. I've followed two different tutorials for how to create the package structure and the DESCRIPTION file ( http://web.maths.unsw.edu.au/~wand/webcpdg/rpack.html , http://www.maths.bris.ac.uk/~maman/computerstuff/Rhelp/Rpackages.html#Lin-Lin ). I'm still getting errors where when I try to load the library in R by using library(samp) I get an error: Error in library(samp) : 'samp' is not a valid package -- installed < 2.0.0? And when I...
2009 Aug 17
2
S4 Generics and NAMESPACE : justified warning ?
Dear list, It seems that a package (pkgB) using another package (pkgA) with S4 generics formed by taking existing functions (for example 'plot') must not import the existing functions ('plot') in its namespace to avoid the warning "replacing previous import: plot". Suppose we use the simple 'import' directive in the name space of pkgB. pkgA and pkgB files would
2010 May 10
3
update.packages fails with directory not found
Windows XP. I have just updated to R 2.11.0 and then run update.packages. In the series of updates, a few will succeed, then I get a failure like package 'mvtnorm' successfully unpacked and MD5 sums checked package 'party' successfully unpacked and MD5 sums checked package 'PBSmodelling' successfully unpacked and MD5 sums checked Error in normalizePath(path) :
2002 Apr 10
0
programmatic installation
Okay, so I've got a set of directories containing unpacked R packages (unpacked, since for various sensible reasons, I'm editing them in warped ways). Supposing that these are in: /home/rossini/Runpacked I thought I could do something like: install.packages("MyUnPackedRPackage", # top package name lib="/home/rossini/lib/R", # where I'd like to install destdir="/home/faculty/rossini/sandbox/madman/Rpacks") ## assuming ## this is where it goes. But this isn't th...
2015 Jul 24
0
Rcartogram package - error message
...MD5 sums checked ** libs *** arch - i386 Warning: running command 'make -f "Makevars.win" -f "C:/PROGRA~1/R/R-3.2.0/etc/i386/Makeconf" -f "C:/PROGRA~1/R/R-3.2.0/share/make/winshlib.mk" SHLIB="rdyncall.dll" OBJECTS="rcallback.o rdyncall.o rdynload.o rpack.o rpackage.o rutils.o rutils_float.o rutils_str.o"' had status 127 ERROR: compilation failed for package 'rdyncall' * removing 'C:/Users/Milena/Documents/R/win-library/3.2/rdyncall' Warning in install.packages : running command '"C:/PROGRA~1/R/R-3.2.0/bin/x64/R...