Skip to content

Commit

Permalink
moved practice files to single zip
Browse files Browse the repository at this point in the history
  • Loading branch information
jhelvy committed Jun 13, 2023
1 parent 6244b8d commit d9dafdc
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 9 deletions.
Binary file removed parts/designing-surveys/designing-surveys.zip
Binary file not shown.
Binary file removed parts/estimating-models/estimating-models.zip
Binary file not shown.
Binary file removed parts/fielding-surveys/fielding-surveys.zip
Binary file not shown.
9 changes: 0 additions & 9 deletions parts/render.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,3 @@ renderthis::to_pdf("index.html", paste0(lesson, ".pdf"))

# Compress the PDF to reduce size
tools::compactPDF(paste0(lesson, ".pdf"), gs_quality = 'ebook')

# Create zip files of class notes
zip::zip(
zipfile = paste0(lesson, ".zip"),
files = c(
# 'demoSurvey.Rmd',
'practice.R',
paste0(lesson, ".Rproj"))
)
15 changes: 15 additions & 0 deletions practice/2023-qux-conf-conjoint.Rproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Version: 1.0

RestoreWorkspace: Default
SaveWorkspace: Default
AlwaysSaveHistory: Default

EnableCodeIndexing: Yes
UseSpacesForTab: Yes
NumSpacesForTab: 4
Encoding: UTF-8

RnwWeave: Sweave
LaTeX: pdfLaTeX

BuildType: Website
Binary file added practice/2023-qux-conf-conjoint.zip
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit d9dafdc

Please sign in to comment.