From 08af21a03e41ace5f10c9e6f12eff12adc76224b Mon Sep 17 00:00:00 2001 From: Candace Savonen Date: Wed, 20 Sep 2023 13:27:32 -0400 Subject: [PATCH] Update doc files for release --- .Rbuildignore | 3 +++ DESCRIPTION | 7 ++++--- NEWS.md | 5 +++++ cran-comments.md | 5 +++++ 4 files changed, 17 insertions(+), 3 deletions(-) create mode 100644 cran-comments.md diff --git a/.Rbuildignore b/.Rbuildignore index 93e63ee..7c91135 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -1,3 +1,5 @@ +^question_error_report.tsv$ +^.secrets/* ^Meta$ ^doc$ ^.*\.Rproj$ @@ -30,3 +32,4 @@ vignettes/.httr-oauth$ ^package_bundles/leanbuild_0.1.2.tar.gz* ^package_bundles/leanbuild_0.1.2.tgz* inst/extdata/tmp/default* + diff --git a/DESCRIPTION b/DESCRIPTION index 2d43b82..c5a97fd 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,13 +1,14 @@ Type: Package Package: ottrpal Title: Companion Tools for Open-Source Tools for Training Resources (OTTR) -Version: 1.1.1 +Version: 1.2 Authors@R: c( - person("Candace", "Savonen", , "cansav09@gmail.com", role = c("aut", "cre"), + person("Candace", "Savonen", , c("cansav09@gmail.com","csavonen@fredhutch.org"), role = c("aut", "cre"), comment = c(ORCID = "0000-0001-6331-7070")), person("John", "Muschelli", , "muschellij2@gmail.com", role = "aut", comment = c(ORCID = "0000-0001-6469-1750")), - person("Carrie", "Wright", , "cwrigh60@jhu.edu", role = "ctb") + person("Carrie", "Wright", , "cwrigh60@jhu.edu", role = "ctb"), + person("Howard", "Baek", , "notifications@github.com", role = "ctb") ) Description: Tools for converting Open-Source Tools for Training Resources (OTTR) courses into Leanpub or Coursera courses. 'ottrpal' is for use diff --git a/NEWS.md b/NEWS.md index d797eaf..ed9bbb3 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,9 @@ +# ottrpal 1.2 + +* Has the ability to transfer notes from a Google slide to fill in the alternative text and captions for the images for `include_slide()` +* Can accommodate multiple css files https://github.com/jhudsl/ottrpal/pull/115 + # ottrpal 1.0 * Attempt to fix citeproc error by @cansavvy in https://github.com/jhudsl/ottrpal/pull/7 diff --git a/cran-comments.md b/cran-comments.md new file mode 100644 index 0000000..c73dc74 --- /dev/null +++ b/cran-comments.md @@ -0,0 +1,5 @@ +## R CMD check results + +0 errors | 0 warnings | 0 notes + +* This is an update to add two features: the ability to sync google slide notes with figure captures and the ability to use multiple css files.