Skip to content

Commit

Permalink
revdeps update
Browse files Browse the repository at this point in the history
  • Loading branch information
mdsumner committed Nov 6, 2023
1 parent ae8529a commit 66f62fb
Show file tree
Hide file tree
Showing 63 changed files with 329 additions and 786 deletions.
11 changes: 6 additions & 5 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
## palr 0.3.0
## palr 0.4.0

Removed ftp link for CRAN checks, thank you very much.
Fixed namespace documentation thanks to CRAN.

## Test environments
* local ubuntu install, R 4.0.5

* local ubuntu install
* win-builder (devel)
* mac-builder

## R CMD check results

0 errors | 0 warnings | 0 notes

## Reverse dependencies

The three reverse dependencies pass check with this version.
The reverse dependencies pass check with this version.


* quadmesh
* lazyraster
* paletteer

22 changes: 11 additions & 11 deletions revdep/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,29 @@

|field |value |
|:--------|:----------------------------|
|version |R version 3.6.2 (2019-12-12) |
|os |Ubuntu 18.04.3 LTS |
|version |R version 4.3.1 (2023-06-16) |
|os |Ubuntu 20.04.6 LTS |
|system |x86_64, linux-gnu |
|ui |X11 |
|language |(EN) |
|collate |en_AU.UTF-8 |
|ctype |en_AU.UTF-8 |
|tz |Etc/UTC |
|date |2020-01-30 |
|tz |Australia/Hobart |
|date |2023-11-06 |
|pandoc |2.9.2.1 @ /usr/bin/pandoc |

# Dependencies

|package |old |new |Δ |
|:-------|:-----|:-----|:--|
|palr |0.1.0 |0.2.0 |* |
|palr |0.3.0 |0.4.0 |* |

# Revdeps

## Failed to check (3)
## Failed to check (2)

|package |version |error |warning |note |
|:----------|:-------|:-----|:-------|:----|
|lazyraster |? | | | |
|paletteer |? | | | |
|quadmesh |? | | | |
|package |version |error |warning |note |
|:---------|:-------|:-----|:-------|:----|
|paletteer |? | | | |
|quadmesh |? | | | |

2 changes: 1 addition & 1 deletion revdep/checks/libraries.csv
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
package,old,new,delta
palr,0.1.0,0.2.0,*
palr,0.3.0,0.4.0,*
7 changes: 7 additions & 0 deletions revdep/cran.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## revdepcheck results

