Displaying 20 results from an estimated 4000 matches similar to: "BUILD command fails with large R source file"
2006 Jul 31
2
Please HELP: Problem with BUILD command
Greetings,
I am unable to successfully BUILD due to a file that apears to be too
long.
I know it it due to the length of a particular R program because if I
remove a line, even a comment line,
from the file it then successfully builds. However, if I add the line
back in, the build fails.
The file is only 14Kb long.
Any help or suggestions are greatly appreciated.
Thank you for your time.
2005 Sep 01
1
Strange build message: request help w/resolving
Greetings,
I am attempting to build a R package, however the build fails and the
following message is ouput:
C:\ConstellaGroup\EPA\RAGG\package>R CMD BUILD --binary --force RAGG
* checking for file 'RAGG/DESCRIPTION' ... OK
* preparing 'RAGG':
* checking DESCRIPTION meta-information ... ERROR
Error in if (regexpr(dep_regexp, dep) == -1) { :
missing value where
2004 Oct 19
1
Error message in mclust
I keep on receiving the message below after submitting the following line
using the mclust package. m2 is a 99 X 1 column vector.
* em(modelName = "E", m2, mu = c(25, 50), sigmasq=10, pro = c(0.4,
0.6))
Error in as.double.default(data) : (list) object cannot be coerced to
double.
Why do I receive this error?
Thank,
Brian C. Newquist
Research Statistician
2004 Oct 19
1
Windows XP crashes when running the EM algorithm in MCLUST
Whenever I submit the following command >result <- em("E", m1, mu=c(25, 50),
sigmasq=10, pro=c(0.49,0.51)) in MCLUST , I experience a problem with my
Windows XP. Has anyone had this type of problem?
I receive the general "send report" dialogue box and my program is no longer
able to run. Should I change any of my system settings? Let me know if you
think of anything
2004 Jun 07
2
IAX Won't Pass Caller ID
Hi,
We have to servers set up in two different networks. We are able to connect
calls via IAX and they work perfectly. We do not see caller ID from clients
on either side. Our Grandstream phones say Eri and our XTen phones say
Asterisk.
We did a debug and I am pasting the output from both servers below. We tried
setCallerId in several different ways. We see the value get passed to the
2018 Jan 28
0
Newbie wants to compare 2 huge RDSs row by row.
Cool, looks like that'd do it, almost as if converting an entire record to a character string and comparing strings.
-- M. B. Hardy, statistician
work: Applied Research Associates, S. E. Div.
8537 Six Forks Rd., # 6000 / Raleigh, NC 27615-2963
(919) 582-3329, fax: 582-3301
home: 1020 W. South St. / Raleigh, NC 27603-2162
(919) 834-1245
2004 Sep 22
3
IE under wine.
Does intenet explorer work under wine?
Thanks
Chip
--
Ralph "Chip" Blach
IBM LTC
Raleigh, North Carolina
919 543 1207
2018 Jan 28
2
Newbie wants to compare 2 huge RDSs row by row.
The anti_join from the package dplyr might also be handy.
install.package("dplyr")
library(dplyr)
anti_join (x1, x2)
You can get help on the different functions by ?function.name(), so
?anti_join() will bring you help - and examples - on the anti_join
function.
It might be worth testing your approach on a small subset of the data. That
makes it easier for you to follow what happens
2010 Oct 27
1
[LLVMdev] Thread and LLVM
Hello LLVM developers,
I am curious to know, what does the section "Thread and LLVM" in LLVM
programmers manual means.
I want to do a short project(5 weeks) in Compiler Optimization for Parallel
Arch class where I want to support OpenMP like parallel constructs in my
language.
So does it mean that I can specify thread creation and related thread task
directly in LLVM IR.
Also does
2005 Jan 27
1
OT: iax.cc/sixTel local DID question
When you choose to add an unlimited local DID to your account from their
control panel, do you get to pick the prefix/NXX, or just the area code?
Their isn't any indication of whether or not clicking the Add button
will immediately add a number to my account or take me to another screen
to pick a NXX.
(I don't want to click the 910 area code to find out they giving me a
Wilmington or
2008 May 18
1
Ruby on Rails developer Job
Hi,
we are a Germany / US based company, looking for experienced Ruby on
Rails developer for several projects. The projects ate moduar and
planned for a longer timeframe, so we are looking for continous
relationship wizth the coders.
The jobs is for freelancers/contractors or part-time employees.
Andreas Wilkens
Please apply by email to jobs-MXf/qEKz1R7qlBn2x/YWAg@public.gmane.org (Attn:
2011 Feb 28
1
Creating Boxpot with R within bash script
I will confess to being very wet behind the ears when it comes to scripting, so with that as a backdrop, here is my question. I can create a box and whisker plot without any problem from the command line, but incorporating that process into a bash script has proved problematic. Below is the portion of the bash script that fails:
R --save --no-save --vanilla << EOF
CAPE.df =
2010 Sep 27
2
[LLVMdev] Any plans to add LLVM support for ARM EH EABI ?
I am new to LLVM but have perused the code alongside using llvm-gcc
and CLANG to build ARM EABI objects.
Based on this superficial analysis it appears that LLVM currently does
not support the ARM Exception Handling ABI (as defined under the
EABI).
Can anyone comment on whether plans are in place to remedy this?
I did see the discussion regarding work on the MC for ARM. Will this
work include
2009 Apr 02
7
Announcing a new Ruby journal
2 April 2009
My name is Martin Streicher. I am pleased to announce three new
publications dedicated to web developers.
Red: The Journal of Ruby Development
Facade: The Journal of Front-end Development
Tabula: The Journal of Open Source Database Development
The three publications obviously have a great number of topics in
common between then, and much that is unique. Where ever possible,
2008 Mar 04
1
XLSolutions 9 Courses: Upcoming March-April 2008 R/S+ Course Schedule by XLSolutions Corp
Our March-April 2008 R/S+ course schedule is now available. Please check
out this link for additional information and direct enquiries to Sue
Turner sue at xlsolutions-corp.com Phone: 206 686 1578
---------- Can't see your city? Please email us! ----------
-------- Ask for Group Discount -------
www.xlsolutions-corp.com/courselist.htm
(1) R/S System: Advanced
2002 Mar 01
2
best way to work with cvs?
I use a script to get the lastest samba:
#!/usr/bin/ksh
echo "\npassword: cvs\n"
cvs -d :pserver:cvs@pserver.samba.org:/cvsroot login
cvs -z5 -d :pserver:cvs@pserver.samba.org:/cvsroot co samba
Are there any other commands I could tack on or something I should do
differently to make sure I am getting correct rebuilds?
For example, should I tack on at the end:
cd
2023 Jun 06
1
What's the substitution of 'samba-tool domain provision' in v4.17.5
> samba-tool domain: no such subcommand: provision
Are you sure there's no typo or hidden character? provision command is still there in 4.18.2 :)
# samba-tool domain provision
ERROR: No domain set!
--
Lorenzo Milesi - lorenzo.milesi at yetopen.com
CTO @ YetOpen Srl
Corso Martiri della Liberazione 114 - 23900 Lecco - ITALY - | 4801 Glenwood Avenue - Suite 200 - Raleigh, NC 27612 - USA
2012 Aug 20
1
domain client
OS: HP-UX 11.31
SABMAB: Version 3.0.22 based HP CIFS Server A.02.03.04
[2012/08/17 21:53:55, 0]
auth/auth_domain.c:connect_to_domain_password_server(11
1)
connect_to_domain_password_server: unable to open the domain client
session to
machine SBS09932DC010. Error was : NT_STATUS_CANT_ACCESS_DOMAIN_INFO.
[2012/08/17 21:53:55, 0]
rpc_client/cli_pipe.c:get_schannel_session_key(2416)
2023 Jun 06
2
What's the substitution of 'samba-tool domain provision' in v4.17.5
> Yes you can use the Ubuntu 22.04 packages if you really must, but this
> will only get you Samba 4.15.3
> On the other hand, Using Samba from backports on Debian bullseye will
> get you 4.17.8 and is, in my opinion, easier to use.
Both for Debian and Ubuntu it's better to use Michael repos, to get consistent minor release updates:
http://www.corpit.ru/mjt/packages/samba/README
2017 Mar 10
3
kernel memory accounting
I have 3.10 kernel. I am running some data processing job, need to first
copy big (>5 GB) input files. The jobs were killed, because the system
thought I used 5 GB memory from the file copying.
On Fri, Mar 10, 2017 at 3:04 PM, David Both <dboth at millennium-technology.com
> wrote:
> First - why in the world would you want to disable kernel memory
> accounting? I don't think