Skip to content

Commit

Permalink
cran
Browse files Browse the repository at this point in the history
  • Loading branch information
dcooley committed Jan 23, 2024
1 parent 1aba222 commit e09225f
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 20 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@
^vignettes/trips.Rmd
.github
^\.github$
^CRAN-SUBMISSION$
6 changes: 0 additions & 6 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,3 @@ Suggests:
spatialwidget,
testthat
VignetteBuilder: knitr
Remotes:
dcooley/geometries,
dcooley/interleave,
dcooley/sfheaders,
SymbolixAU/geojsonsf,
SymbolixAU/spatialwidget
2 changes: 1 addition & 1 deletion R/map_layer_terrain.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ mapdeckTerrainDependency <- function() {
#'
#' @inheritParams add_arc
#' @param elevation_data Image URL that encodes height data. When \code{elevation_data}
#' is a URL template, i.e. a string containing `{x}` and `{y}`, it loads terrain tiles on demand
#' is a URL template, i.e. a string containing `\{x\}` and `\{y\}`, it loads terrain tiles on demand
#' and renders a mesh for each tile. If \code{elevation_data} is an absolute URL, as ingle mesh is used,
#' and the \code{bounds} argument is required to position it into the world space.
#' @param texture Image URL to use as the texture
Expand Down
2 changes: 1 addition & 1 deletion R/map_layer_tile3d.R
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ mapdeckTile3DDependency <- function() {
#' Add Cesium
#'
#' Renders 3D tiles data from Cesium ION assets. To use this layer you need a
#' Cesium ION account \url{https://cesium.com/docs/tutorials/getting-started/#your-first-app}.
#' Cesium ION account \url{https://cesium.com/learn/cesiumjs-learn/cesiumjs-quickstart/#your-first-app}.
#' This layer is experimental
#'
#' @inheritParams add_pointcloud
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ knitr::opts_chunk$set(
# mapdeck

[![R build status](https://github.com/SymbolixAU/mapdeck/workflows/R-CMD-check/badge.svg)](https://github.com/SymbolixAU/mapdeck/actions)
[![Codecov test coverage](https://codecov.io/gh/symbolixau/mapdeck/branch/master/graph/badge.svg)](https://codecov.io/gh/symbolixau/mapdeck?branch=master)
[![Codecov test coverage](https://app.codecov.io/gh/symbolixau/mapdeck?branch=master)
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/mapdeck)](https://CRAN.R-project.org/package=mapdeck)
![downloads](http://cranlogs.r-pkg.org/badges/grand-total/mapdeck)
[![CRAN RStudio mirror downloads](http://cranlogs.r-pkg.org/badges/mapdeck)](https://CRAN.R-project.org/package=mapdeck)
Expand Down
9 changes: 0 additions & 9 deletions cran-comments.md

This file was deleted.

2 changes: 1 addition & 1 deletion man/add_cesium.Rd

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

2 changes: 1 addition & 1 deletion man/add_terrain.Rd

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

0 comments on commit e09225f

Please sign in to comment.