Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions homework/homework_1.Rmd
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
---
title: "Homework 1"
author: |
author: |
| W. Evan Johnson, Ph.D.
| Director, Center for Data Science
| Rutgers New Jersey Medical School
date: "`r Sys.Date()`"
output: pdf_document
date: '`r Sys.Date()`'
output:
html_document:
df_print: paged
---
\subsection*{R Markdown}
R Markdown is a powerful tool for **literate prgramming.** Note that all Homework in this class will need to be completed in R Markdown and submitted (with both the .Rmd and .html file) in a compressed/zipped file format. See Question \ref{tar} below for more details on this. Also, please complete the following:
R Markdown is a powerful tool for **literate programming.** Note that all Homework in this class will need to be completed in R Markdown and submitted (with both the .Rmd and .html file) in a compressed/zipped file format. See Question \ref{tar} below for more details on this. Also, please complete the following:

\begin{enumerate}
\item To gain more practice with R Markdown, recreate the .Rmd file for the example file: "homework1\_html.html" in the homework1 tarball (see below).
Expand Down Expand Up @@ -49,5 +51,5 @@ Most Unix implementations include a large number of powerful tools and utilities
\subsection*{GitHub}
\begin{enumerate}
\item Fork the \href{https://github.com/wevanjohnson/my.package}{https://github.com/wevanjohnson/my.package} directory and clone it to your local machine. Then add your name as an author in the DESCRIPTION file local repository and add a multiplication function to the R package (R folder). Then push the changes to your GitHub fork, and send me a pull request with your changes.
\item Clone the \href{https://github.com/wevanjohnson/2024\_Spring\_BDMA}{https://github.com/wevanjohnson/2024\_Spring\_BDMA} repository on your computer. Find something that could be improved (typo? explain somthing better), add files/changes to it, and upload it to GitHub. Send another well-annotated pull request to Dr. Johnson.
\item Clone the \href{https://github.com/wevanjohnson/2024\_Spring\_BDMA}{https://github.com/wevanjohnson/2024\_Spring\_BDMA} repository on your computer. Find something that could be improved (typo? explain something better), add files/changes to it, and upload it to GitHub. Send another well-annotated pull request to Dr. Johnson.
\end{enumerate}