Skip to content

Commit

Permalink
remove plotspam
Browse files Browse the repository at this point in the history
  • Loading branch information
pascal-sauer committed Apr 24, 2024
1 parent 3c91376 commit 4a1a567
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 105 deletions.
2 changes: 1 addition & 1 deletion .buildlibrary
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ValidationKey: '71528436'
ValidationKey: '71809940'
AutocreateReadme: yes
AcceptedWarnings:
- 'Warning: package ''.*'' was built under R version'
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: r-lib/actions/setup-pandoc@v2

Expand All @@ -23,7 +23,6 @@ jobs:
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: |
gamstransfer=?ignore
any::lucode2
any::covr
any::madrat
Expand All @@ -36,7 +35,7 @@ jobs:
# gms, goxygen, GDPuc) will usually have an outdated binary version
# available; by using extra-packages we get the newest version

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: 3.9

Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ cff-version: 1.2.0
message: If you use this software, please cite it using the metadata from this file.
type: software
title: 'luplot: Landuse Plot Library'
version: 3.61.2
date-released: '2024-03-21'
version: 3.62.0
date-released: '2024-04-24'
abstract: Some useful functions to plot data such as a map plot function for MAgPIE
objects.
authors:
Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Type: Package
Package: luplot
Title: Landuse Plot Library
Version: 3.61.2
Date: 2024-03-21
Version: 3.62.0
Date: 2024-04-24
Authors@R: c(
person("Benjamin Leon", "Bodirsky", , "[email protected]", role = c("aut", "cre")),
person("Jan Philipp", "Dietrich", , "[email protected]", role = "aut"),
Expand Down
6 changes: 0 additions & 6 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ export(plotmap)
export(plotmap2)
export(plotmap_discrete)
export(plotregionscluster)
export(plotspam)
export(qualityMeasure)
export(scratch_legend)
export(scratch_plot)
Expand Down Expand Up @@ -128,8 +127,6 @@ importFrom(graphics,polygon)
importFrom(graphics,text)
importFrom(graphics,title)
importFrom(gridExtra,marrangeGrob)
importFrom(luscale,read.spam)
importFrom(luscale,speed_aggregate)
importFrom(luscale,superAggregate)
importFrom(lusweave,swfigure)
importFrom(lusweave,swtable)
Expand All @@ -138,7 +135,6 @@ importFrom(magclass,"getRegions<-")
importFrom(magclass,"getSets<-")
importFrom(magclass,"getYears<-")
importFrom(magclass,as.data.frame)
importFrom(magclass,as.magpie)
importFrom(magclass,collapseNames)
importFrom(magclass,dimSums)
importFrom(magclass,fulldim)
Expand Down Expand Up @@ -171,11 +167,9 @@ importFrom(sp,plot)
importFrom(stats,as.formula)
importFrom(stats,cor)
importFrom(stats,cor.test)
importFrom(stats,kmeans)
importFrom(stats,na.omit)
importFrom(stats,quantile)
importFrom(stats,reshape)
importFrom(stats,runif)
importFrom(stats,weighted.mean)
importFrom(utils,data)
importFrom(utils,head)
Expand Down
1 change: 0 additions & 1 deletion R/plotregioncluster.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
#' For 67420 cells: cell dimension with coordinate and country name information
#' and format of cluster dimension \code{region.cluster}
#' @param cells "magpiecell" for 59199 cells and "lpjcell" for 67420 cells
#' @seealso \code{\link{plotspam}}
#' @importFrom data.table data.table
#' @importFrom ggplot2 scale_fill_manual theme_linedraw scale_alpha_continuous geom_tile
#' @importFrom mip plotstyle
Expand Down
51 changes: 0 additions & 51 deletions R/plotspam.R

This file was deleted.

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Landuse Plot Library

R package **luplot**, version **3.61.2**
R package **luplot**, version **3.62.0**

[![CRAN status](https://www.r-pkg.org/badges/version/luplot)](https://cran.r-project.org/package=luplot) [![R build status](https://github.com/pik-piam/luplot/workflows/check/badge.svg)](https://github.com/pik-piam/luplot/actions) [![codecov](https://codecov.io/gh/pik-piam/luplot/branch/master/graph/badge.svg)](https://app.codecov.io/gh/pik-piam/luplot) [![r-universe](https://pik-piam.r-universe.dev/badges/luplot)](https://pik-piam.r-universe.dev/builds)

Expand Down Expand Up @@ -39,7 +39,7 @@ In case of questions / problems please contact Benjamin Bodirsky <bodirsky@pik-p

To cite package **luplot** in publications use:

Bodirsky B, Dietrich J, Krause M, Stevanovic M, Humpenoeder F, Weindl I, Baumstark L, Klein D, Rolinski S, Wang X, Chen D (2024). _luplot: Landuse Plot Library_. R package version 3.61.2, <URL: https://github.com/pik-piam/luplot>.
Bodirsky B, Dietrich J, Krause M, Stevanovic M, Humpenoeder F, Weindl I, Baumstark L, Klein D, Rolinski S, Wang X, Chen D (2024). _luplot: Landuse Plot Library_. R package version 3.62.0, <https://github.com/pik-piam/luplot>.

A BibTeX entry for LaTeX users is

Expand All @@ -48,7 +48,7 @@ A BibTeX entry for LaTeX users is
title = {luplot: Landuse Plot Library},
author = {Benjamin Leon Bodirsky and Jan Philipp Dietrich and Michael Krause and Miodrag Stevanovic and Florian Humpenoeder and Isabelle Weindl and Lavinia Baumstark and David Klein and Susanne Rolinski and Xiaoxi Wang and David Chen},
year = {2024},
note = {R package version 3.61.2},
note = {R package version 3.62.0},
url = {https://github.com/pik-piam/luplot},
}
```
3 changes: 0 additions & 3 deletions man/plotregionscluster.Rd

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

33 changes: 0 additions & 33 deletions man/plotspam.Rd

This file was deleted.

0 comments on commit 4a1a567

Please sign in to comment.