Skip to content

Commit

Permalink
release 0.3.6 (#202)
Browse files Browse the repository at this point in the history
* bump version to release

* rebuild README - remove Travis badge as Travis is shutting down

* harmonize vignette index

* update cran comments
  • Loading branch information
ijlyttle authored Jan 19, 2021
1 parent ded836b commit cfe4ca2
Show file tree
Hide file tree
Showing 9 changed files with 38 additions and 20 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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 = "[email protected]",
role = c("aut")),
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# boxr 0.3.5 (development version)
# boxr 0.3.6

## Improvements

Expand Down
5 changes: 3 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,20 @@ url <- function(x = "") {
}
```

[![Build Status](https://travis-ci.org/r-box/boxr.svg?branch=master)](https://travis-ci.org/r-box/boxr)
<!-- badges: start -->
[![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)
<!-- badges: end -->

# boxr <img src="man/figures/logo.png" align="right" alt="" width="120" />

A lightweight, *opinionated*, high-level R interface to the box.com API, standing on the shoulders of **[httr](https://github.com/r-lib/httr)**.

[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:

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@

<!-- README.md is generated from README.Rmd. Please edit that file -->
<!-- badges: start -->

[![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
Expand All @@ -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)
<!-- badges: end -->

# boxr <img src="man/figures/logo.png" align="right" alt="" width="120" />

Expand All @@ -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
Expand Down
35 changes: 26 additions & 9 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>'
```
* checking CRAN incoming feasibility ... NOTE
Maintainer: 'Ian Lyttle <[email protected]>'
New maintainer:
Ian Lyttle <ian.lyttle@schneider-electric.com>
Ian Lyttle <ian.lyttle@se.com>
Old maintainer(s):
Brendan Rocks <[email protected]>
Ian Lyttle <[email protected]>
```

## Current CRAN check results

<https://cran.rstudio.org/web/checks/check_results_boxr.html> 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)
2 changes: 1 addition & 1 deletion vignettes/boxr-app-interactive.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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}
---
Expand Down
2 changes: 1 addition & 1 deletion vignettes/boxr-app-service.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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}
---
Expand Down
2 changes: 1 addition & 1 deletion vignettes/boxr-apps.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Box Apps"
output: rmarkdown::html_vignette
vignette: >
%\VignetteIndexEntry{boxr-apps}
%\VignetteIndexEntry{Box Apps}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
---
Expand Down
2 changes: 1 addition & 1 deletion vignettes/boxr.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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}
---
Expand Down

0 comments on commit cfe4ca2

Please sign in to comment.