Files in KentonWhite/rsangole-201-rstudio
Automates the Creation of New Statistical Analysis Projects

.Rbuildignore
.gitattributes
.gitignore
.travis.yml
DESCRIPTION
Makefile
NAMESPACE
NEWS.md
ProjectTemplate.Rproj
R/add.config.R R/add.extension.R
R/arff.reader.R
R/cache.R R/cache.name.R R/cache.project.R R/clean.variable.name.R R/clear.R R/clear.cache.R R/config.R R/create.project.R R/csv.reader.R R/csv2.reader.R R/db.reader.R R/dbf.reader.R R/epiinfo.reader.R R/file.reader.R R/get.project.R R/help.R R/list.data.R R/load.project.R R/migrate.project.R R/mp3.reader.R R/mtp.reader.R R/octave.reader.R R/ppm.reader.R R/preinstalled.readers.R R/project.config.R R/r.reader.R R/rdata.reader.R R/reload.project.R R/require.package.R R/run.project.R R/show.project.R R/spss.reader.R R/sql.reader.R R/stata.reader.R R/stopifnotproject.R R/stub.tests.R R/systat.reader.R R/test.project.R R/translate.dcf.R R/tsv.reader.R R/url.reader.R R/wsv.reader.R R/xls.reader.R R/xlsx.reader.R R/xport.reader.R README.markdown TODO.markdown
appveyor.yml
build_script.R cran-comments.md
inst/defaults/config/default.dcf
inst/defaults/full/README.md
inst/defaults/full/TODO
inst/defaults/full/cache/README.md inst/defaults/full/config/README.md
inst/defaults/full/config/global.dcf
inst/defaults/full/data/README.md inst/defaults/full/diagnostics/1.R inst/defaults/full/diagnostics/README.md inst/defaults/full/docs/README.md inst/defaults/full/graphs/README.md inst/defaults/full/lib/README.md inst/defaults/full/lib/globals.R inst/defaults/full/lib/helpers.R inst/defaults/full/logs/README.md inst/defaults/full/munge/01-A.R inst/defaults/full/munge/README.md inst/defaults/full/profiling/1.R inst/defaults/full/profiling/README.md inst/defaults/full/reports/README.md inst/defaults/full/src/README.md inst/defaults/full/src/eda.R inst/defaults/full/tests/1.R inst/defaults/full/tests/README.md inst/defaults/rstudio/README.md
inst/defaults/rstudio/RStudio_Project_Name.Rproj
inst/defaults/rstudio/TODO
inst/defaults/rstudio/cache/README.md inst/defaults/rstudio/config/README.md
inst/defaults/rstudio/config/global.dcf
inst/defaults/rstudio/data/README.md inst/defaults/rstudio/diagnostics/1.R inst/defaults/rstudio/diagnostics/README.md inst/defaults/rstudio/docs/README.md inst/defaults/rstudio/graphs/README.md inst/defaults/rstudio/lib/README.md inst/defaults/rstudio/lib/globals.R inst/defaults/rstudio/lib/helpers.R inst/defaults/rstudio/logs/README.md inst/defaults/rstudio/munge/01-A.R inst/defaults/rstudio/munge/README.md inst/defaults/rstudio/profiling/1.R inst/defaults/rstudio/profiling/README.md inst/defaults/rstudio/reports/README.md inst/defaults/rstudio/src/README.md inst/defaults/rstudio/src/eda.R inst/defaults/rstudio/tests/1.R inst/defaults/rstudio/tests/README.md
inst/example_data/example.foo
inst/example_data/example_01.csv
inst/example_data/example_02.csv.bz2
inst/example_data/example_03.csv.zip
inst/example_data/example_04.csv.gz
inst/example_data/example_05.tsv
inst/example_data/example_06.tsv.bz2
inst/example_data/example_07.tsv.zip
inst/example_data/example_08.tsv.gz
inst/example_data/example_09.wsv
inst/example_data/example_10.wsv.bz2
inst/example_data/example_11.wsv.zip
inst/example_data/example_12.wsv.gz
inst/example_data/example_13.RData
inst/example_data/example_14.rda
inst/example_data/example_15.url
inst/example_data/example_16.tab
inst/example_data/example_17.tab.bz2
inst/example_data/example_18.tab.zip
inst/example_data/example_19.tab.gz
inst/example_data/example_20.txt
inst/example_data/example_21.txt.bz2
inst/example_data/example_22.txt.zip
inst/example_data/example_23.txt.gz
inst/example_data/example_24.R inst/example_data/example_25.r
inst/example_data/example_26.xls
inst/example_data/example_27.xlsx
inst/example_data/example_28.db
inst/example_data/example_29.db
inst/example_data/example_30.db
inst/example_data/example_31.db
inst/example_data/example_32.arff
inst/example_data/example_33.file
inst/example_data/example_35.ppm
inst/example_data/example_36.dbf
inst/example_data/example_37.sav
inst/example_data/example_38.sav
inst/example_data/example_39.dta
inst/example_data/example_40.dta
inst/example_data/example_41.xport
inst/example_data/example_42.xpt
inst/example_data/foo.reader.R
inst/example_data/sqlite3_examples.sql
man/ProjectTemplate.Rd man/add.config.Rd man/add.extension.Rd man/arff.reader.Rd man/cache.Rd man/cache.name.Rd man/cache.project.Rd man/clean.variable.name.Rd man/clear.Rd man/clear.cache.Rd man/create.project.Rd man/csv.reader.Rd man/csv2.reader.Rd man/db.reader.Rd man/dbf.reader.Rd man/epiinfo.reader.Rd man/file.reader.Rd man/get.project.Rd man/list.data.Rd man/load.project.Rd man/migrate.project.Rd man/mp3.reader.Rd man/mtp.reader.Rd man/octave.reader.Rd man/ppm.reader.Rd man/preinstalled.readers.Rd
man/project.config.Rd
man/r.reader.Rd man/rdata.reader.Rd man/reload.project.Rd man/require.package.Rd man/run.project.Rd man/show.project.Rd man/spss.reader.Rd man/sql.reader.Rd man/stata.reader.Rd man/stub.tests.Rd man/systat.reader.Rd man/test.project.Rd man/translate.dcf.Rd man/tsv.reader.Rd man/url.reader.Rd man/wsv.reader.Rd man/xls.reader.Rd man/xlsx.reader.Rd man/xport.reader.Rd tests/run-all.R tests/testthat/migration/0.5-2/cache/dummy.R
tests/testthat/migration/0.5-2/config/global.dcf
tests/testthat/migration/0.5-2/data/dummy.R tests/testthat/migration/0.5/cache/dummy.R
tests/testthat/migration/0.5/config/global.dcf
tests/testthat/migration/0.5/data/dummy.R tests/testthat/test-add_extension.R tests/testthat/test-autogen.R tests/testthat/test-cache.R tests/testthat/test-clear.R tests/testthat/test-config.R tests/testthat/test-create.R tests/testthat/test-list.R tests/testthat/test-load.R tests/testthat/test-migration.R tests/testthat/test-readers.R tests/testthat/test-reload.R tests/testthat/test-require.R tests/testthat/test-varnames.R tests/testthat/test-version.R
website/.gitignore
website/404.html
website/CNAME
website/Rlogo.png
website/_config.yml
website/_imgsrc/PT_Logo.ai
website/_imgsrc/caching.jpg
website/_imgsrc/caching.xcf
website/_imgsrc/directories.jpg
website/_imgsrc/directories.xcf
website/_imgsrc/head.jpg
website/_imgsrc/head.xcf
website/_imgsrc/loading.jpg
website/_imgsrc/loading.xcf
website/_imgsrc/logging.jpg
website/_imgsrc/logging.xcf
website/_imgsrc/mastering1.jpg
website/_imgsrc/mastering1.xcf
website/_imgsrc/mastering2.jpg
website/_imgsrc/mastering2.xcf
website/_imgsrc/mastering3.jpg
website/_imgsrc/mastering3.xcf
website/_imgsrc/mastering4.jpg
website/_imgsrc/mastering4.xcf
website/_imgsrc/mastering5.jpg
website/_imgsrc/mastering5.xcf
website/_imgsrc/mastering6.jpg
website/_imgsrc/mastering6.xcf
website/_imgsrc/mastering7.jpg
website/_imgsrc/mastering7.xcf
website/_imgsrc/munging.jpg
website/_imgsrc/munging.xcf
website/_imgsrc/munging_off.jpg
website/_imgsrc/munging_off.xcf
website/_imgsrc/unit_tests.jpg
website/_imgsrc/unit_tests.xcf
website/_layouts/page.html
website/architecture.markdown website/caching.markdown
website/caching.png
website/changes.markdown website/configuring.markdown website/contributing.markdown
website/create_letters_data_set.rb
website/directories.png
website/file_formats.markdown website/getting_started.markdown
website/github.png
website/head.png
website/images/apple-touch-icon-114x114.png
website/images/apple-touch-icon-72x72.png
website/images/apple-touch-icon.png
website/images/favicon.ico
website/index.markdown website/installing.markdown
website/javascripts/app.js
website/javascripts/jquery-1.5.1.min.js
website/letters.csv.bz2
website/loading.png
website/logging.png
website/logo.jpg
website/mailing_list.markdown website/mastering.markdown
website/mastering1.png
website/mastering2.png
website/mastering3.png
website/mastering4.png
website/mastering5.png
website/mastering6.png
website/mastering7.png
website/munging.png
website/munging_off.png
website/packages.markdown
website/philapd.db.zip
website/plot1.png
website/plot2.png
website/stylesheets/base.css
website/stylesheets/docs.css
website/stylesheets/layout.css
website/stylesheets/skeleton.css
website/unit_tests.png
website/updating.markdown
KentonWhite/rsangole-201-rstudio documentation built on May 24, 2019, 2:33 p.m.