Displaying 20 results from an estimated 100 matches similar to: "new R package bigleaf"
2010 Feb 23
1
R Aerodynamic Package(s)?
By any chance is anyone aware of any R Packages that contain or expand the aerodynamic capabilities mentioned on the following website?
http://www.aoe.vt.edu/~mason/Mason_f/MRsoft.html
Typically I know R packages have focused on extending the statistical and graphing capability within R, so I was just curious if there might be a package that contains some aerodynamics.
If by chance there
2014 Apr 09
2
I can't make outbound calls (status is 'CHANUNAVAIL')
Hello:
I have this situation: I can make calls internally, I can make inbound
calls but I can't make outbound calls.
Thanks in advance.
These are my devices:
* asterisk 11.8.1 = 192.168.1.22
* sipphone grandstream gxp2160 = 192.168.1.5
* gateway audiocodes mp-114 2fxs-2fxo = 192.168.1.4
port 1 (FXS) connected to an analog phone
port 3 (FXO) connected to the PSTN
These are my
2008 Apr 29
1
generic question ==>> mapping Longhurst biogeochemical ocean provinces in R
*Hello all
**
I am a newbie to R plotting maps. I am trying to plot over a world map a
layer of Biogeochemical provinces (BGCP) by A.R. Longhurst. Each ocean
region unfortunately are quite irregular in shape (not perfect squares). In
GIS this layer of ocean provinces would be a layer of polygons, which I am
assuming it cannot be plotted with R.
I was wondering If anybody has encounter this
2003 Aug 07
0
FW: questions about "connection refused"
Dear all:
In fact, even I add the user in the command, the rsync`s error is
still appearing:
>./bin/rsync -avz tong@192.168.1.30:/BGI/UCSC-mirror/bin/rsync-2.5.4/man
./backup-3000/
rshd: 0826-813 Permission is denied.
rsync: connection unexpectedly closed (0 bytes read so far)
rsync error: error in rsync protocol data stream (code 12) at io.c(151)
another try:
>./bin/rsync -avz
2003 Aug 07
1
questions about "connection refused"
Dear all:
I installed the rsync 2.5.4 in my two machine (192.168.1.30 and
192.168.1.120, both are AIX OS) to backup data each other. The
software`s installation is ok, and I can copy local files. But when I
try to backup data between two machines, there reports some errors:
>./bin/rsync -avz 192.168.1.30::web ./backup-3000/
rsync: failed to connect to 192.168.1.30: Connection refused
2014 Oct 07
1
Grandstream GXP2160 + SRTP
Hello,
I am trying to setup a Grandstream GXP2160 IP-phone with secure calling
(SRTP).
Secure signaling SSIP for registration is working great !
I follow this guide :
https://wiki.asterisk.org/wiki/display/AST/Secure+Calling+Tutorial
But when I try to make a call with SRTP, I get stuck. There is an
initial INVITE which is anwered with a 401. There should follow a new
INVITE with a nonce,
2007 Jun 07
1
Conditional Sequential Gaussian Simulation
Hello,
I'm wondering if there are any packages/functions that can perform
conditional sequential gaussian simulation.
I'm following an article written by Grunwald, Reddy, Prenger and Fisher
2007. Modeling of the spatial variability of biogeochemical soil
properties in a freshwater ecosystem. Ecological Modelling 201: 521 -
535, and would like to explore this methodology.
2016 Aug 30
1
cat(..., append=TRUE) on sftp share
Dear R-SIG-Debian Team,
r-devel sent me to you.
Situation:
Ubuntu 16.04, R-3.3.1, and a file in a folder mounted with sftp via
gnome virtual file system.
for(i in 1:10){cat(i,file =
"/run/user/1001/gvfs/sftp:host=server/path on server/test2",append = TRUE)}
gives a file that reads |10| and not |12345678910|
Further checking:
* A mapped network drive on Windows 7 and
2009 Oct 23
0
[LLVMdev] project based in trusted computing
amit suthar wrote:
> Sir,
> I am a M.tech student of Computer Science and Engineering
> Department ,Indian Institute of technology, Kharagpur(India).
> I have to do a project in trusted computing field. I went through LLVM
> Project site. and I want to work in some project of LLVM.
> Can u suggest me some project which is somehow related to trusted
> computing and i
2017 Mar 09
2
Trying to get SMS from GXV3240 to trigger dialplan code.
I am trying to send SMS from my grandstream GXV3240
Asterisk receives the message in a NOTIFY block.
How can I get asterisk to run dialplan code when receiving these Notify
SMS Message Blocks.
I can then route them to my SMS provider.
Any ideas are appreciated. Below is debug of a message sent from the phone
when received no dialplan code is triggered.
I am wounding if I need to
2004 Jan 21
0
Re: MFBV, he had difficulty
goddess deforestation skyward upsetting retrogressive stenography aerodynamic ny
chevy stead corporeal support moonlit alcove
greek kneecap rustle hackneyed tomato
2020 Oct 22
2
Use mountsettings with ices2 or ezstream?
So if someone is using as master server and a relay server are these mount specific settings supposed to be on the master server, relay server or both ?
Thanks
-----Original Message-----
From: Icecast <icecast-bounces at xiph.org> On Behalf Of Geoff Shang
Sent: Thursday, October 22, 2020 12:14 PM
To: Icecast streaming server user discussions <icecast at xiph.org>
Subject: Re:
2010 Dec 06
1
Asterisk 1.6.2.10 video call
Hello list,
I'm trying to set up a video call from my Ekiga client to a Grandstream
GXV3140 IP-phone. The call succeeds but there is no video.
I have in sip.conf :
videosupport=yes
disallow=all
allow=alaw
allow=g726
allow=g729
allow=gsm
allow=h261
allow=h263
allow=h263p
allow=h264
The Grandstream peer has codecs (sip.conf) :
gsm;alaw;g729;h261;h263;h263p;h264
The Ekiga peer has codecs
2012 Oct 23
1
Filling a covariance matrix
useRs ?
I?m working with the attached data that contains one year?s worth of
sub-daily observations of flow (?Q?) and specific conductance (?SC?, a
surrogate for concentration) at a point in a stream. The R code posted
below shows the extent of data processing thus far. My goal is to create a
covariance matrix that takes on the following form:
Q1 Q2 ? Q365 SC1 SC2 ? SC365
Q1
Q2
?
Q365
2005 Nov 09
8
Element-by-element multiplication operator?
Is there an element-by-element multiplication in R, like the .* operator in Matlab?
eg: A (2x3)
B (2x3)
C=A.*B
C (2x3)
C = [[a11*b11 a12*b12 a13*b13]; [a21*b21 a22*b22 a23*b23]]
I can't find one...
Thanks
-Mike Gates
2002 Dec 03
3
rsync 2.5.5, "unexpected tag failures", Solaris 2.6 vs. 2.8, "--b locking-io" workaround
Hi,
I have been having a problem that seems related to previously reported
problems
but persists.
I am syncing from a 2.6 Solaris box to a 2.8 solaris box. All are running
rsync 2.5.5.
When I sync (commands simplified for example, always using rsh):
2.8box% rsync -e rsh 2.6box:/path/path/stuff/ /path/path/newstuff/
i.e., the 2.6 box is the server, I get spurious, persistent but inconsistent
2009 Oct 22
2
[LLVMdev] project based in trusted computing
Sir,
I am a M.tech student of Computer Science and Engineering
Department ,Indian Institute of technology, Kharagpur(India).
I have to do a project in trusted computing field. I went through LLVM
Project site. and I want to work in some project of LLVM.
Can u suggest me some project which is somehow related to trusted computing
and i can work on that ?
In hope of your reply,
Amit Suthar
2012 Feb 23
0
resistanceDistance representation
Dear all,
i'm using gdistance to model animal movement across landscape.
I have imported 11 rasters with roads, freeways, slope, use-of-land, lakes
(...) after recoding them with GRASS with a HSI value ranging from 1 to 4.
I've assigned zero to the NAs and then transformed all the rasters in
TransitionLayers (function=mean,directions=4) and later summed all of them
into a new transition:
2011 Nov 18
1
CCing outbound IMAP mail?
For some users on my site I'd like to be able to CC a particular user
on all outgoing IMAP mails. Incoming I can do but don't see how to do
outgoing. Ideas?
Dave
--
It is told that such are the aerodynamics and wing loading of the
bumblebee that, in principle, it cannot fly...if all this be
true...life among bumblebees must bear a remarkable resemblance to
life in the United
2000 Jul 21
1
SAMBA installation problems
Dear samba developpers,
my name is Andrea and I'm trying to use your SAMBA program on my Silicon
Graphics INDY work station. I've visited your web site and I've downloaded
the 'samba53.2.0.6.tardist' file which (for what I understand) should
contain everything I need for the Operative System version 5.3.
I've untared (from the italian 'starare', which means