Displaying 20 results from an estimated 305 matches for "brew".
Did you mean:
bret
2012 Mar 28
1
Nested brew call yields Error in .brew.cat(26, 28) : unused argument(s) (26, 28)
I am writing several webpages using the brew package and R2HTML. I would
like to work off one script so I am using nested brew calls. The
documentation for brew states that:
"NOTE: brew calls can be nested and rely on placing a function named
?.brew.cat? in the environment in which it is passed. Each time brew is
called, a check for...
2010 Aug 06
1
brew equivalent of "R CMD Sweave"
Dear all
Is there an equivalent of "R CMD Sweave" for brew [1] documents?
Something in the lines of "R CMD brew"? Can R be configured to parse
brew documents from the commandline, without opening an interactive R
session and issuing the following?
require(brew)
brew("featurefull.brew")
I would like to set a LyX converter for brew docu...
2007 Aug 21
0
brew 1.0-1
brew implements a templating framework for mixing text and R code for
report generation. brew template syntax is similar to PHP, Ruby's erb
module, Java Server Pages, and Python's psp module.
brew is written in R with no package dependencies, and it's not just for
the web. It can be used...
2017 Jun 01
0
odfWeave - A loop of the "same" data
...> feels clunky (unless I can script the merge!)
>
> Anyone got a better way?
For a complex template inside a loop, I'd probably do as Jeff suggests and
use a knitr child document for ease of developing and debugging the
template.
But for the simple case you describe I'd use a brew script to
unroll the loop.
You would write your input file as usual, but put a brew script in the
right place, then run brew on the input file to produce an
intermediate file that unrolls the loop, then weave the intermediate
file to get your desired result. Here is a simple example of such you...
2019 Jan 23
0
Newbie - SNMP-UPS Driver Issue
On Jan 22, 2019, at 5:29 PM, NutList <dean at trasente.com> wrote:
>
> Hello all,
> I have exhausted my research and need a little help with some basic concepts. First time configuration working with NUT and putting into a OS X environment. Was able to install the package using Brew. Have read the documentation and have been able to get the server running and agent running using MACOSX-UPS driver and connect to UPS via USB. I would however like to integrate a TrippLite UPS with TLNETCARD (IP management card). I see in the documentation that this may be best accomplished using...
2019 Jan 31
1
1.1~pre17 is no longer available for OSX from Homebrew.
Hey Folks,
It seems that Homebrew for some reason arbitrarily decided to banish all
of the --devel flavors from all of their installable packages. I
couldn't find any discussion as to why or what they intend to replace
the function with.
**update; this is where they decided to do this;
https://github.com/Homebrew/brew/pull/...
2019 Jan 22
2
Newbie - SNMP-UPS Driver Issue
Hello all,
I have exhausted my research and need a little help with some basic concepts. First time configuration working with NUT and putting into a OS X environment. Was able to install the package using Brew. Have read the documentation and have been able to get the server running and agent running using MACOSX-UPS driver and connect to UPS via USB. I would however like to integrate a TrippLite UPS with TLNETCARD (IP management card). I see in the documentation that this may be best accomplished using...
2017 Jun 01
3
odfWeave - A loop of the "same" data
Before I go and do this another way - can I check if anyone has a way of looping through data in odfWeave (or possibly sweave) to do a repeating analysis on subsets of data?
For simplicity lets use mtcars dataset in R to explain. Dataset looks like this:
> mtcars
mpg cyl disp hp drat wt ...
Mazda RX4 21.0 6 160 110 3.90 2.62 ...
Mazda RX4 Wag 21.0 6 160 110 3.90
2012 Dec 28
3
installing ruby 1.9.3 in michael hartl's ruby on rails tutorial
...parate terminal to execute any additional commands.
Notes for Mac OS X 10.8.2, Xcode 4.5.2.
For JRuby: Install the JDK. See http://developer.apple.com/java/download/ # Current Java version "1.6.0_26"
For IronRuby: Install Mono >= 2.6
For Ruby 1.9.3: Install libksba # If using Homebrew, ''brew install libksba''
For Opal: Install Nodejs with NPM. See http://nodejs.org/download/
To use an RVM installed Ruby as default, instead of the system ruby:
rvm install 1.8.7 # installs patch 357: closest supported version
rvm system ; rvm gemset export system.gems ;...
2013 Feb 28
5
CentOS 6.4 in the making perhaps?
I see Johnny Hughes has released CR-updates for CentOS 6.
Is CentOS 6.4 brewing yet then? 8-)
--
BW,
Sorin
-----------------------------------------------------------
# Sorin Srbu [Sysadmin, Systems Engineer]
# Dept of Medicinal Chemistry, Phone: +46 (0)18-4714482 >3 signals> GSM
# Div of Org Pharm Chem, Mobile: +46 (0)70-4250229
# Box 574, Uppsala University, Fax...
2008 Jun 18
2
Trouble brewing in dmesg... any ideas?
Hello fellow listers! I've got some errors starting to crop up on one of my CentOS5 boxes. Below is a transcript:
vi S 048C664F 2600 4176 2837 (NOTLB)
f1c87b68 00000082 c30229e0 048c664f 00000e65 f1c87b18 00000007 f7bacaa0
f7d97aa0 048c72fc 00000e65 00000cad 00000003 f7bacbac c302a9e0 c042daae
f7d20000 f1c87b70 00000286 ffffffff 00000000
2011 Jan 20
1
Generating time progressing line for Google Earth
Dear,
I am trying to visualise a time-progressing line (it's supposed to
represent spread patterns) using brew package and Google Earth.
The idea is to have a function which takes start and end point
geographic coordinates, as well as number of intervals to chop the path
up, and returns the collection of points segmenting this line.
Unfortunately my calculations fail for large distances, as the
generated...
2009 Apr 28
1
Processing POST data with brew?
Heya Folks,
I've got to process a form that contains variable series of values,
which i want to collect into a vectors.
Say the first series has ten values, with id's ranging from X1 to X10,
currently i process them in the following hardcoded manner:
x1 <- c(as.numeric(POST$X1), as.numeric(POST$X2), as.numeric(POST$X3),
as.numeric(POST$X4), as.numeric(POST$X5), as.numeric(POST$X6),
2006 Jul 14
4
Rails Lighttpd Issue on Fedora
Hi guys,
I''m here again with a problem. I have a rails app called brewed. It''s
located /home/user/brewed. My lighttpd.conf is located at
/home/user/lighty. When I execute lighty on port 80 with:
/usr/local/sbin/lighttpd -f /home/user/lighty/lighttpd.conf rails seems
to work fine.
If I type www.mysite.com/main/index on my browser, the page comes out
well...
2005 Oct 23
0
brewing stats
I guess this isn't so much of a help request as a show-and-tell from a
non-statistician homebrewer who has been fumbling around with R. If
nothing else it provides yet another data set. I hope it is not out of
line.
Anyway, the plots I have produced are at
http://brewiki.org/BatchSparge#poll
The polling method is somewhat simple, its just one of those multiple
choice style polls you c...
2020 Feb 07
4
Call for testing: OpenSSH 8.2
...nd on NetBSD-current on
> amd64. Issues with MacOS Catalina:
> configure: error: *** working libcrypto not found, check config.log
AFAIK MacOS no longer includes libcrypto or headers in the base operating
system, so you'll either need to compile them yourself or install them
via macports/brew/etc.
-d
2024 Jul 04
1
Apple's SSH x OpenSSH (brew) x CTK x Security Key types
...ilable whenever I need it but in normal operation would be either stored in or wrapped by Secure Enclave (this means EC keys), instead of provisioning 5 resident FIDO keys, one Secretive SE-wrapper key and a backup key. (I know, I could use certificates, and maybe I will!).
Why don?t I just use the brew version with pkcs11/ykcs11?
a) Because it adds all the keys in the PIV token including deleted keys that are not listed anywhere (I only got rid of those by resetting the applet completely) and the attestation key
* thankfully the attestation key refuses to sign arbitrary data, as it should
b) Bec...
2007 Sep 28
5
R-Server remotecontrolled via browser-GUI
dear r-community,
currently i have a workflow as following:
data in online-MYSQL-database via .csv into R for analysis, results
back to mysql.
generating graphics for reports also.
that's ok, but i need some process-optimization.
i'd like to run r directly on the webserver. analysis should work
automatically, after the appropriate r-script was selected in a
browser-gui for R.
until
2016 Jan 17
4
Running without anvil?
...hem all off:
# We don't want to serve any protocols, so we don't bind to any ports.
# We can run everything as me.
protocols =
default_login_user = dave
default_internal_user = dave
The only thing is, I keep getting these in var/log/mail.log:
anvil: Fatal: chroot(/Users/dave/brew/var/run/dovecot/empty) failed: Operation not permitted
master: Error: service(anvil): command startup failed, throttling for 60 secs
auth: Error: read(anvil-auth-penalty) failed: EOF
Any suggestions?
TIA,
Dave
2015 Sep 22
2
[compiler-rt] Add iOS simulator link flag
Sadly I really can’t help you debug the home-brew build, it is a good ways outside my expertise.
If you want to try building from source using the guide here: http://llvm.org/docs/GettingStarted.html#getting-started-quickly-a-summary <http://llvm.org/docs/GettingStarted.html#getting-started-quickly-a-summary>
I’d be more helpful. As it is,...