similar to: New package: ggghost 0.1.0 - Capture the spirit of your ggplot2 calls

Displaying 20 results from an estimated 3000 matches similar to: "New package: ggghost 0.1.0 - Capture the spirit of your ggplot2 calls"

2017 Mar 17
2
RFC: (in-principle) native unquoting for standard evaluation
I love the pointer analogy. Presumably the additional complication of scope breaks this however. * itself would have been a nice operator for this were it not prone to ambiguity (`a * *b` vs `a**b`, from which @ does not suffer). Would this extension require that function authors explicitly enable auto-quoting support? I somewhat envisioned functions seeing the resolved unquoted object (within
2017 Mar 17
0
RFC: (in-principle) native unquoting for standard evaluation
Interesting idea. Lazy and non-standard evaluation is going to happen; the language needs a way to contain it. I'll extend the proposal so that prefixing a formal argument with @ in function() marks the argument as auto-quoting, so it arrives as a language object without use of substitute(). Kind of like how '*' in C declares a pointer and dereferences one. subset <- function(x,
2017 Mar 19
0
RFC: (in-principle) native unquoting for standard evaluation
Yes, it would bind the language object to the environment, like an R-level promise (but "promise" of course refers specifically to just _lazy_ evaluation). For the uqs() thing, expanding calls like that is somewhat orthogonal to NSE. It would be nice in general to be able to write something like mean(x, extra_args...) without resorting to do.call(mean, c(list(x), extra_args)). If we had
2010 May 11
1
Announcing Spirit Markdown
Here is another implementation of Markdown, this time in c++ using the Boost Spirit library. Spirit Markdown is written in (hopefully!) idiomatic modern c++ and a full suite of unit tests are provided. It is licensed under the Boost Software License (OSI compliant). The purpose of writing this is: * for me to gain expertise in the use of Spirit, both through direct experience and public review,
2017 Mar 19
3
RFC: (in-principle) native unquoting for standard evaluation
Would this return a quosure? (i.e. a single sided formula that captures both expression and environment). That's the data structure we've adopted in tidyeval as it already has some built in support. Hadley On Friday, March 17, 2017, Michael Lawrence <lawrence.michael at gene.com> wrote: > Interesting idea. Lazy and non-standard evaluation is going to happen; the > language
2005 Nov 07
0
rsync: readdir(.): Bad file descriptor (9)
Hi, I've spent the better part of three weeks tracking into this problem. I hope you don't mind a post here on smbfs, but I was hoping someone might have some insight or ideas on where to look next. Summary: trying to rsync folders across an smb mounted share with EXACTLY 50 objects (folder or files), results in the error rsync: readdir(.): Bad file descriptor (9) Details The problem
2004 Jun 01
1
include directory and all files under
Sorry, but it seems everytime I setup a different rsync operation (client only) I end up here unraveling the include/exclude stuff I need. The documentation is quite good but I guess the subject is just quite a bit to chew. To cut to the chase: I want to sync up my own snapshot repository of openbsd. The basic install files. They reside at:
2009 Aug 17
1
Problem with setter override on ActiveRecord
(This message was originally written on StackOverflow -- the formatting is much prettier there -- http://stackoverflow.com/questions/1283046/problem-with-setter-override-on-activerecord) This is not exactly a question, it''s rather a report on how I solved an issue with write_attribute when the attribute is an object, on Rails'' Active Record. I hope this can be useful to others
2017 Mar 17
4
RFC: (in-principle) native unquoting for standard evaluation
(please be gentle, it's my first time) I am interested in discussions (possibly reiterating past threads -- searching didn't turn up much) on the possibility of supporting standard evaluation unquoting at the language level. This has been brought up in a recent similar thread here [1] and on Twitter [2] where I proposed the following desired (in-principle) syntax f <-
2017 Mar 26
0
valaddin (0.1.0): Make your functions more robust
Dear fellow R users, valaddin (0.1.0) has been published on CRAN: https://cran.r-project.org/package=valaddin Using valaddin, you can transform an existing function into a function with input validation, without having to rewrite it with stop() or stopifnot() statements. It therefore provides a convenient and consistent way to make your functions more robust and more predictable, either
2017 Mar 26
0
valaddin (0.1.0): Make your functions more robust
Dear fellow R users, valaddin (0.1.0) has been published on CRAN: https://cran.r-project.org/package=valaddin Using valaddin, you can transform an existing function into a function with input validation, without having to rewrite it with stop() or stopifnot() statements. It therefore provides a convenient and consistent way to make your functions more robust and more predictable, either
2005 May 09
1
Interfacing AT&T Spirit System to Asterisk
Greetings, Does anyone know if there is a cost effective way to interface an older AT&T Spirit system into Asterisk. I'm only interested in A) being able to offer voicemail and B) possibly an AAT to callers. I've thought about just stringing the FXO cards into the line1/2 slots that go into the Spirit system... asterisk would pickup if no one answered the Spirit phones.... however....
2012 Mar 15
1
[LLVMdev] FYI -- potential compile time regression on boost spirit with r152737 and/or r152752
Justed wanted to drop folks a note in case they started investigating issues... Eric let me know that he was seeing a significant compile time regression (3x!!!) for O2 builds of Boost spirit on the nightly testers. The really weird thing is that this was only happening for the ARM targeted build. =/ Very strange, and makes it more likely that there is a smoking gun of "oh, oops". I
2003 May 13
2
SMP Proliants and Smart2 Array controllers. (Was: Proliant on a 6500)
I've included all posts till now. Can I ask anyone with older proliant multi-cpu hardware using the smart2 controllers to get in touch with me? I am curious to know if this works for anyone... -D Quoting Danny Carroll <fbsd@dannysplace.net>: > Still more info... > It does not work on 5_0-RELEASE either. > > -D > ----- Original Message ----- > From: "Danny
2003 Jun 27
2
Can't add machine account to domain
I am running samba-2.2.7a-7.9.0 on RedHat 9.0. The domain I am trying to join has a different name than the workgroup I am trying to leave. Below is a copy of the last two entries of the computer_name.log, which are created when I try to add the machine account. [2003/06/27 15:57:24, 0] rpc_server/srv_samr_nt.c:_api_samr_create_user(1929) User carroll-313cny4$ does not exist in system
2004 Aug 06
0
error with libshout
what kind of user group is this if there is no support within it? K <p>MR I wrote: > so no one else has an idea???? > > K > > Wade Carroll wrote: > >> Good luck with that. >> >> Actually I didn't mean log. I meant the icecast console itself. If >> it's in >> the right console mode (2?) it will display everything that's
2012 Jan 24
4
Select elements from text
Hi, I have a series of MS word files and each file contains plain text. From these texts I would like to extract only those elements (read: words) that are between square brackets. Example of a text: Most fundamentally, it has led to an effort to clarify the organizational form concept. According to them [see also Smith, Jones and Carroll 2002], categories emerge as audience members recognize
2007 Dec 27
2
Odd time conversion glitch
Hello, all. I ran across an odd problem while working in R 2.6.0. The command line text follows. Basically, I attempted to convert a character vector of length 13 (in a data frame with 13 rows) from a character representation of dates to a POSIX representation using strptime. strptime returned a vector of length 9, which appears to contain 13 values (!) in the appropriate format. I can't
2006 Jan 27
0
Mad Railers First Meeting
Hi all, We are very pleased to announce the first meeting of Mad Railers, the Madison, WI Ruby on Rails Users Group. Here are the details: When: Monday, February 13, 2006 from 6 p.m. - 9 p.m. Where: Madison Area Technical College Downtown Education Center 211 N. Carroll St. Madison, WI 53703 Room D240 Google Maps Link:
1999 Jul 06
0
Force Group and NFS mounted dir problems
Hi! I hope you can assist me with this one. We are using version Samba 2.0.3 and are having troubles making the "force group" config option work as expected. To make matters more interesting the file system being samba-shared is mounted from another unix server. To explain: Machine "marvin" (Solaris 2.7) exports /mnt/anthias using (/etc/dfs/dfstab): share -F nfs -o