search for: descfil

Displaying 15 results from an estimated 15 matches for "descfil".

Did you mean: descfile
2002 Nov 18
2
library() help for Windows
Dear R users, I have just upgraded R v1.5.0 to v1.6.1 for Windows but have trouble loading my library of R only functions (no C calls). After examining the "library" script this difference was found: (v1.5.0) which.lib.loc <- dirname(pkgpath) descfile <- system.file("DESCRIPTION", package = package, lib.loc = which.lib.loc) if (nchar(descfile)) testRversion(descfile) if (exists("packageHasNamespace") && packageHasNamespace(package, which.li...
2018 Feb 04
0
[PATCH 2/3] Add generic facility to override HID report descriptor in usbhid-ups
...@@ -1093,16 +1095,52 @@ static void process_boolean_info(const char *nutvalue) static int callback(hid_dev_handle_t udev, HIDDevice_t *hd, unsigned char *rdbuf, int rdlen) { int i; - const char *mfr = NULL, *model = NULL, *serial = NULL; + const char *mfr = NULL, *model = NULL, *serial = NULL, *descfile; #ifndef SHUT_MODE int ret; #endif upsdebugx(2, "Report Descriptor size = %d", rdlen); upsdebug_hex(3, "Report Descriptor", rdbuf, rdlen); + /* Check whether we have an override descriptor */ + descfile = getval("hid_descriptor"); + if (descfile) { + unsign...
2002 Oct 04
3
R 1.6 Gui for Windows
...ls\gen1\results\bls\analysis" as the start in directory for the R Gui shortcut, but R 1.6 will not. R 1.6 will accept "F:\_ben\bls\gen1\results\bls". It seems to have trouble when I add "\analysis." R still loads fine but I get the following error: Error in testRversion(descfile) : This package has not been installed properly See the Note in ?library Also, R 1.6 will let me set the working directory to include "analysis." I can ignore the error and R still loads in the correct directory. But I am curious as to why this is. Any ideas? Thanks. Ben Stabler Or...
2018 Feb 04
5
[PATCH 0/3] OpenUPS updates
Hi, I've been checking out NUT with an OpenUPS board over the last couple of weekends, and have noticed that it doesn't seem to report sensible values. This lead me to investigate usbhid-ups and delve into various issues. As mentioned in a github issue, one of the problems is with the report descriptor - dumping this from the usbhid-ups debug output and picking through it reveals that
2010 Jan 19
1
Error compiling R 2.10.1 on AIX
I'm trying to compile R 2.10.1 on AIX 5.3, and am getting the following error: Error in read.dcf(file = descfile) : Line starting 'Package: tools ...' is malformed! Calls: makeLazyLoading ... code2LazyLoadDB -> loadNamespace -> parseNamespaceFile -> read.dcf Execution halted make[3]: *** [all] Error 1 make[3]: Leaving directory `/afs/.isis.unc.edu/pkg/r-2.10.1/.build/rs_aix53/R-patched/sr...
2003 Jan 26
1
R2HTML
Dear group members, I am trying to install R2HTML on PC, but keep getting the following error message: Error in testRversion(descfile) : This package has not been installed properly See the Note in ?library Can any help me with this? thanks in advance, Ron [[alternate HTML version deleted]]
2012 Jan 04
1
GPFS for mail-storage (Was: Re: Compressing existing maildirs)
...ll have same roles. # mmcrcluster -n NodeFile -p $(hostname) -A ### sdb1 is either a local disk on hostname1 (in which case the other nodes will access it over tcp to ### hostname1), or a SAN-disk that they can access directly over FC/iSCSI. # echo sdb1:hostname1::dataAndMetadata:: > DescFile # This disk can be used for both data and metadata # mmcrnsd -F DescFile # mmstartup -A # starts GPFS services on all nodes # mmcrfs /gpfs1 gpfs1 -F DescFile # mount /gpfs1 You can add and remove disks from the filesystem, and change most settings without downtime. You can scale out yo...
2003 Oct 09
1
RWinEdt patch
...','All'),]), .libPaths()[1], CRAN = NULL) updating HTML package descriptions > install.packages(choose.files('',filters=Filters[c('zip','All'),]), .libPaths()[1], CRAN = NULL) updating HTML package descriptions > library(RWinEdt) Error in testRversion(descfile) : This package has not been installed properly See the Note in ?library In addition: Warning message: package RWinEdt was built under R version 1.7.1 I am using windows office 2000 and R ver 1.7 and hence the final error message. I have tried it out on ver 1.7.1 too and i Get the same error....
2003 Feb 07
3
RMySQL
Being relatively new to R, I want to use R in connection with a MySQL database. After installing (apparently sucessfully) the package RMySQL (R Version 1.6.2) the result is as follows: > library(RMySQL) > con <- dbConnect(MySQL(), dbname= "test") Error: couldn''t find function "dbConnect" Thank You in advance for help Peter Jörg Peter Baresel Technische
2002 Oct 17
2
making R-1.6.0 on Linux Debian
...ing R-1.4.1 on a linux debian (version 2.2) box. I've tried to upgrade to R-1.6.0, and the execution of make halts with the following error messages: make[4]: Entering directory `/home/tebaldi/R/R-1.6.0/src/library/methods' dumping R code in package 'methods' Error in testRversion(descfile) : This package has not been installed properly See the Note in ?library Execution halted make[4]: *** [../../../library/methods/R/all.rda] Error 1 make[4]: Leaving directory `/home/tebaldi/R/R-1.6.0/src/library/methods' make[3]: *** [all] Error 2 make[3]: Leaving directory `/home/tebaldi/R/R...
2010 Feb 03
0
Can't compile R 2.10.1 on AIX
I'm trying to compile R 2.10.1 on AIX, and getting the following errors when it is trying to build the tools package: Error in read.dcf(file = descfile) : Line starting 'Package: tools ...' is malformed! Calls: makeLazyLoading ... code2LazyLoadDB -> loadNamespace -> parseNamespaceFile -> read.dcf Execution halted make: *** [all] Error 1 My environment and configure settings look like this: export PATH=/usr/local/bin:/opt/f...
2009 Sep 17
3
Any idea on how to install a hvm on a remote system. -- unable to open display
Hi I''m been trying to install an xvm instance on a remote system, but I keep running into variations on ''unable to open display'' I''ve tried to use ssh -X but I''ve not been able to get it to forward when su''d to root. 1) ssh -X -l xadmin virtbox running cload etc works fine. 2a i. su - ii. cp .Xauthority ~xadmin/.Xauthority iii. setenv
2010 Jan 25
1
Help on R-2.10.1 installation on AIX5.3
...#39; mkdir ../../../../library/tools/libs make[6]: Leaving directory `/rnd/homes/tmp/R-2.10.1/src/library/tools/src' make[5]: Leaving directory `/rnd/homes/tmp/R-2.10.1/src/library/tools/src' make[4]: Leaving directory `/rnd/homes/tmp/R-2.10.1/src/library/tools' Error in read.dcf(file = descfile) : Line starting 'Package: tools ...' is malformed! Calls: makeLazyLoading ... code2LazyLoadDB -> loadNamespace -> parseNamespaceFile -> read.dcf Execution halted make[3]: *** [all] Error 1 make[3]: Leaving directory `/rnd/homes/tmp/R-2.10.1/src/library/tools' make[2]: *** [...
2007 Apr 23
14
concatination & stripe - zfs?
I want to configure my zfs like this : concatination_stripe_pool : concatination lun0_controller0 lun1_controller0 concatination lun2_controller1 lun3_controller1 1. There is any option to implement it in ZFS? 2. there is other why to get the same configuration? thanks This message posted from opensolaris.org
2007 Mar 14
3
I/O bottleneck Root cause identification w Dtrace ?? (controller or IO bus)
Dtrace and Performance Teams, I have the following IO Performance Specific Questions (and I''m already savy with the lockstat and pre-dtrace utilities for performance analysis.. but in need of details regarding specifying IO bottlenecks @ the controller or IO bus..) : **Q.A*> Determining IO Saturation bottlenecks ( */.. beyond service times and kernel contention.. )/ I''m