similar to: package building problem under Windows Vista

Displaying 20 results from an estimated 1000 matches similar to: "package building problem under Windows Vista"

2007 Nov 05
2
namespace crash on S3method("as.ff",function)
Dear all, I have defined a generic as.ff(x, ...) and a method as.ff.function(x, ...) which converts a standard R function x into a chunked version operating on large ff objects. Everything works fine, but when registering S3method("as.ff",function) in NAMESPACE, the installation fails with some kind of parsing error: adding build stamp to DESCRIPTION installing NAMESPACE file
2008 Oct 14
2
can't R CMD INSTALL on WinXP
Dear All, I recently got a laptop upgrade, and had to re-install the tools I used for building R packages on Windows (XP SP2). I'm running into a strange problem that I can't resolve. Can anyone shed on light? This is with R-2.7.2 patched 2008-09-20 r46576, Rtools.zip downloaded a couple of weeks ago, and MikTeX 2.7. The output below was from a cygwin shell (PATH modified
2007 Jun 27
0
New package "tradeCosts"
We would like to announce the availability of the 'tradeCosts' package in R for analysing transaction costs of trading. Version 0.1-0 is now available on CRAN. To take a look, you can: > install.packages("tradeCosts") ... > vignette("tradeCosts") and play around. This is the first and very basic version of a package that we hope to expand over the next few
2010 Nov 27
1
Bug in parseNamespaceFile or switch( , ... ) ?
parseNamespaceFile() doesn't seem to detect misspelled directives. Looking at its code I see switch(as.character(e[[1L]]), <lots of args omitted here>, stop(gettextf("unknown namespace directive: %s", deparse(e)), call. = FALSE, domain = NA)) but this doesn't seem to function as I expect, viz. to stop with an error if I type a wrong directive.
2008 Oct 21
1
R CMD INSTALL problem
Dear list members, I've run into a problem with R CMD INSTALL under Windows Vista and R 2.8.0: --------- snip ----------- C:\Users\John Fox\workspace>c:\R\R-2.8.0\bin\R CMD INSTALL car installing to '' ---------- Making package car ------------ adding build stamp to DESCRIPTION installing NAMESPACE file and metadata installing R files installing inst files installing
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
2005 Jul 11
2
building packages on Windows
Hi, all, I just recently upgraded my computer though I'm using the same OS (XP). But now I'm having difficulty building packages and I cannot seem to solve the problem. I'm using R-2.1.1pat on Windows XP. Here is what I tried: D:\Users\sundard\slib\sundar\R>R CMD CHECK sundar * checking for working latex ... OK * using log directory
2015 Jul 07
1
[ on call
I'm rather puzzled by this behavior: e export("caption<-", "caption", "label", "label<-", "align<-", "align", "digits<-", "digits", "display<-", "display", "xtable", "print.xtable", "toLatex.xtable") > e[[1L]] e[[1L]] export >
2018 May 14
2
Roaming profils cannot sync four files
Hello, I'm using a WIndows Server 2016 as a DC and Samba 4.5 (Debian Stretch) as a fileserver. The fileserver is made with Windows ACLs (exactly like the Samba tutorial). The Windows 10 Client cannot copy these 4 files: C:\Users\testuser\AppData\Local\Microsoft\Windows\UPPS\UPPS.bin -> UNC\FS\profiles\testuser.V6\AppData\Local\Microsoft\Windows\UPPS\UPPS.bin
2010 Jan 14
1
Ringing issue
Hi We run a hosted VoIP service for multiple customers off the same server and I'm having an odd issue with just one customer in particular. We're using realtime in a MySQL DB and this is their dialplan *************************** 1. row *************************** context: pcsu-Identifier exten: s priority: 1 app: Answer appdata: *************************** 2. row
2019 Jun 08
2
Help Building LLVM for Android
Hey Guys, I'm working on a project in Android related to System-level Audio DSP Effects for Tuning Android Audio. I want to leverage Faust ( https://faust.grame.fr/) to allow users to program their own filters. Faust provides a libfaust implementation which includes a JIT Compiler which leverages LLVM and seems to be the best path for me to use. Unfortunately I'm having problems
2005 Sep 13
1
populating asterisk realtime tables from configfiles
Here is my file to parse and load extensions. No wise cracks about my code.... DB.php is the Pear DB module. (pear.php.net) <?php include('DB.php'); $db_host = ''; $db_name = ''; $db_login = ''; $db_pass = ''; $db_table = 'extensions_table'; define(DBINFO,"mysql://$db_login:$db_pass@$db_host/$db_name"); $db =
2018 Jan 26
2
utils::install.packages with quiet=TRUE fails for source packages on Windows
Hi, Installing a source package on Windows using utils::install.packages() with quiet=TRUE fails, while it works with the default quiet = FALSE. The problem seems to be caused by the fact that when quiet = TRUE, stdout and stderr are set to FALSE when calling "R CMD INSTALL" with base::system2() here:
2013 Apr 02
1
gdata selectively not working
I can use gdata to successfully read in the example Excel file, but not any other excel files. Why might this be the case? It seems that the problem has something to do with opening the database but no indication as to what the problem is. So i'm at a loss of how to fix it. > library(gdata) gdata: read.xls support for 'XLS' (Excel 97-2004) files ENABLED. gdata: read.xls support
2012 Dec 04
1
Winbugs from R
Hi, I am trying to covert a Winbugs code into R code. Here is the winbugs code model{# model’s likelihoodfor (i in 1:n){time[i] ~ dnorm( mu[i], tau ) # stochastic componenent# link and linear predictormu[i] <- beta0 + beta1 * cases[i] + beta2 * distance[i]}# prior distributionstau ~ dgamma( 0.01, 0.01 )beta0 ~ dnorm( 0.0, 1.0E-4)beta1 ~ dnorm( 0.0, 1.0E-4)beta2 ~ dnorm( 0.0, 1.0E-4)#
2016 May 25
4
ot: migrating TB user's email to new laptop
On Wed, May 25, 2016 4:31 pm, Philip McGaw wrote: > Did user historically have POP set up? Philip, thanks no, not for a long time, IMAP/143/StartTLS on old laptop > If you still have access to the old laptop set up imap and move the > emails back. yes, I have old laptop here. sorry, not sure how to, is that inside TBird, or how ? (not very familiar with TBird...) >> another OT:
2019 Aug 29
2
Permission Issue
Hi, I don't have the user root. No changes :( Sometimes a user gets permissions, sometimes not. This net conf is now running: [global] ??? winbind refresh tickets = Yes ??? winbind use default domain = yes ??? template shell = /bin/bash ??? idmap config * : range = 1000000 - 1999999 ??? idmap config EXAMPLE : backend = rid ??? idmap config EXAMPLE : range = 500 - 200000 ??? hide dot files
2014 Jun 23
2
Fwd: [nut] Please create an AppData file for NUT Monitor (#127)
Hi David, it seems that your below mail went unmoderated :-/ anyway, any news on the appData side? as usual, I can provide help if needed... have you also been able to take a look at the pyNut3 thread / pull requests? cheers, Arno From: David Goncalves <david at lestat.st> To: Charles Lepple <clepple at gmail.com> Cc: <nut-upsdev at lists.alioth.debian.org> Date: Fri, 30 May
2004 Dec 10
2
include and hint in extensions.conf with new realtime feature - how?
hi, i'm a bit puzzled because i do not get include and hint to work with the new realtime enginge (cvs-head from 2004-12-09). other things (sipfriends and "normal" extensions) work perfect with the realtime engine. the entries in the static extensions.conf file i used before where: exten => 183,hint,SIP/snom220 exten => 183,1,Macro(stdexten,443,SIP/snom220,183) exten =>
2009 Mar 02
1
Asterisk Dial plan issue
Hi all, I'm using asterisk in real time mode...My extensions.conf table contains: [default] switch => Realtime/default at extensions I have added the following to extensions.conf table; context:micho exten: _X. priority: 1 app:Dial appdata: SIP/00XXXXXX at PSTN GAteway Asterisk server is connected succeffully to database...As soon as i make a call i got the following error message: