similar to: Help request: highlighting R code on WordPress.com blogs

Displaying 20 results from an estimated 2000 matches similar to: "Help request: highlighting R code on WordPress.com blogs"

2010 Apr 22
0
Community help: creating Syntax-Highlighter-brush for R and WordPress.com
Hello dear R community, *Background:* Since I see more and more R users who blog about R opening their blogs in WordPress.com, I contacted one of their workers asking if they could add Syntax highlight support for R. He replied to me saying that if there was a "Brush" for R, according to the format given here:
2009 Dec 05
1
R brush for SyntaxHighlighter
Hello, I've written a brush for R for the SyntaxHighlighter JavaScript library. It allows you to display R code on a web page with the proper syntax highlighting. It's available here: http://demitri.com/code Comments and suggestions for improvement are welcome! Cheers, Demitri
2012 Apr 12
1
Support for R in highlight.js
Hello, I'm the maintainer of a syntax highlighting tool highlight.js[1]. Recently the Kaggle project has announced they wanted to sponsor the development of the R highlighting definition for it[2]. I wanted to drop a line about it here since I suspect this list has much more R programmers on it than our small discussion group :-). So if you're interested and don't mind touching a
2008 Aug 24
2
Missing ids in documentation
I notice some link that didn''t work in the documentation. By closer inspection I found that some of the headlines missed id-tags. The following grep sequence find them. grep ''<h3'' *.html | grep ''#'' | grep -v ''id='' Here is the output brush.html:<h3 class="Brush_getcolour">Brush#get_colour</h3>
2007 Jul 09
1
Help in installing rggobi in ubuntu linux
Hi R users. I am experimenting with ubuntu 7.04 Feisty. I install the ggobi package with apt-get. I got almost all the packages, but when I try to obtain rggobi, I got this message: ------------------------------------------------------------------------------------------------- install.packages("rggobi") Aviso en install.packages("rggobi") : argument 'lib' is
2011 Dec 15
1
lme with nested factor and random effect
Hello all, I'm having difficulty with setting up a mixed model using lme in the nlme package. To summarize my study, I am testing for effects of ornamentation on foraging behavior of wolf spiders. I tested spiders at two different ages (penultimate vs. mature) and of two different phenotypes (one species tested lacks ornamentation throughout life [non-ornamented males] while the other
2010 Feb 01
3
playwith error message
Hi, I'am using the playwith library to write my own small GUI application. But I get the following error under Windows and Linux (Ubuntu): Error in if ((modeOK %in% c("Identify", "Brush")) && (actions$ident == : Fehlender Wert, wo TRUE/FALSE n?tig ist Under linux my R program simply continues, but under Windows it stops. Since it is not in my code, has anyone
2011 Mar 11
1
Unintuitive backwards-incompatible behaviour with rsync -a --link-dest --size-only
I use rsync to backup my system, using a command-line such as the following: > rsync [src] [dst] -a --link-dest --size-only In this case, [src] is produced by a command that makes no attempt to preserve timestamps ("svnadmin hotcopy", in this case). That's why I use --size-only. Here's the rub: identical files aren't hard-linked like I expect them to be. They're full
2011 Mar 01
1
Photoshop CS5 Ubuntu 10.10 and 10.04
Hello friends. I have got a problem with Photoshop in wine and compiz. Brush http://fotki.yandex.ru/users/tefery/view/300725/?page=0 Healing brush http://fotki.yandex.ru/users/tefery/view/300903/?page=0 Size over 70px. When i turn off the compiz, it's ok. But in this case when windows is moving it's look like win in soliter. I have updated compiz and wine but nothing happend.
1999 Jul 28
2
3d in R
Dear R-users and R-developpers, I've not been able to find 3d graphics in R, like Splus spin() or brush(). Are there any that I've missed and/or is anybody working on implementing these type of functions? Thanks Dr. Agustin Lobo Instituto de Ciencias de la Tierra (CSIC) Lluis Sole Sabaris s/n 08028 Barcelona SPAIN tel 34 93409 5410 fax 34 93411 0012 alobo at ija.csic.es
2004 Nov 23
1
File Creation Error on an SMB Volume
> Hi folks, > My SMB server is a Helios Ethershare 3.1 on a Tru64 Alpha machine. > We are now integrating more and more gentoo-Linux Servers. These are the > SMB Clients. > > On Obelix (one of our gentoo-Servers) I can mount the SMB Volume from the > Ethershare Server. > obelix nc4smb # whoami > root > obelix # mount -t smbfs -o username=m.heckmann
2011 Mar 26
4
Unable to compile Wine 1.1.16
Hi, I must to compile Wine 1.1.16 to try a patch (it doesn't work with the latest Wine) and during the compilation, i have an error with gdi32. > make[2]: Leaving directory `/home/wine-1.1.16/dlls/gdi32/tests' > make[2]: Entering directory `/home/wine-1.1.16/dlls/gdi32/tests' > gcc -m32 -c -I. -I. -I../../../include -I../../../include -D_REENTRANT -fPIC -Wall -pipe
2010 Oct 07
2
first post and bootstarpping problems
Hello to all R users, I use R for a year now and am dealing with geometric morphometrics of deer skulls. Yes, I am a biologist and my math skills are just beginning to brush up. To cut to the chase... I have two groups in my data (males and females) and my data is in a simple vector form. Now I need a bootstrap test for this value szc1 <- ((mean(maleCent)-mean(femaCent))^
2016 Dec 10
2
AD accounts not available to OS
Hey guys, I'm setting up a Samba 4 AD DC server on Debian 8 (see pkg list below). Things are working relatively well except that I'm concerned that the domain accounts are not available to the OS. ie getent group "Domain Admins" returns nothing. I've implemented roaming profiles which is working very well but redirected folders are not and I'm thinking it's a
2008 Jan 19
5
No joy from Wx::App.dispatch, Wx::App.yield...
OK, back with another iteration of the same problem... I updated my game demo, but the Close button failed to respond when (and only when) there were too many objects onscreen. The drawing loop is probably lasting longer than my drawing timer interval. I was able to reproduce the problem in my (probably familiar by now) test script just by boosting the number of lines drawn per frame. After
2003 Feb 05
2
summary: printing to Win95 local printer
I tried to setup samba to print to a win95 box and I was using lpd from RH7.3 After trying everything I found Cups and looked at the docs and it prints great to the win95 Local Printer. Thanks for your help -- Ron Bramblett Sys Admin Fuller Brush Company
2006 Apr 13
3
What does "rbind(iris[,,1], iris[,,2], iris[,,3])" do?
It's in the Venables & Ripley MASS (ed 3) book in the section on principal components. The context is as follows > ir <- rbind(iris[,,1], iris[,,2], iris[,,3]) > ir.species <- factor(c(rep("s",50),rep("c",50),rep("v",50))) (then they use brush(ir) which I guess is not an R function) and then > princomp(log(ir[1:4]),cor=T) (there is no [1:4]
2007 Sep 06
1
Rggobi compilation error: display.c
On a ubuntu linux computer (Feisty, i386), I compile R and additional packages from source. The compiler is gcc 4.1.2. The problem is, I can run "sudo R" and successfully compile all packages (e.g., MASS, lattice) except rggobi. The error seems to be in display.c. My ggobi is in /usr/local/, which R can find. I don't think this is a dependence issue because install.packages(...,
2007 Jul 09
2
[LLVMdev] Pluggable Register Coalescers
On Monday 09 July 2007 16:49, Reid Spencer wrote: > The only thing that comes to mind is that creating and running the > coalescer are separate operations so you might want to do the creation > of it in alias analysis style. Then, the allocator can a) determine if a > coalescer was created, b) obtain the coalescer that was created, if any, > and c) run it at the right time for the
2016 Dec 10
3
AD accounts not available to OS
The main docs page, really? That's not helpful at all. On Sat, Dec 10, 2016 at 3:04 AM Rowland Penny via samba < samba at lists.samba.org> wrote: > On Sat, 10 Dec 2016 02:00:53 +0000 > Philippe LeCavalier via samba <samba at lists.samba.org> wrote: > > > Hey guys, > > > > I'm setting up a Samba 4 AD DC server on Debian 8 (see pkg list > >