We checked 2 reverse dependencies (0 from CRAN + 2 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.

* We saw 0 new problems
* We failed to check 0 packages

Binary file modified revdep/data.sqlite
Binary file not shown.
50 changes: 4 additions & 46 deletions revdep/failures.md
Original file line number Diff line number Diff line change
@@ -1,51 +1,12 @@
# lazyraster

<details>

* Version:
* Source code: ???
* URL: https://github.com/AustralianAntarcticDivision/palr
* BugReports: https://github.com/AustralianAntarcticDivision/palr/issues
* Number of recursive dependencies: 0

Run `revdep_details(,"")` for more info

</details>

## Error before installation

### Devel

```
```
### CRAN

```
```
# paletteer

<details>

* Version:
* Source code: ???
* URL: https://github.com/AustralianAntarcticDivision/palr
* BugReports: https://github.com/AustralianAntarcticDivision/palr/issues
* GitHub: https://github.com/AustralianAntarcticDivision/palr
* Source code: NA
* Number of recursive dependencies: 0

Run `revdep_details(,"")` for more info

</details>

## Error before installation
Expand Down Expand Up @@ -75,13 +36,10 @@ Run `revdep_details(,"")` for more info
<details>

* Version:
* Source code: ???
* URL: https://github.com/AustralianAntarcticDivision/palr
* BugReports: https://github.com/AustralianAntarcticDivision/palr/issues
* GitHub: https://github.com/AustralianAntarcticDivision/palr
* Source code: NA
* Number of recursive dependencies: 0

Run `revdep_details(,"")` for more info

</details>

## Error before installation
Expand Down
11 changes: 6 additions & 5 deletions revdep/library/palr/new/palr/DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package: palr
Type: Package
Title: Colour Palettes for Data
LazyData: yes
Version: 0.2.0
Version: 0.4.0
Authors@R: c(
person("Michael D.","Sumner",
role = c("aut", "cre"),
Expand All @@ -14,21 +14,22 @@ Authors@R: c(
Description: Colour palettes for data, based on some well known public data
sets. Includes helper functions to map absolute values to known palettes, and
capture the work of image colour mapping as raster data sets.
Depends: R (>= 2.10)
Depends: R (>= 3.6.0)
Imports: grDevices
Suggests: knitr, rmarkdown, raster, testthat, covr, stars, viridis
VignetteBuilder: knitr
License: GPL-3
RoxygenNote: 7.0.2
RoxygenNote: 7.2.3
URL: https://github.com/AustralianAntarcticDivision/palr
BugReports: https://github.com/AustralianAntarcticDivision/palr/issues
RemoteType: local
RemoteUrl: /perm_storage/home/mdsumner/Git/palr
NeedsCompilation: no
Packaged: 2020-01-30 02:54:33 UTC; mdsumner
Packaged: 2023-11-06 02:11:06 UTC; mdsumner
Author: Michael D. Sumner [aut, cre],
Abigael Proctor [ctb] (Named the package),
Tomas Remenyi [ctb] (Provided colours for element_pal),
R Core Team and contributors worldwide [ctb] (source code of
image.default)
Maintainer: Michael D. Sumner <mdsumner@gmail.com>
Built: R 3.6.2; ; 2020-01-30 02:54:35 UTC; unix
Built: R 4.3.1; ; 2023-11-06 02:11:06 UTC; unix
3 changes: 2 additions & 1 deletion revdep/library/palr/new/palr/INDEX
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
bathy_deep_pal Bathymetry
chl_pal Ocean colour colours for chlorophyll-a.
col2hex Colour to hex conversion.
d_pal Colours for data values
ice_pal Sea ice colours
image_pal Map data values to colours
mk_timePal Time-indexed colour.
oisst Sea surface temperature (SST).
palr palr: colours for data
palr palr
sst_pal SST colours
Binary file modified revdep/library/palr/new/palr/Meta/Rd.rds
Binary file not shown.
Binary file modified revdep/library/palr/new/palr/Meta/data.rds
Binary file not shown.
Binary file modified revdep/library/palr/new/palr/Meta/features.rds
Binary file not shown.
Binary file modified revdep/library/palr/new/palr/Meta/hsearch.rds
Binary file not shown.
Binary file modified revdep/library/palr/new/palr/Meta/links.rds
Binary file not shown.
Binary file modified revdep/library/palr/new/palr/Meta/nsInfo.rds
Binary file not shown.
Binary file modified revdep/library/palr/new/palr/Meta/package.rds
Binary file not shown.
3 changes: 3 additions & 0 deletions revdep/library/palr/new/palr/NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ export(bathy_deep_pal)
export(chlPal)
export(chl_pal)
export(col2hex)
export(d_pal)
export(data_pal)
export(icePal)
export(ice_pal)
export(image_pal)
Expand All @@ -15,5 +17,6 @@ export(sstPal)
export(sst_pal)
importFrom(grDevices,col2rgb)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,hcl.colors)
importFrom(grDevices,rgb)
importFrom(utils,head)
12 changes: 12 additions & 0 deletions revdep/library/palr/new/palr/NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# palr 0.4.0

* `ice_pal()` now defaults to the more pleasing NSIDC blue palette (use `amsre = TRUE` to get the old behavour).

* Fixed a problem with missing values in `d_pal()`.
# palr 0.3.0

* New function `d_pal()` and alias `data_pal()` to colour data values (like {colourvalues} but
simpler).

* Removed ftp links thanks to CRAN.

# palr 0.2.0

* Remove need for sp package by converting example data to a matrix.
Expand Down
4 changes: 2 additions & 2 deletions revdep/library/palr/new/palr/R/palr
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# File share/R/nspackloader.R
# Part of the R package, http://www.R-project.org
# Part of the R package, https://www.R-project.org
#
# Copyright (C) 1995-2012 The R Core Team
#
Expand All @@ -14,7 +14,7 @@
# GNU General Public License for more details.
#
# A copy of the GNU General Public License is available at
# http://www.r-project.org/Licenses/
# https://www.r-project.org/Licenses/

local({
info <- loadingNamespaceInfo()
Expand Down
Binary file modified revdep/library/palr/new/palr/R/palr.rdb
Binary file not shown.
Binary file modified revdep/library/palr/new/palr/R/palr.rdx
Binary file not shown.
Binary file added revdep/library/palr/new/palr/R/sysdata.rdb
Binary file not shown.
Binary file added revdep/library/palr/new/palr/R/sysdata.rdx
Binary file not shown.
Binary file modified revdep/library/palr/new/palr/data/Rdata.rdb
Binary file not shown.
Binary file modified revdep/library/palr/new/palr/data/Rdata.rds
Binary file not shown.
Binary file modified revdep/library/palr/new/palr/data/Rdata.rdx
Binary file not shown.
2 changes: 2 additions & 0 deletions revdep/library/palr/new/palr/help/AnIndex
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ bathy_deep_pal bathy_deep_pal
chlPal chl_pal
chl_pal chl_pal
col2hex col2hex
data_pal d_pal
d_pal d_pal
icePal ice_pal
ice_pal ice_pal
image_pal image_pal
Expand Down
Binary file modified revdep/library/palr/new/palr/help/aliases.rds
Binary file not shown.
Binary file modified revdep/library/palr/new/palr/help/palr.rdb
Binary file not shown.
Binary file modified revdep/library/palr/new/palr/help/palr.rdx
Binary file not shown.
Binary file modified revdep/library/palr/new/palr/help/paths.rds
Binary file not shown.
20 changes: 13 additions & 7 deletions revdep/library/palr/new/palr/html/00Index.html
Original file line number Diff line number Diff line change
@@ -1,25 +1,27 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!DOCTYPE html>
<html>
<head><title>R: Colour Palettes for Data</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<link rel="stylesheet" type="text/css" href="R.css" />
</head><body>
</head><body><div class="container">
<h1> Colour Palettes for Data
<img class="toplogo" src="../../../doc/html/Rlogo.svg" alt="[R logo]" />
</h1>
<hr/>
<div style="text-align: center;">
<a href="../../../doc/html/packages.html"><img class="arrow" src="../../../doc/html/left.jpg" alt="[Up]" /></a>
<a href="../../../doc/html/index.html"><img class="arrow" src="../../../doc/html/up.jpg" alt="[Top]" /></a>
</div><h2>Documentation for package &lsquo;palr&rsquo; version 0.2.0</h2>
</div><h2>Documentation for package &lsquo;palr&rsquo; version 0.4.0</h2>

<ul><li><a href="../DESCRIPTION">DESCRIPTION file</a>.</li>
<li><a href="../NEWS">Package NEWS</a>.</li>
</ul>

<h2>Help Pages</h2>


<table width="100%">
<table style="width: 100%;">
<tr><td style="width: 25%;"><a href="bathy_deep_pal.html">bathyDeepPal</a></td>
<td>Bathymetry</td></tr>
<tr><td style="width: 25%;"><a href="bathy_deep_pal.html">bathy_deep_pal</a></td>
Expand All @@ -30,6 +32,10 @@ <h2>Help Pages</h2>
<td>Ocean colour colours for chlorophyll-a.</td></tr>
<tr><td style="width: 25%;"><a href="col2hex.html">col2hex</a></td>
<td>Colour to hex conversion.</td></tr>
<tr><td style="width: 25%;"><a href="d_pal.html">data_pal</a></td>
<td>Colours for data values</td></tr>
<tr><td style="width: 25%;"><a href="d_pal.html">d_pal</a></td>
<td>Colours for data values</td></tr>
<tr><td style="width: 25%;"><a href="ice_pal.html">icePal</a></td>
<td>Sea ice colours</td></tr>
<tr><td style="width: 25%;"><a href="ice_pal.html">ice_pal</a></td>
Expand All @@ -45,10 +51,10 @@ <h2>Help Pages</h2>
<tr><td style="width: 25%;"><a href="oisst.html">oisst</a></td>
<td>Sea surface temperature (SST).</td></tr>
<tr><td style="width: 25%;"><a href="palr.html">palr</a></td>
<td>palr: colours for data</td></tr>
<td>palr</td></tr>
<tr><td style="width: 25%;"><a href="sst_pal.html">sstPal</a></td>
<td>SST colours</td></tr>
<tr><td style="width: 25%;"><a href="sst_pal.html">sst_pal</a></td>
<td>SST colours</td></tr>
</table>
</body></html>
</div></body></html>
43 changes: 38 additions & 5 deletions revdep/library/palr/new/palr/html/R.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,27 @@
@media screen {
.container {
padding-right: 10px;
padding-left: 10px;
margin-right: auto;
margin-left: auto;
max-width: 900px;
}
}

.rimage img { /* from knitr - for examples and demos */
width: 96%;
margin-left: 2%;
}

.katex { font-size: 1.1em; }

code {
color: inherit;
background: inherit;
}

body {
line-height: 1.4;
background: white;
color: black;
}
Expand All @@ -17,31 +40,31 @@ h1 {
background: white;
color: rgb(55%, 55%, 55%);
font-family: monospace;
font-size: x-large;
font-size: 1.4em; /* x-large; */
text-align: center;
}

h2 {
background: white;
color: rgb(40%, 40%, 40%);
font-family: monospace;
font-size: large;
font-size: 1.2em; /* large; */
text-align: center;
}

h3 {
background: white;
color: rgb(40%, 40%, 40%);
font-family: monospace;
font-size: large;
font-size: 1.2em; /* large; */
}

h4 {
background: white;
color: rgb(40%, 40%, 40%);
font-family: monospace;
font-style: italic;
font-size: large;
font-size: 1.2em; /* large; */
}

h5 {
Expand All @@ -56,7 +79,7 @@ h6 {
font-family: monospace;
font-style: italic;
}

img.toplogo {
width: 4em;
vertical-align: middle;
Expand Down Expand Up @@ -95,3 +118,13 @@ span.samp{
div.vignettes a:hover {
background: rgb(85%, 85%, 85%);
}

tr {
vertical-align: top;
}

span.rlang {
font-family: Courier New, Courier;
color: #666666;
}

0 comments on commit 66f62fb

Please sign in to comment.