diff --git a/DESCRIPTION b/DESCRIPTION
index 3bb9f2f6..204fc027 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,7 +1,7 @@
Package: boxr
Type: Package
Title: Interface for the 'Box.com API'
-Version: 0.3.5.9015
+Version: 0.3.6
Authors@R: c(
person("Brendan", "Rocks", email = "foss@brendanrocks.com",
role = c("aut")),
diff --git a/NEWS.md b/NEWS.md
index bf9f2578..331f89fc 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,4 +1,4 @@
-# boxr 0.3.5 (development version)
+# boxr 0.3.6
## Improvements
diff --git a/README.Rmd b/README.Rmd
index 3e113d30..6d9d0e03 100644
--- a/README.Rmd
+++ b/README.Rmd
@@ -15,11 +15,12 @@ url <- function(x = "") {
}
```
-[![Build Status](https://travis-ci.org/r-box/boxr.svg?branch=master)](https://travis-ci.org/r-box/boxr)
+
[![Win Build Status](https://ci.appveyor.com/api/projects/status/github/r-box/boxr?branch=master&svg=true)](https://ci.appveyor.com/project/r-box/boxr)
[![Project Status: Active - The project has reached a stable, usable state and is being actively developed.](https://img.shields.io/badge/repo%20status-active-brightgreen.svg)](https://www.repostatus.org/#active)
[![cran version](https://www.r-pkg.org/badges/version/boxr)](https://CRAN.R-project.org/package=boxr)
![monthly_downloads](https://cranlogs.r-pkg.org/badges/boxr)
+
# boxr
@@ -27,7 +28,7 @@ A lightweight, *opinionated*, high-level R interface to the box.com API, standin
[Box](https://www.box.com) is a cloud content-management and file-sharing service. The goal of the **boxr** package is to make it easier for you to integrate your Box account into your R workflow.
-## New in boxr 0.3.5 (development version)
+## New in boxr 0.3.6
In this release, we add new some functions and supersede others in an effort to harmonize function-names. In fact, this will likely be a theme going forward. You can use new (or newly-named) functions:
diff --git a/README.md b/README.md
index a9abedfb..b2e6e3e2 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,7 @@
+
-[![Build
-Status](https://travis-ci.org/r-box/boxr.svg?branch=master)](https://travis-ci.org/r-box/boxr)
[![Win Build
Status](https://ci.appveyor.com/api/projects/status/github/r-box/boxr?branch=master&svg=true)](https://ci.appveyor.com/project/r-box/boxr)
[![Project Status: Active - The project has reached a stable, usable
@@ -11,6 +10,7 @@ developed.](https://img.shields.io/badge/repo%20status-active-brightgreen.svg)](
[![cran
version](https://www.r-pkg.org/badges/version/boxr)](https://CRAN.R-project.org/package=boxr)
![monthly\_downloads](https://cranlogs.r-pkg.org/badges/boxr)
+
# boxr
@@ -21,7 +21,7 @@ standing on the shoulders of **[httr](https://github.com/r-lib/httr)**.
file-sharing service. The goal of the **boxr** package is to make it
easier for you to integrate your Box account into your R workflow.
-## New in boxr 0.3.5 (development version)
+## New in boxr 0.3.6
In this release, we add new some functions and supersede others in an
effort to harmonize function-names. In fact, this will likely be a theme
diff --git a/cran-comments.md b/cran-comments.md
index 24c4192f..f6ebcc62 100644
--- a/cran-comments.md
+++ b/cran-comments.md
@@ -1,19 +1,36 @@
+# boxr 0.3.6
+
## Test environments
-* R-Hub:
- * Windows Server 2008 R2 SP1, R-devel, 32/64 bit
- * Ubuntu Linux 16.04 LTS, R-release, GCC
- * Fedora Linux, R-devel, clang, gfortran
-* ubuntu 16.04 (on travis-ci), R (oldrel, release, and devel)
+* Local OS X install, R 4.0.3
+* Fedora Linux, R-devel, clang, gfortran
+* ubuntu 18.04 (on travis-ci), R (oldrel, release, and devel)
* win-builder (devel)
## R CMD check results
-NOTE:
+NOTE: change of email for maintainer
-Maintainer: 'Ian Lyttle '
+```
+* checking CRAN incoming feasibility ... NOTE
+Maintainer: 'Ian Lyttle '
New maintainer:
- Ian Lyttle
+ Ian Lyttle
Old maintainer(s):
- Brendan Rocks
\ No newline at end of file
+ Ian Lyttle
+```
+
+## Current CRAN check results
+
+ as of 2021-01-18
+
+```
+Version: 0.3.5
+Check: Rd cross-references
+Result: NOTE
+ Undeclared packages ‘data.table’, ‘readxl’, ‘openxlsx’ in Rd xrefs
+Flavor: r-devel-linux-x86_64-fedora-clang
+```
+
+These are references to dependencies of a suggested package (rio)
\ No newline at end of file
diff --git a/vignettes/boxr-app-interactive.Rmd b/vignettes/boxr-app-interactive.Rmd
index 59b7f43a..8bfbf34c 100644
--- a/vignettes/boxr-app-interactive.Rmd
+++ b/vignettes/boxr-app-interactive.Rmd
@@ -4,7 +4,7 @@ output: rmarkdown::html_vignette
resource_files:
figures
vignette: >
- %\VignetteIndexEntry{boxr-app-interactive}
+ %\VignetteIndexEntry{Box Interactive-Apps}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
---
diff --git a/vignettes/boxr-app-service.Rmd b/vignettes/boxr-app-service.Rmd
index b3492dd2..bca30c68 100644
--- a/vignettes/boxr-app-service.Rmd
+++ b/vignettes/boxr-app-service.Rmd
@@ -4,7 +4,7 @@ output: rmarkdown::html_vignette
resource_files:
figures
vignette: >
- %\VignetteIndexEntry{boxr-app-service}
+ %\VignetteIndexEntry{Box Service-Apps}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
---
diff --git a/vignettes/boxr-apps.Rmd b/vignettes/boxr-apps.Rmd
index f70ef60d..c8e160d9 100644
--- a/vignettes/boxr-apps.Rmd
+++ b/vignettes/boxr-apps.Rmd
@@ -2,7 +2,7 @@
title: "Box Apps"
output: rmarkdown::html_vignette
vignette: >
- %\VignetteIndexEntry{boxr-apps}
+ %\VignetteIndexEntry{Box Apps}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
---
diff --git a/vignettes/boxr.Rmd b/vignettes/boxr.Rmd
index 5f180e71..8fa5323e 100644
--- a/vignettes/boxr.Rmd
+++ b/vignettes/boxr.Rmd
@@ -5,7 +5,7 @@ output: rmarkdown::html_vignette
resource_files:
figures
vignette: >
- %\VignetteIndexEntry{boxr}
+ %\VignetteIndexEntry{boxr: A high-level R interface for the box.com API}
%\VignetteEngine{knitr::rmarkdown}
\usepackage[utf8]{inputenc}
---