From 19e6cf74fcc9ec2198b32c35a2463eff524c7c1c Mon Sep 17 00:00:00 2001 From: Ian Lyttle Date: Sat, 3 Feb 2024 12:33:26 -0700 Subject: [PATCH] switch from master to main (#268) --- DESCRIPTION | 2 +- NEWS.md | 2 ++ README.Rmd | 2 +- README.md | 75 ++++++++++++++++++++++++++--------------------------- 4 files changed, 41 insertions(+), 40 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 54d99d8..791f5cf 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: boxr Type: Package Title: Interface for the 'Box.com API' -Version: 0.3.6.9008 +Version: 0.3.6.9009 Authors@R: c( person("Brendan", "Rocks", email = "foss@brendanrocks.com", role = c("aut")), diff --git a/NEWS.md b/NEWS.md index 2898176..dd30812 100644 --- a/NEWS.md +++ b/NEWS.md @@ -6,6 +6,8 @@ ## Internal +* default branch switched from `master` to `main`. (#252) + * refactor to use withr functions to handle temp files. (#183) * activate tests for `box_save()`, `box_load()` (#255) diff --git a/README.Rmd b/README.Rmd index a3a14cf..c558618 100644 --- a/README.Rmd +++ b/README.Rmd @@ -19,7 +19,7 @@ url <- function(x = "") { [![cran version](https://www.r-pkg.org/badges/version/boxr)](https://CRAN.R-project.org/package=boxr) -[![codecov](https://codecov.io/gh/r-box/boxr/branch/master/graph/badge.svg?token=eeGrWfmg4P)](https://codecov.io/gh/r-box/boxr) +[![codecov](https://codecov.io/gh/r-box/boxr/branch/main/graph/badge.svg?token=eeGrWfmg4P)](https://codecov.io/gh/r-box/boxr) ![monthly_downloads](https://cranlogs.r-pkg.org/badges/boxr) [![R-CMD-check](/~https://github.com/r-box/boxr/actions/workflows/R-CMD-check.yaml/badge.svg)](/~https://github.com/r-box/boxr/actions/workflows/R-CMD-check.yaml) diff --git a/README.md b/README.md index e1ea592..43b73b5 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,9 @@ [![cran version](https://www.r-pkg.org/badges/version/boxr)](https://CRAN.R-project.org/package=boxr) -[![R-CMD-check](/~https://github.com/r-box/boxr/workflows/R-CMD-check/badge.svg)](/~https://github.com/r-box/boxr/actions) -[![codecov](https://codecov.io/gh/r-box/boxr/branch/master/graph/badge.svg?token=eeGrWfmg4P)](https://codecov.io/gh/r-box/boxr) +[![codecov](https://codecov.io/gh/r-box/boxr/branch/main/graph/badge.svg?token=eeGrWfmg4P)](https://codecov.io/gh/r-box/boxr) ![monthly_downloads](https://cranlogs.r-pkg.org/badges/boxr) +[![R-CMD-check](/~https://github.com/r-box/boxr/actions/workflows/R-CMD-check.yaml/badge.svg)](/~https://github.com/r-box/boxr/actions/workflows/R-CMD-check.yaml) A lightweight, *opinionated*, high-level R interface to the box.com API, @@ -23,9 +23,9 @@ easier for you to integrate your Box account into your R workflow. ### Bug fixes -- Harmonizes the default location for tokens; `~` resolves to the home - directory for all platforms. A patch is applied offering to move - tokens from “old” locations. This bug appeared on Windows only. +- Harmonizes the default location for tokens; `~` resolves to the home + directory for all platforms. A patch is applied offering to move + tokens from “old” locations. This bug appeared on Windows only. All changes are detailed in the [NEWS](https://r-box.github.io/boxr/news/). @@ -52,8 +52,8 @@ The package-documentation website is created and maintained using [pkgdown](https://pkgdown.r-lib.org). The documentation website consists of: -- a [CRAN-version site](https://r-box.github.io/boxr/). -- a [development-version site](https://r-box.github.io/boxr/dev/). +- a [CRAN-version site](https://r-box.github.io/boxr/). +- a [development-version site](https://r-box.github.io/boxr/dev/). ## Usage @@ -88,44 +88,43 @@ Box-app](https://r-box.github.io/boxr/articles/boxr-app-interactive.html) ### Basic operations -- [Accessing Box - files](https://r-box.github.io/boxr/articles/boxr.html#files): - `box_ul()`, `box_dl()`, `box_version_history()`. -- [Accessing Box - directories](https://r-box.github.io/boxr/articles/boxr.html#directories): - `box_setwd()`, `box_getwd()`, `box_dir_create()`, `box_ls()`, - `box_search()`. -- [Directory-wide - operations](https://r-box.github.io/boxr/articles/boxr.html#directory-wide-operations): - `box_push()`, `box_fetch()`. +- [Accessing Box + files](https://r-box.github.io/boxr/articles/boxr.html#files): + `box_ul()`, `box_dl()`, `box_version_history()`. +- [Accessing Box + directories](https://r-box.github.io/boxr/articles/boxr.html#directories): + `box_setwd()`, `box_getwd()`, `box_dir_create()`, `box_ls()`, + `box_search()`. +- [Directory-wide + operations](https://r-box.github.io/boxr/articles/boxr.html#directory-wide-operations): + `box_push()`, `box_fetch()`. ### Advanced operations -- [Interactng with Box - files](https://r-box.github.io/boxr/articles/boxr.html#box-file-interaction): - `box_collab_create()`, `box_comment_create()`, - `box_add_description()`. -- [Using Box - trash](https://r-box.github.io/boxr/articles/boxr.html#using-box-trash): - `box_delete_file()`, `box_delete_folder()`, `box_restore_file()`, - `box_restore_folder()`. -- [Interacting with your R - session](https://r-box.github.io/boxr/articles/boxr.html#interacting-with-your-r-session): - `box_read()`, `box_write()`, `box_read_rds()`, `box_save_rds()`, - `box_save()`, `box_load()`, `box_browse()`. +- [Interactng with Box + files](https://r-box.github.io/boxr/articles/boxr.html#box-file-interaction): + `box_collab_create()`, `box_comment_create()`, + `box_add_description()`. +- [Using Box + trash](https://r-box.github.io/boxr/articles/boxr.html#using-box-trash): + `box_delete_file()`, `box_delete_folder()`, `box_restore_file()`, + `box_restore_folder()`. +- [Interacting with your R + session](https://r-box.github.io/boxr/articles/boxr.html#interacting-with-your-r-session): + `box_read()`, `box_write()`, `box_read_rds()`, `box_save_rds()`, + `box_save()`, `box_load()`, `box_browse()`. ## Alternatives Other ways to interact with a Box account include: -- The [Box desktop apps](https://www.box.com/resources/downloads). -- The *other* boxr, [written in - Ruby](/~https://github.com/cburnette/boxr). Its motivations are rather - different, and it covers 100% of the box.com API (e.g account - administration, etc.). -- Box themselves provide a [wide range of - SDKs](/~https://github.com/box), including [one for - Python](/~https://github.com/box/box-python-sdk). +- The [Box desktop apps](https://www.box.com/resources/downloads). +- The *other* boxr, [written in + Ruby](/~https://github.com/cburnette/boxr). Its motivations are rather + different, and it covers 100% of the box.com API (e.g account + administration, etc.). +- Box themselves provide a [wide range of SDKs](/~https://github.com/box), + including [one for Python](/~https://github.com/box/box-python-sdk). ## Contributing @@ -139,7 +138,7 @@ Conduct](https://r-box.github.io/boxr/CONDUCT.html). The MIT License (MIT) -Copyright (c) 2015-2022 boxr contributors +Copyright (c) 2015-2024 boxr contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the