diff --git a/DESCRIPTION b/DESCRIPTION index 5576d10..e2b492d 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: activatr Type: Package Title: Utilities for Parsing and Plotting Activities -Version: 0.1.0.9000 -Authors@R: person("Daniel", "Schafer", email = "dan.schafer@gmail.com", role = c("aut", "cre")) +Version: 0.1.1 +Authors@R: person("Daniel", "Schafer", email = "dan.schafer@gmail.com", role = c("aut", "cph", "cre")) Description: This contains helpful functions for parsing, managing, plotting, and visualizing activities, most often from GPX (GPS Exchange Format) files recorded by GPS devices. It allows easy parsing of the source files into diff --git a/NEWS.md b/NEWS.md index ee5c876..f02fe29 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# activatr (development version) +# activatr 0.1.1 * Switch dependency from `timetk` to `slider` to avoid unnecessary indirection (#3). diff --git a/README.Rmd b/README.Rmd index 8faafcf..502286a 100644 --- a/README.Rmd +++ b/README.Rmd @@ -18,7 +18,7 @@ knitr::opts_chunk$set( [![CRAN status](https://www.r-pkg.org/badges/version/activatr)](https://cran.r-project.org/package=activatr) [![R-CMD-check](https://github.com/dschafer/activatr/workflows/R-CMD-check/badge.svg)](https://github.com/dschafer/activatr/actions) -[![Codecov test coverage](https://codecov.io/gh/dschafer/activatr/branch/master/graph/badge.svg)](https://codecov.io/gh/dschafer/activatr?branch=master) +[![Codecov test coverage](https://codecov.io/gh/dschafer/activatr/branch/master/graph/badge.svg)](https://app.codecov.io/gh/dschafer/activatr?branch=master) `activatr` (pronounced like the word "activator") is a library for parsing GPX files into a standard format, and then manipulating and visualizing those files. diff --git a/README.md b/README.md index d004dae..1fe9a74 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ status](https://www.r-pkg.org/badges/version/activatr)](https://cran.r-project.org/package=activatr) [![R-CMD-check](https://github.com/dschafer/activatr/workflows/R-CMD-check/badge.svg)](https://github.com/dschafer/activatr/actions) [![Codecov test -coverage](https://codecov.io/gh/dschafer/activatr/branch/master/graph/badge.svg)](https://codecov.io/gh/dschafer/activatr?branch=master) +coverage](https://codecov.io/gh/dschafer/activatr/branch/master/graph/badge.svg)](https://app.codecov.io/gh/dschafer/activatr?branch=master) `activatr` (pronounced like the word “activator”) is a library for diff --git a/cran-comments.md b/cran-comments.md index bdc563e..c470a01 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,22 +1,15 @@ -## Resubmission -This is a resubmission. The previous version had a WARNING because plotly was orphaned -- this was reported at https://github.com/ropensci/plotly/issues/1906 and has now been resolved. - -## Test environments -* Local OS X install, R 4.0.3, `x86_64-apple-darwin17.0`. -* Windows via `devtools::check_win_devel`. - ## R CMD check results -There were no ERRORs or WARNINGs. + +0 errors ✔ | 0 warnings ✔ | 0 notes ✔ styler and lintr also report no issues, covr reports 100% test coverage. -A few things that might pop in the validation check: +## Other notes -* This is my first submission, so you might see a note for that. -* There's some oddity around ggmap -- it's not orphaned, but was at some point, and that is only showing up on Windows builds? https://community.rstudio.com/t/orphaned-package-on-windows-build/84165/6 discusses a similar issue, and it seems to be a false positive. +* This package was previously archived due to a dependency on `timetk`. This release removes that dependency. * The description references GPS and GPX, which show up in a spell check as "misspelled words". The former is an obvious term of art in the context of this package, and the latter is defined on first use. +* The GPX/TCX files I include as examples were recorded by me, so there's no license concerns there. -Finally, the GPX/TCX files I include as examples were recorded by me, so there's no license concerns there. +## Reverse dependencies -## Downstream dependencies -This is a new release, so there are no downstream dependencies. +As the package got archived previously, it has no current reverse dependencies.