Skip to content

Commit

Permalink
more dirty stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
mdsumner committed Jul 9, 2024
1 parent e492daa commit 5f0f865
Show file tree
Hide file tree
Showing 5 changed files with 66 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ Suggests:
viridis
VignetteBuilder: knitr
License: GPL-3
RoxygenNote: 7.2.3
RoxygenNote: 7.3.1
URL: https://australianantarcticdivision.github.io/palr/, https://github.com/AustralianAntarcticDivision/palr
BugReports: https://github.com/AustralianAntarcticDivision/palr/issues
3 changes: 3 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ export(chl_pal)
export(col2hex)
export(d_pal)
export(data_pal)
export(dirty_image)
export(dirty_pal)
export(icePal)
export(ice_pal)
export(image_pal)
Expand All @@ -19,4 +21,5 @@ importFrom(grDevices,col2rgb)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,hcl.colors)
importFrom(grDevices,rgb)
importFrom(stats,approxfun)
importFrom(utils,head)
19 changes: 19 additions & 0 deletions man/dirty_image.Rd

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

22 changes: 22 additions & 0 deletions man/dirty_pal.Rd

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

21 changes: 21 additions & 0 deletions man/palr.Rd

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

0 comments on commit 5f0f865

Please sign in to comment.