From bffd5b976cf2b99bfad52b8b2a59e1cb25a0a0ae Mon Sep 17 00:00:00 2001 From: sebastien-plutniak Date: Tue, 18 Jun 2024 23:32:39 +0200 Subject: [PATCH] released v1.3.5 --- DESCRIPTION | 4 ++-- NEWS.md | 4 ++-- R/app_server.R | 3 ++- R/do_section_plot.R | 1 + 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 83b01e7..29e6b94 100755 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,7 +2,7 @@ Package: archeoViz Type: Package Title: Visualisation, Exploration, and Web Communication of Archaeological Spatial Data Version: 1.3.5 -Date: 2024-04- +Date: 2024-06-17 Authors@R: c(person("Sebastien", "Plutniak", email = "sebastien.plutniak@posteo.net", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-6674-3806")), person("Renata", "Araujo", email = "rennyaraujo@yahoo.com", role = "ctb", comment = c(ORCID = "0000-0001-8874-2858")), person("Laura", "Coltofean", email = "laura.coltofean@gmail.com", role = "ctb", comment = c(ORCID = "0000-0002-2233-3565")), @@ -17,7 +17,7 @@ Author: Sebastien Plutniak [aut, cre] (), Sara Giardino [ctb] (), Julian Laabs [ctb] () Maintainer: Sebastien Plutniak -Description: An R 'Shiny' application for the visualisation, interactive exploration, and web communication of archaeological spatial data. It includes interactive 3D and 2D visualisations, generation of cross sections and maps of the remains, and display an interactive timeline of the work made in a site. Simple spatial statistics can be performed (convex hull, regression surfaces, 2D kernel density estimation), as well as exporting data to other online applications for more complex methods. 'archeoViz' can be used locally or deployed on a server, either with interactive input of data or with a static data set. Example is provided at . +Description: An R 'Shiny' application for visual and statistical exploration and web communication of archaeological spatial data, either remains or sites. It offers interactive 3D and 2D visualisations (cross sections and maps of remains, timeline of the work made in a site) which can be exported in SVG and HTML formats. It performs simple spatial statistics (convex hull, regression surfaces, 2D kernel density estimation) and allows exporting data to other online applications for more complex methods. 'archeoViz' can be used offline locally or deployed on a server, either with interactive input of data or with a static data set. Example is provided at . License: GPL-3 Repository: CRAN Encoding: UTF-8 diff --git a/NEWS.md b/NEWS.md index 37b2f48..cc18808 100755 --- a/NEWS.md +++ b/NEWS.md @@ -1,10 +1,10 @@ # archeoViz 1.3.5 -Released: 2024-XX-XX +Released: 2024-06-17 * New feature: archeoViz can now display a background drawing (e.g. a map outline) in '3D' and 'Map' plots, using the new 'background.map' parameter. * New 'unit' parameter to define the metric unit (one of: cm, m, km). The internal automatic conversion of units for the scale grid has been revised (from centimeter to meter and meter to kilometer). * Add an export link to the 'shinyHeatmaply' application the 'Statistics' tab. -* Add variables selection in the 'Statistics' tab. +* Add variable selection in the 'Statistics' tab. # archeoViz 1.3.4 Released: 2024-01-13 diff --git a/R/app_server.R b/R/app_server.R index 8176a86..985ee42 100755 --- a/R/app_server.R +++ b/R/app_server.R @@ -1,5 +1,6 @@ app_server <- function(input, output, session) { .data <- NULL + y <- NULL # retrieve parameters from URL ---- observe({ @@ -1862,7 +1863,7 @@ app_server <- function(input, output, session) { timeline.map.out <- timeline.map.out + theme(axis.text.y = element_blank()) } - browser() + # : - add scale ---- timeline.map.out <- timeline.map.out + annotate("text", diff --git a/R/do_section_plot.R b/R/do_section_plot.R index ed5fdb9..f2d0f4c 100755 --- a/R/do_section_plot.R +++ b/R/do_section_plot.R @@ -108,6 +108,7 @@ range = c(coords$zmax, coords$zmin), scaleanchor="x" ), + # scene = list(aspectmode = "cube"), annotations = list(list( xref="paper", yref="paper", x= 0, y = 0,