Skip to content

Commit

Permalink
Fix Notes from R package check as-cran (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
rpahl authored Nov 3, 2021
1 parent 5c998de commit 408d2ee
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ tags
^pkgdown$
^_pkgdown\.yml$
^docs$
^doc$
^README\.Rmd$
^doc$
^Meta$
Expand Down
9 changes: 4 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
Package: container
Type: Package
Title: Extending base R list and data.table
Title: Extending Base R List
Version: 1.0.0
Date: 2020-11-07
Date: 2021-11-03
Authors@R:
person("Roman", "Pahl",
email = "[email protected]", role = c("aut", "cre"))
Description: container extends the functionality of base R list and
Description: Extends the functionality of base R list and
provides specialized data structures deque,
set, dict, and dict.table, the latter to extend the data.table
package.
Depends: R (>= 3.0)
Depends: R (>= 3.5.0)
License: GPL-3
LazyData: TRUE
Encoding: UTF-8
Imports: data.table, methods, R6
VignetteBuilder: knitr
Expand Down
2 changes: 1 addition & 1 deletion docs/articles/manage-data-columns.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vignettes/manage-data-columns.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ developers may revert to base R to minimize errors and code dependencies. At
least, both `mutate` and `select` may require additional checking, for example,
to catch column name clashes.

The [container](https://cran.r-project.org/web/packages/container/index.html)
The [container](https://CRAN.R-project.org/package=container)
package in parts was developed to close this gap. With version 1.0.0,
it provides `dict.table`, which can be considered a
[data.table](https://CRAN.R-project.org/package=data.table) with
Expand Down

0 comments on commit 408d2ee

Please sign in to comment.