Skip to content

Commit

Permalink
Final updates for 0.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dschafer committed May 2, 2023
1 parent d81bcbd commit 9d699f3
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 19 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# activatr (development version)
# activatr 0.1.1

* Switch dependency from `timetk` to `slider` to avoid unnecessary indirection (#3).

Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ knitr::opts_chunk$set(
<!-- badges: start -->
[![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)
<!-- badges: end -->

`activatr` (pronounced like the word "activator") is a library for parsing GPX files into a standard format, and then manipulating and visualizing those files.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
<!-- badges: end -->

`activatr` (pronounced like the word “activator”) is a library for
Expand Down
21 changes: 7 additions & 14 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 9d699f3

Please sign in to comment.