Skip to content

Commit fdf59ec

Browse files
authored
Merge pull request #5 from ropensci/dev
CRAN release
2 parents 8d659de + 75ef4bb commit fdf59ec

File tree

12 files changed

+80
-8
lines changed

12 files changed

+80
-8
lines changed

.Rbuildignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,5 @@
1414
^doc$
1515
^Meta$
1616
^src/.*\.o$
17+
^cran-comments\.md$
18+
^CRAN-SUBMISSION$

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ message: 'To cite package "c3dr" in publications use:'
88
type: software
99
license: MIT
1010
title: 'c3dr: Read and Write C3D Motion Capture Files'
11-
version: 0.1.1
11+
version: 0.1.1.9000
1212
doi: 10.5281/zenodo.14870399
1313
abstract: A wrapper for the ‘EZC3D’ library to work with C3D motion capture data.
1414
authors:

CRAN-SUBMISSION

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Version: 0.1.3
2+
Date: 2025-05-15 09:01:10 UTC
3+
SHA:
4+
28b0403e9ed436f57683655c0fcfece712391162

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: c3dr
22
Title: Read and Write C3D Motion Capture Files
3-
Version: 0.1.1
3+
Version: 0.1.4
44
Authors@R: c(
55
person("Simon", "Nolte", , "[email protected]", role = c("aut", "cre"),
66
comment = c(ORCID = "0000-0003-1643-1860")),
@@ -13,7 +13,7 @@ Authors@R: c(
1313
person("July", "Pilowsky", role = "rev",
1414
comment = "reviewed the package (v. 0.1.0) for rOpenSci, see <https://github.com/ropensci/software-review/issues/686>")
1515
)
16-
Description: A wrapper for the EZC3D library to work with C3D motion capture data.
16+
Description: A wrapper for the 'EZC3D' library to work with C3D motion capture data.
1717
License: MIT + file LICENSE
1818
Encoding: UTF-8
1919
Roxygen: list(markdown = TRUE)

NEWS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
c3dr 0.1.4 (2025-05-15)
2+
===========================
3+
4+
* Minor fixes for the CRAN submission
5+
16
c3dr 0.1.1 (2025-04-24)
27
========================
38

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.re
1111
Review](https://badges.ropensci.org/686_status.svg)](https://github.com/ropensci/software-review/issues/686)
1212
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.14870399.svg)](https://doi.org/10.5281/zenodo.14870399)
1313
[![R-CMD-check](https://github.com/ropensci/c3dr/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/ropensci/c3dr/actions/workflows/R-CMD-check.yaml)
14-
[![codecov](https://codecov.io/gh/ropensci/c3dr/graph/badge.svg?token=7lAu5XzivG)](https://codecov.io/gh/ropensci/c3dr)
14+
[![codecov](https://codecov.io/gh/ropensci/c3dr/graph/badge.svg?token=7lAu5XzivG)](https://app.codecov.io/gh/ropensci/c3dr)
1515
<!-- badges: end -->
1616

1717
## Overview

README.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ knitr:
1515
[![Status at rOpenSci Software Peer Review](https://badges.ropensci.org/686_status.svg)](https://github.com/ropensci/software-review/issues/686)
1616
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.14870399.svg)](https://doi.org/10.5281/zenodo.14870399)
1717
[![R-CMD-check](https://github.com/ropensci/c3dr/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/ropensci/c3dr/actions/workflows/R-CMD-check.yaml)
18-
[![codecov](https://codecov.io/gh/ropensci/c3dr/graph/badge.svg?token=7lAu5XzivG)](https://codecov.io/gh/ropensci/c3dr)
18+
[![codecov](https://codecov.io/gh/ropensci/c3dr/graph/badge.svg?token=7lAu5XzivG)](https://app.codecov.io/gh/ropensci/c3dr)
1919
<!-- badges: end -->
2020

2121
## Overview

codemeta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"codeRepository": "https://github.com/ropensci/c3dr",
99
"issueTracker": "https://github.com/ropensci/c3dr/issues",
1010
"license": "https://spdx.org/licenses/MIT",
11-
"version": "0.1.1",
11+
"version": "0.1.1.9000",
1212
"programmingLanguage": {
1313
"@type": "ComputerLanguage",
1414
"name": "R",

cran-comments.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
## Resubmission
2+
This is a resubmission. In this version I have:
3+
4+
* Fixed the R CMD notes (apologies!)
5+
6+
## R CMD check results
7+
8+
0 errors | 0 warnings | 1 note
9+
10+
* This is a new release.
11+
12+
## Test environments
13+
14+
R CMD via https://github.com/ropensci/c3dr/actions:
15+
16+
- macOS-latest (R release)
17+
- windows-latest (R release)
18+
- ubuntu-latest (R devel)
19+
- ubuntu-latest (R release)
20+
- ubuntu-latest (R oldrel-1): 1 NOTE
21+
22+
* checking installed package size ... NOTE
23+
installed size is 11.2Mb
24+
sub-directories of 1Mb or more:
25+
extdata 1.2Mb
26+
libs 9.5Mb
27+
28+
On newer version of R with ubuntu this is an INFO instead of a NOTE.
29+
30+
- rhub clang-asan (https://github.com/ropensci/c3dr/actions/runs/14622677951)
31+
- rhub clang-ubsan (https://github.com/ropensci/c3dr/actions/runs/14622677951)
32+
- win-builder

inst/WORDLIST

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
Acknowledgements
2+
Björn
3+
Braunstein
4+
CMD
5+
DOI
6+
D’
7+
EMG
8+
EZC
9+
ORCID
10+
Qualisys
11+
Siepe
12+
biomechanical
13+
codecov
14+
dr
15+
dr’
16+
electromyography
17+
ezc
18+
forceplatform
19+
funder
20+
github
21+
https
22+
md
23+
rOpenSci
24+
raq
25+
ropensci
26+
subframe
27+
subframes
28+
ubsan
29+
visualising

man/c3dr-package.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/write.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ bool write(Rcpp::List object, const std::string &filepath) {
6464
pc3dr.set("c3dr");
6565
c3d.parameter("EZC3D", pc3dr);
6666
ezc3d::ParametersNS::GroupNS::Parameter pc3drversion("C3DR_VERSION");
67-
pc3drversion.set("0.1.1");
67+
pc3drversion.set("0.1.4");
6868
c3d.parameter("EZC3D", pc3drversion);
6969

7070
// write point and analog data

0 commit comments

Comments
 (0)