Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
Package: tinypkgr
Title: Minimal R Package Development Utilities
Version: 0.2.0
Authors@R:
Authors@R: c(
person("Troy", "Hernandez", email = "troy@cornball.ai", role = c("aut", "cre"),
comment = c(ORCID = "0009-0005-4248-604X"))
Description: Lightweight wrappers around R CMD INSTALL, R CMD check, and
CRAN submission utilities. Minimal dependencies.
comment = c(ORCID = "0009-0005-4248-604X")),
person("cornball.ai", role = "cph"))
Description: Lightweight wrappers around 'R CMD INSTALL', 'R CMD check',
'R CMD build', win-builder uploads, and CRAN submission. Provides
functions for installing, loading, checking, building, and submitting
R packages with minimal dependencies (only 'curl' for uploads).
License: GPL-3
URL: https://github.com/cornball-ai/tinypkgr
BugReports: https://github.com/cornball-ai/tinypkgr/issues
Expand Down
8 changes: 7 additions & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,15 @@

* This is a new submission.

## Resubmission

Version 0.1.0 was previously rejected because `Suggests: tinyrox` referred to a
package not yet on CRAN. `tinyrox` is now on CRAN, and all Suggests packages
(`tinyrox`, `tinytest`) resolve against mainstream repositories.

## Test environments

* local Ubuntu 24.04, R 4.4.2
* local Ubuntu 24.04, R 4.5.3
* GitHub Actions (ubuntu-latest, macos-latest)

## Downstream dependencies
Expand Down