CRAN
geometry 0.4.1
Mesh Generation and Surface Tessellation
Released Mar 27, 2019 by David C. Sterratt
Dependencies
magic 1.5-8 RcppProgress 0.4.1 lpSolve 5.6.13 Rcpp
Makes the 'Qhull' library
Installation
Maven
This package can be included as a dependency from a Java or Scala project by including
the following your project's pom.xml
file.
Read more
about embedding Renjin in JVM-based projects.
<dependencies> <dependency> <groupId>org.renjin.cran</groupId> <artifactId>geometry</artifactId> <version>0.4.1-b1</version> </dependency> </dependencies> <repositories> <repository> <id>bedatadriven</id> <name>bedatadriven public repo</name> <url>https://nexus.bedatadriven.com/content/groups/public/</url> </repository> </repositories>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:geometry')
Test Results
This package was last tested against Renjin 0.9.2725 on May 4, 2019.
- Unique-examples
- bary2cart-examples
- cart2bary-examples
- cart2pol.cart2pol_works_correctly_E1
- cart2pol.cart2pol_works_correctly_E10
- cart2pol.cart2pol_works_correctly_E11
- cart2pol.cart2pol_works_correctly_E12
- cart2pol.cart2pol_works_correctly_E13
- cart2pol.cart2pol_works_correctly_E14
- cart2pol.cart2pol_works_correctly_E15
- cart2pol.cart2pol_works_correctly_E16
- cart2pol.cart2pol_works_correctly_E17
- cart2pol.cart2pol_works_correctly_E18
- cart2pol.cart2pol_works_correctly_E19
- cart2pol.cart2pol_works_correctly_E2
- cart2pol.cart2pol_works_correctly_E20
- cart2pol.cart2pol_works_correctly_E3
- cart2pol.cart2pol_works_correctly_E4
- cart2pol.cart2pol_works_correctly_E5
- cart2pol.cart2pol_works_correctly_E6
- cart2pol.cart2pol_works_correctly_E7
- cart2pol.cart2pol_works_correctly_E8
- cart2pol.cart2pol_works_correctly_E9
- cart2sph.cart2sph_error_validation_works_correctly_E1
- cart2sph.cart2sph_error_validation_works_correctly_E2
- cart2sph.cart2sph_error_validation_works_correctly_E3
- cart2sph.cart2sph_error_validation_works_correctly_E4
- cart2sph.cart2sph_works_correctly_E1
- cart2sph.cart2sph_works_correctly_E10
- cart2sph.cart2sph_works_correctly_E11
- cart2sph.cart2sph_works_correctly_E12
- cart2sph.cart2sph_works_correctly_E13
- cart2sph.cart2sph_works_correctly_E2
- cart2sph.cart2sph_works_correctly_E3
- cart2sph.cart2sph_works_correctly_E4
- cart2sph.cart2sph_works_correctly_E5
- cart2sph.cart2sph_works_correctly_E6
- cart2sph.cart2sph_works_correctly_E7
- cart2sph.cart2sph_works_correctly_E8
- cart2sph.cart2sph_works_correctly_E9
- convhulln-examples
- convhulln.If_the_input_matrix_contains_NAs,_convhulln_should_return_an_error
- convhulln.If_there_are_not_enough_points_to_construct_a_simplex,_an_error_is_thrown
- convhulln.Output_of_non-triangulated_facets_works
- convhulln.Output_to_file_works
- convhulln.convhulln_can_run_on_an_example_with_3000_points
- convhulln.convhulln_throws_an_error_with_duplicated_points
- convhulln.convhulln_works_on_a_cube
- convhulln.convhulln_works_on_a_cube_with_output_options
- delaunayn-examples
- delaunayn.A_square_is_triangulated
- delaunayn.In_the_case_of_a_degenerate_triangle,_delaunayn_returns_a_matrix_with_zero_rows
- delaunayn.In_the_case_of_just_one_tetrahaedron,_delaunayn_returns_a_matrix
- delaunayn.In_the_case_of_just_one_triangle,_delaunayn_returns_a_matrix
- delaunayn.Output_to_file_works
- delaunayn.The_QJ_option_can_give_degenerate_simplices
- delaunayn.delaunayn_produces_the_correct_output
- distmesh2d-examples
- distmesh2d.distmesh2d_can_create_a_mesh_on_an_ellipse
- entry.value-examples
- halfspacen-examples
- inhulln-examples
- intersectn-examples
- matmax-examples
- mesh.dcircle-examples
- mesh.drectangle-examples
- mesh.dsphere-examples
- polyarea-examples
- spelling
- testthat
- trimesh-examples