Skip to content

Commit

Permalink
migration pc
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastien-plutniak committed Feb 7, 2024
1 parent c14a173 commit 22a67ac
Show file tree
Hide file tree
Showing 66 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: archeoViz
Type: Package
Title: Visualisation, Exploration, and Web Communication of Archaeological Spatial Data
Version: 1.3.4
Date: 2024-01-13
Version: 1.3.5
Date: 2024-01-
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")),
Expand Down
Empty file modified LICENSE.md
100644 → 100755
Empty file.
Empty file modified NAMESPACE
100644 → 100755
Empty file.
8 changes: 6 additions & 2 deletions NEWS.md
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# archeoViz 1.3.5

*

# archeoViz 1.3.4
Released: 2024-01-
Released: 2024-01-13

* Add a north arrow in the map plot, and the 'grid.orientation' parameter in the archeoViz() function to set the orientation of the grid (used to define the orientation of the north arrow for map and timeline plots).
* Add a north arrow in the map and timeline plots. The orientation of the arrow is controlled by the 'grid.orientation' parameter in the archeoViz() function.
* Add a function to rotate the point cloud, in the 'Input' tab.
* Fix the step value of the slider in the 'Map' tab (step = 1).
* Add tests for the .do_r_command() and .do_square_list() functions, and the 'reverse.axis.values' parameter in the .do_section_plot() function
Expand Down
Empty file modified R/_disable_autoload.R
100644 → 100755
Empty file.
Empty file modified R/app_server.R
100644 → 100755
Empty file.
Empty file modified R/app_ui.R
100644 → 100755
Empty file.
Empty file modified R/archeoViz.R
100644 → 100755
Empty file.
Empty file modified R/coordinates_sampling.R
100644 → 100755
Empty file.
Empty file modified R/demo_objects_data.R
100644 → 100755
Empty file.
Empty file modified R/demo_refits_data.R
100644 → 100755
Empty file.
Empty file modified R/demo_timeline_data.R
100644 → 100755
Empty file.
Empty file modified R/do_by_layer_table.R
100644 → 100755
Empty file.
Empty file modified R/do_by_variable_table.R
100644 → 100755
Empty file.
Empty file modified R/do_coords_minmax.R
100644 → 100755
Empty file.
Empty file modified R/do_lines_colors.R
100644 → 100755
Empty file.
Empty file modified R/do_map_plot.R
100644 → 100755
Empty file.
Empty file modified R/do_objects_dataset.R
100644 → 100755
Empty file.
Empty file modified R/do_r_command.R
100644 → 100755
Empty file.
Empty file modified R/do_refits_preprocessing.R
100644 → 100755
Empty file.
Empty file modified R/do_section_plot.R
100644 → 100755
Empty file.
Empty file modified R/do_selection_table.R
100644 → 100755
Empty file.
Empty file modified R/do_square_list.R
100644 → 100755
Empty file.
Empty file modified R/do_timelinedata.R
100644 → 100755
Empty file.
Empty file modified R/do_uncertain_lines.R
100644 → 100755
Empty file.
Empty file modified R/do_uncertain_mesh_plans.R
100644 → 100755
Empty file.
Empty file modified R/get_cxhull_model.R
100644 → 100755
Empty file.
Empty file modified R/get_plan_coordinates.R
100644 → 100755
Empty file.
Empty file modified R/get_surface_model.R
100644 → 100755
Empty file.
Empty file modified R/get_volume_coordinates.R
100644 → 100755
Empty file.
Empty file modified R/load_interface_terms.R
100644 → 100755
Empty file.
Empty file modified R/load_interface_terms_utf8.R
100644 → 100755
Empty file.
Empty file modified R/rotate.R
100644 → 100755
Empty file.
Empty file modified R/term_switcher.R
100644 → 100755
Empty file.
Empty file modified README.md
100644 → 100755
Empty file.
Empty file modified app.R
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion inst/CITATION
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
citHeader("To cite archeoViz in publications use:")

citEntry(
bibentry(
entry="article",
author = "Plutniak, Sébastien",
title = "archeoViz: an R package for the Visualisation, Exploration, and Web Communication of Archaeological Spatial Data",
Expand Down
Empty file modified joss-figures/interface-en.png
100644 → 100755
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified joss-figures/workflow-en.png
100644 → 100755
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified man/archeoViz.Rd
100644 → 100755
Empty file.
Empty file modified man/demo_objects_data.Rd
100644 → 100755
Empty file.
Empty file modified man/demo_refits_data.Rd
100644 → 100755
Empty file.
Empty file modified man/demo_timeline_data.Rd
100644 → 100755
Empty file.
Empty file modified paper.bib
100644 → 100755
Empty file.
Empty file modified paper.md
100644 → 100755
Empty file.
Empty file modified tests/testthat.R
100644 → 100755
Empty file.
Empty file modified tests/testthat/test.coordinates_sampling.R
100644 → 100755
Empty file.
Empty file modified tests/testthat/test.demo_objects_data.R
100644 → 100755
Empty file.
Empty file modified tests/testthat/test.demo_refits_data.R
100644 → 100755
Empty file.
Empty file modified tests/testthat/test.demo_timeline_data.R
100644 → 100755
Empty file.
Empty file modified tests/testthat/test.do_by_layer_table.R
100644 → 100755
Empty file.
Empty file modified tests/testthat/test.do_by_variable_table.R
100644 → 100755
Empty file.
Empty file modified tests/testthat/test.do_coords_minmax.R
100644 → 100755
Empty file.
Empty file modified tests/testthat/test.do_objects_dataset.R
100644 → 100755
Empty file.
Empty file modified tests/testthat/test.do_r_command.R
100644 → 100755
Empty file.
Empty file modified tests/testthat/test.do_refits_preprocessing.R
100644 → 100755
Empty file.
Empty file modified tests/testthat/test.do_section_plot.R
100644 → 100755
Empty file.
Empty file modified tests/testthat/test.do_selection_table.R
100644 → 100755
Empty file.
Empty file modified tests/testthat/test.do_square_list.R
100644 → 100755
Empty file.
Empty file modified tests/testthat/test.do_timelinedata.R
100644 → 100755
Empty file.
Empty file modified tests/testthat/test.get_cxhull_model.R
100644 → 100755
Empty file.
Empty file modified tests/testthat/test.get_surface_model.R
100644 → 100755
Empty file.
Empty file modified tests/testthat/test.term_switcher.R
100644 → 100755
Empty file.
Empty file modified vignettes/archeoViz-es.Rmd
100644 → 100755
Empty file.
Empty file modified vignettes/archeoViz-fr.Rmd
100644 → 100755
Empty file.
Empty file modified vignettes/archeoViz.Rmd
100644 → 100755
Empty file.

0 comments on commit 22a67ac

Please sign in to comment.