Displaying 20 results from an estimated 130 matches for "wands".
Did you mean:
hands
2007 Mar 21
1
Problem installing packages in R 2.4.1
I am attempting to install a anchoring vingettes package for R and I seem to
have a problem with unzipping the files in R. I use the command that can be
found here <http://wand.stanford.edu/anchors/>.
Here is the dialog I get after entering the command:
> install.packages("anchors", dependencies = TRUE,
+
2009 Jul 03
5
Can't install RMagick due to MagickWand problems
Hello,
I''m trying to install/update rmagick on a Debian machine using:
gem install --local rmagick-2.10.0.gem
and get following error:
/usr/local/bin/ruby extconf.rb install --local rmagick-2.10.0.gem
checking for Ruby version >= 1.8.5... yes
checking for gcc... yes
checking for Magick-config... yes
Warning: Found more than one ImageMagick installation. This could cause
problems at
2006 Oct 10
3
possible bug? (PR#9285)
=20
=20
I use the FEAR package available from=20
=20
http://www.clemson.edu/economics/faculty/wilson/
=20
which works perfectly in Rv2.2.0; after installing from a local zip and
loading I find:
=20
USING R version 2.2.0
=20
> local({pkg <- select.list(sort(.packages(all.available =3D TRUE)))
+ if(nchar(pkg)) library(pkg, character.only=3DTRUE)})
Loading required package:
2004 Oct 12
1
bandwidths for bivariate density estimation
Hi,
I am using the KernSmooth package to estimate nonparametrically bivariate
density functions. However, it seems that the bandwidths (one for each
co-ordinate direction) have to be selected manually. This does not apply
for the univariate case, for which dpik (included in KernSmooth) uses
up-to-date plug-in rules.
Does anyone know about a package, or function, which estimates bandwidths
2005 Apr 07
3
package
hello,
I created a package with my functions, and i wand to hide the code of some functions.
Could you help me ?
Gr?gory
--------------------------------------------------------------
GAZ DE FRANCE
Gr?gory Benmenzer
DIRECTION DE LA RECHERCHE
P?le Economie Statistiques et Sociologie
361 Avenue du pr?sident Wilson - BP 33
93211 La Plaine Saint Denis cedex
tel : 01 49 22 55 07
fax : 01 49 22
2011 Oct 09
2
pdIdent in smoothing regression model
Hi there,
I am reading the 2004 paper "Smoothing with mixed model software" in
Journal of Statistical Software, by Ngo and Wand. I tried to run
their first example in Section 2.1 using R but I had some problems.
Here is the code:
library(nlme)
fossil <- read.table("fossil.dat",header=T)
x <- fossil$age
y <- 100000*fossil$strontium.ratio
knots <-
2011 Feb 12
2
Regarding {KernSmooth} - Can a package on CRAN have non GPL copyrights?
Hi all,
I'm not sure who to ask this, so I'm posting this here.
I just ran:
require(KernSmooth)
And got (I bolded the text):
Loading required package: KernSmooth
KernSmooth 2.23 loaded
*Copyright M. P. Wand 1997-2009*
Warning message:
package 'KernSmooth' was built under R version 2.12.1
What does that mean?
Thanks,
Tal
----------------Contact
2014 Mar 11
3
Caching {filePath,mtime64,checksum} values to speed up execution-time
Folks:
When using rsync to copy huge amounts of data I've found that a significant
amount of time is spent computing the checksums. Sometimes hours, ...
sometimes days - it depends on the total amount of data checked! And after
that sometimes it's only a few files that need to be updated.
I've pulled the latest git (rsync-3.1.1pre1) and didn't see anything to
address this (or I
2018 Sep 17
4
Proxy secured incoming POP3/IMAP4 to unsecure backend?
Hi,
I try to set up dovecot as a proxy server, to proxy requests to several
dovecot-based backend servers. I wand external clients who connects to this
proxy Dovecot to use TLS (this is easy to set up) while want to have
unsecured (plain IMAP/POP) connections to backends.
You see, links to backends are over LAN so no TLS needed, and these
backends are poor old machines (with old Docecots like
2008 Jul 01
2
Problem with loading library-ks
Hi,
I am trying to load the library(ks), but I am getting the following error:
Loading required package: KernSmooth
KernSmooth 2.22 installed
Copyright M. P. Wand 1997
Loading required package: mvtnorm
Loading required package: rgl
Loading required package: misc3d
Error in lazyLoadDBfetch(key, datafile, compressed, envhook) :
ReadItem: unknown type 241
In addition: Warning messages:
1:
2012 Nov 22
2
ROCR package not installing
I have tried installing the package (ROCR) with this command:
Install.packages(ROCR)
And with this command on the command line
R CMD INSTALL ROCR_1.0-4.tar.gz
But both times I get exactly the same error shown below, I don't understand
what is wrong, is this an error in the package code?
Thank you
Philip
probinson@bioinform08:/tmp/RtmpO0rFbx/downloaded_packages$ R CMD
2014 Feb 24
3
Error gdata and gplots packages
Hi, I just installed Ubuntu 12.04.4. I installed R by following
instructions from CRAN after modification into my /etc/apt/sources.list file
sudo apt-get update
sudo apt-get install r-base
sudo apt-get install r-base-dev
When I try to load library(gdata) ou library(gplots), I have error
message :
library(gdata)
gdata: read.xls support for 'XLS' (Excel 97-2004) files
2017 Apr 27
2
R-3.4.0 and recommended packages
On 27 April 2017 at 12:01, Johannes Ranke wrote:
|
| > so it seems to me this must affect all packages in Debian sid that were
| > built before the release of R 3.4.0!
|
| or rather before 14 April 2017, which is when R from revision r72510 was
| uploaded to sid as pre-release candidate.
Another example with KernSmooth:
> library(KernSmooth)
KernSmooth 2.23 loaded
Copyright
2006 Apr 13
3
Penalized Splines as BLUPs using lmer?
Dear R-list,
I?m trying to use the lmer of the lme4 package to fit a linear mixed model
of the form
Y = Xb + Zu + e
and I can?t figure out how to control the covariance structure of u. I want
u ~ N(0,sigma^2*I).
More precisely I?m trying to smooth a curve through data using the
"Penalized Splines as BLUPs" method as described in Ruppert, Wand &
Carroll (2003).
So I have Z = [Z1
2016 Oct 01
0
A few new packages on CRAN
- ndjdon : Wicked Fast ndjson Reader
Reads in ndjson significantly faster than jsonlite::stream_in(), flattens
each
JSON record and returns a data.table.
https://cran.r-project.org/web/packages/ndjson/index.html
- htmltidy : Clean Up or Pretty Print Gnarly HTML and XHTML
C-backed package that includes the HTML Tidy library. Useful for cleaning
up
HTML beyond what you get with the
2016 Oct 01
0
A few new packages on CRAN
- ndjdon : Wicked Fast ndjson Reader
Reads in ndjson significantly faster than jsonlite::stream_in(), flattens
each
JSON record and returns a data.table.
https://cran.r-project.org/web/packages/ndjson/index.html
- htmltidy : Clean Up or Pretty Print Gnarly HTML and XHTML
C-backed package that includes the HTML Tidy library. Useful for cleaning
up
HTML beyond what you get with the
2007 Jul 02
1
Ubuntu package for 2.5.1
Hi all,
Just a quick note to bring to all Ubuntu users on i386 that the
packages for R 2.5.1 (and a few recommended packages needed
rebuilding) are now available from CRAN. Supported distributed are
Dapper (6.06), Edgy (6.10) and Feisty (7.04).
Please report any problems to me and/or this list.
---
Vincent Goulet, Associate Professor
?cole d'actuariat
Universit? Laval, Qu?bec
2003 Jun 05
1
scales in xyplot doesn't seem to work for x axis
Hi
I'm doing a xyplot and I wand to reduce the number of tick marks in the
x axis. My x axis are month and I want to reduce the 12 tick marks to 4.
I used the scales argument but it doesn't seem to work, althougth it
works on y axis if I use scales=list(tick.number=4).
2007 May 14
1
Loreal Volume Shocking Mascara Sample
http://www.loreal.free-mascara.com
L''OREAL Volume Shocking Mascara is a 2-in-1 mascara with a base coat at
one end of the mascara wand and a top coat at the other. Bring on
super-lush, luminous lashes in just 2 easy steps!
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
2002 Jul 29
1
density estimation on 2-D bounded domain
Dear R experts,
density estimation on a 2 dimensional bounded domain
---------------------------------------------------------------------
I am currently trying to estimate the probability
density (PD) of cancers within the breast using
the sm library with the routine
sm.density
Of course a practical PD must be limited by the curve of the breast
outline.
I don't have a clue after perusing