Skip to content

Commit

Permalink
Merge pull request #15 from matt-dray/17-coords
Browse files Browse the repository at this point in the history
Export former subfunctions and rely on {grid}
  • Loading branch information
matt-dray authored Jan 31, 2025
2 parents 6877ca9 + 07021a6 commit 9d41e31
Show file tree
Hide file tree
Showing 17 changed files with 592 additions and 345 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
^\.Rproj\.user$
^LICENSE\.md$
^\.github$
^CODEOWNERS$
1 change: 1 addition & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @matt-dray
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
Package: hexbase
Title: Create Simple Dependency-Free Hex Logos
Version: 0.0.0.9000
Version: 0.1.0
Authors@R:
person("Matt", "Dray", , "mwdray@gmail.com", role = c("aut", "cre"))
Description: A simple interface to create hexagon-shaped logos that help
promote your R package or other projects. Uses only base R.
promote your R package or other projects. Uses base R only.
License: MIT + file LICENSE
URL: https://github.com/matt-dray/hexbase
BugReports: https://github.com/matt-dray/hexbase/bugs
Imports:
grDevices,
grid
Suggests:
testthat (>= 3.0.0)
png
Config/testthat/edition: 3
Encoding: UTF-8
Issues: https://github.com/matt-dray/hexbase
Expand Down
6 changes: 5 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Generated by roxygen2: do not edit by hand

export(make_hex)
export(add_hex)
export(add_image)
export(add_text)
export(close_device)
export(open_device)
6 changes: 4 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# hexbase 0.0.0.9000
# hexbase 0.1.0

* Created package and added README, NEWS, LICENSE, initial functions to `make_hex()`.
* Created package and added boilerplate.
* Added `*_device()` and `add_*()` functions for building hex stickers.
* Added basic example to the README.
37 changes: 0 additions & 37 deletions R/coords.R

This file was deleted.

29 changes: 0 additions & 29 deletions R/grobs.R

This file was deleted.

Loading

0 comments on commit 9d41e31

Please # to comment.