diff --git a/homework/homework_1.Rmd b/homework/homework_1.Rmd index c72dd71..05fa71a 100644 --- a/homework/homework_1.Rmd +++ b/homework/homework_1.Rmd @@ -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). @@ -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}