From 0c31cd11b46902b3af2c7bfef8aad7b7ab1b2272 Mon Sep 17 00:00:00 2001 From: Candace Savonen Date: Wed, 26 Jun 2024 09:52:52 -0400 Subject: [PATCH] hotfix --- DESCRIPTION | 2 +- NAMESPACE | 1 - man/footnotes.Rd | 17 ----------------- man/get_chapters.Rd | 2 +- man/get_object_id_notes.Rd | 2 +- 5 files changed, 3 insertions(+), 21 deletions(-) delete mode 100644 man/footnotes.Rd diff --git a/DESCRIPTION b/DESCRIPTION index 64a520ed..fe5b3c95 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -48,4 +48,4 @@ VignetteBuilder: ByteCompile: true Encoding: UTF-8 LazyData: true -RoxygenNote: 7.2.3 +RoxygenNote: 7.3.1 diff --git a/NAMESPACE b/NAMESPACE index 68aaac30..96eb0c4b 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -18,7 +18,6 @@ export(check_quiz_attributes) export(check_quiz_question_attributes) export(check_quizzes) export(convert_coursera_quizzes) -export(convert_footnotes) export(convert_quiz) export(convert_utube_link) export(example_repo_cleanup) diff --git a/man/footnotes.Rd b/man/footnotes.Rd deleted file mode 100644 index 17930323..00000000 --- a/man/footnotes.Rd +++ /dev/null @@ -1,17 +0,0 @@ -% Generated by roxygen2: do not edit by hand -% Please edit documentation in R/footnotes.R -\name{convert_footnotes} -\alias{convert_footnotes} -\title{Convert Bookdown footnotes to Leanpub-formatted footnotes} -\usage{ -convert_footnotes(content) -} -\arguments{ -\item{content}{a character vector containing the lines of content from a file read in with readLines()} -} -\value{ -a character vector containing the content given but with Leanpub formatted foonotes -} -\description{ -Convert Bookdown footnotes to Leanpub-formatted footnotes -} diff --git a/man/get_chapters.Rd b/man/get_chapters.Rd index 378d40f0..348fa233 100644 --- a/man/get_chapters.Rd +++ b/man/get_chapters.Rd @@ -4,7 +4,7 @@ \alias{get_chapters} \title{Make Leanpub file that has embed webpage of a chapter} \usage{ -get_chapters(bookdown_index = file.path("docs", "index.html"), base_url = NULL) +get_chapters(html_page = file.path("docs", "index.html")) } \arguments{ \item{bookdown_index}{The file path of the rendered bookdown index.html file} diff --git a/man/get_object_id_notes.Rd b/man/get_object_id_notes.Rd index c768a13b..ecb9975c 100644 --- a/man/get_object_id_notes.Rd +++ b/man/get_object_id_notes.Rd @@ -17,7 +17,7 @@ Google Slides API calls a presentation slide ID as an 'object ID'. } \examples{ \dontrun{ - get_object_id_notes("https://docs.google.com/presentation/d/ +get_object_id_notes("https://docs.google.com/presentation/d/ 1H5aF_ROKVxE-HFHhoOy9vU2Y-y2M_PiV0q-JBL17Gss/edit?usp=sharing") } }