From 69c98ef1b1cbd8ff7330560334b4c48acd3138ee Mon Sep 17 00:00:00 2001 From: James J Balamuta Date: Mon, 13 Nov 2023 17:02:08 -0800 Subject: [PATCH] Add URLS --- DESCRIPTION | 6 +++--- man/assignr-package.Rd | 13 ++++--------- 2 files changed, 7 insertions(+), 12 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index f310357..59ab3e8 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -13,8 +13,8 @@ Description: Writing homework assignments for students in the age of 'RMarkdown' are together in one file. Depends: R (>= 3.3.0) -URL: https://github.com/coatless/assignr, http://thecoatlessprofessor.com/projects/assignr/ -BugReports: https://github.com/coatless/assignr/issues +URL: https://github.com/coatless-rpkg/assignr, https://r-pkg.thecoatlessprofessor.com/assignr/ +BugReports: https://github.com/coatless-rpkg/assignr/issues License: GPL (>= 2) Encoding: UTF-8 LazyData: true @@ -26,4 +26,4 @@ Suggests: knitr, covr VignetteBuilder: knitr -RoxygenNote: 7.1.1 +RoxygenNote: 7.2.3 diff --git a/man/assignr-package.Rd b/man/assignr-package.Rd index 289b7e8..c39fca1 100644 --- a/man/assignr-package.Rd +++ b/man/assignr-package.Rd @@ -6,19 +6,14 @@ \alias{_PACKAGE} \title{assignr: Create Homework Assignments and Solutions using 'RMarkdown'} \description{ -Writing homework assignments for students in the age of 'RMarkdown' - necessitates the creation of two separate documents -- assign.Rmd and soln.Rmd. - The goal of assignr is to create one document main.Rmd that can be broken - apart into the above two documents. Thus, there is no longer a need to copy - and paste between the assign and the soln documents as all of the contents - are together in one file. +Writing homework assignments for students in the age of 'RMarkdown' necessitates the creation of two separate documents -- assign.Rmd and soln.Rmd. The goal of assignr is to create one document main.Rmd that can be broken apart into the above two documents. Thus, there is no longer a need to copy and paste between the assign and the soln documents as all of the contents are together in one file. } \seealso{ Useful links: \itemize{ - \item \url{https://github.com/coatless/assignr} - \item \url{http://thecoatlessprofessor.com/projects/assignr/} - \item Report bugs at \url{https://github.com/coatless/assignr/issues} + \item \url{https://github.com/coatless-rpkg/assignr} + \item \url{https://r-pkg.thecoatlessprofessor.com/assignr/} + \item Report bugs at \url{https://github.com/coatless-rpkg/assignr/issues} } }