This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Append RAqua libs to R_LIBS" = NO; | |
"ApplicationCrashedAfterRelaunch" = 0; | |
"auto.close.parens" = YES; | |
"Background Color" = <040b7374 7265616d 74797065 6481e803 84014084 8484074e 53436f6c 6f720084 84084e53 4f626a65 63740085 84016301 84046666 66660101 010186>; | |
"Cleanup history entries" = YES; | |
"Console Font Size" = 10; | |
"default.CRAN.mirror.save.dontask" = NO; | |
"default.CRAN.mirror.URL" = "http://streaming.stat.iastate.edu/CRAN"; | |
"Disable R signal handlers" = NO; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
library(Rcpp) | |
cppFunction(' | |
int countSteps (DataFrame df, double thresh=0.001) { | |
int out = 0; | |
if(df.nrows()==0) return out; | |
int last_i = 0; | |
out++; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This is pdfTeX, Version 3.1415926-2.3-1.40.12 (MiKTeX 2.9) (preloaded format=latex 2012.3.25) 18 SEP 2013 13:21 | |
entering extended mode | |
**c:/Users/KWILLI?1/AppData/Local/Temp/orgtex6488Qq2.tex | |
(c:/Users/KWILLI~1/AppData/Local/Temp/orgtex6488Qq2.tex | |
LaTeX2e <2011/06/27> | |
Babel <v3.8m> and hyphenation patterns for english, afrikaans, ancientgreek, ar | |
abic, armenian, assamese, basque, bengali, bokmal, bulgarian, catalan, coptic, | |
croatian, czech, danish, dutch, esperanto, estonian, farsi, finnish, french, ga | |
lician, german, german-x-2009-06-19, greek, gujarati, hindi, hungarian, iceland | |
ic, indonesian, interlingua, irish, italian, kannada, kurmanji, lao, latin, lat |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <Rcpp.h> | |
using namespace Rcpp; | |
//' Find "detectable change points" in a numeric data frame | |
//' | |
//' If you have a huge data frame that you want to do a line-plot of, this | |
//' function can help down-sample the data to remove consecutive redundancies | |
//' that would be undetectable in a plot whose resolution is higher than | |
//' \code{thresh}. It's similar *in spirit* to something like | |
//' \code{x <- diff(as.matrix(df)); which(apply(x, 1, function(r) any(r>thresh)))}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Process: rsession [91446] | |
Path: /Applications/RStudio.app/Contents/MacOS/rsession | |
Identifier: rsession | |
Version: ??? | |
Code Type: X86-64 (Native) | |
Parent Process: RStudio [91444] | |
Responsible: Terminal [283] | |
User ID: 2025 | |
Date/Time: 2015-06-25 14:15:19.452 -0500 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% brew install apache-spark | |
> Sys.setenv(SPARK_HOME="/usr/local/Cellar/apache-spark/1.4.1/libexec") | |
> .libPaths(c(file.path(Sys.getenv("SPARK_HOME"), "R", "lib"), .libPaths())) | |
> library(SparkR) | |
> sc <- sparkR.init(master="local") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Please note that these warnings are just used to help the Homebrew maintainers | |
with debugging if you file an issue. If everything you use Homebrew for is | |
working fine: please don't worry and just ignore them. Thanks! | |
Warning: Broken symlinks were found. Remove them with `brew prune`: | |
/usr/local/share/ghostscript/9.10/Resource/Font/logo10.pfb | |
/usr/local/share/ghostscript/9.10/Resource/Font/logo8.pfb | |
/usr/local/share/ghostscript/9.10/Resource/Font/logo9.pfb | |
/usr/local/share/ghostscript/9.10/Resource/Font/logobf10.pfb | |
/usr/local/share/ghostscript/9.10/Resource/Font/logod10.pfb |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% pkgutil --verify org.tug.mactex.texlive2015 | |
Verifying files from package 'org.tug.mactex.texlive2015' on '/'. | |
Group differs on "usr/local", should be 0, group is 80. | |
Permissions differ on "usr/local", should be drwxr-xr-x , they are drwxrwxr-x . | |
Group differs on "usr/local/texlive/2015/LICENSE.CTAN", should be 0, group is 704. | |
Group differs on "usr/local/texlive/2015/LICENSE.TL", should be 0, group is 704. | |
Group differs on "usr/local/texlive/2015/README", should be 0, group is 704. | |
Group differs on "usr/local/texlive/2015/README.usergroups", should be 0, group is 704. | |
Group differs on "usr/local/texlive/2015/bin/universal-darwin", should be 0, group is 704. | |
User differs on "usr/local/texlive/2015/bin/universal-darwin/makeglossaries", should be 501, user is 0. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> packrat::init(options = list(use.cache=TRUE)) | |
Initializing packrat project in directory: | |
- "/Users/kwilliams/git/fpdc/src/main/R/FPDC" | |
Adding these packages to packrat: | |
_ | |
AMGUtils 0.5.32 | |
BayesX 0.2-9 | |
FNN 1.1 | |
Formula 1.2-1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
My task: | |
- name: Download standard stuff | |
s3: | |
bucket: my-bucket | |
object: /bootstrap/foo.tgz | |
dest: /tmp/foo.tgz | |
mode: get |
OlderNewer