Rvcg

R-package providing mesh manipulation routines from VCGLIB

https://github.com/zarquon42b/rvcg

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.0%) to scientific vocabulary
Last synced: 11 months ago · JSON representation

Repository

R-package providing mesh manipulation routines from VCGLIB

Basic Info
  • Host: GitHub
  • Owner: zarquon42b
  • License: other
  • Language: C++
  • Default Branch: master
  • Homepage:
  • Size: 23 MB
Statistics
  • Stars: 25
  • Watchers: 3
  • Forks: 12
  • Open Issues: 4
  • Releases: 5
Created about 13 years ago · Last pushed over 1 year ago
Metadata Files
Readme License

README.md

Rvcg Unit Tests License Downloads

Rvcg is an R-package providing methods for manipulations on triangular meshes by using the API of the VCGLIB library.

Installation of the R-package Rvcg from CRAN:

Within R:

   install.packages("Rvcg")

Installation of the-R package "Rvcg" (latest development code) using devtools::

install prerequisites
  1. install devtools from within R (Ubuntu/Debian users will have to install libcurl4-gnutls-dev beforehand):

    install.packages("devtools")
    
  2. Install build environment

    • Windows: Install latest version of Rtools During installation of Rtools make sure to install the toolchain, and to select "Edit the system path" (and confirming the installers suggestions).
    • OSX: Install XCODE
install Rvcg

Run the following command in R:

    require(devtools)
    install_github("zarquon42b/Rvcg", local=FALSE)

Conda Version

Rvcg has been ported to the python packaging system Conda thanks to @dipterix and can be found here https://anaconda.org/conda-forge/r-rvcg

From an active conda enironment, it can be installed with the command

conda install conda-forge::r-rvcg

Owner

  • Name: Stefan Schlager
  • Login: zarquon42b
  • Kind: user

GitHub Events

Total
  • Issues event: 5
  • Issue comment event: 5
  • Push event: 8
  • Fork event: 1
Last Year
  • Issues event: 5
  • Issue comment event: 5
  • Push event: 8
  • Fork event: 1

Committers

Last synced: almost 3 years ago

All Time
  • Total Commits: 779
  • Total Committers: 5
  • Avg Commits per committer: 155.8
  • Development Distribution Score (DDS): 0.051
Past Year
  • Commits: 8
  • Committers: 1
  • Avg Commits per committer: 8.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
zarquon42b z****2@g****m 739
Tim Schäfer t****e@r****g 27
schlager s****r@G****) 9
Gregory Jefferis j****s@g****m 2
schlager s****r@A****) 2
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 32
  • Total pull requests: 13
  • Average time to close issues: 6 months
  • Average time to close pull requests: 7 days
  • Total issue authors: 18
  • Total pull request authors: 5
  • Average comments per issue: 3.81
  • Average comments per pull request: 1.92
  • Merged pull requests: 11
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 2
  • Pull requests: 0
  • Average time to close issues: 11 days
  • Average time to close pull requests: N/A
  • Issue authors: 1
  • Pull request authors: 0
  • Average comments per issue: 2.5
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • stla (4)
  • jefferis (3)
  • dfsp-spirit (3)
  • dwoll (3)
  • mirickmi (2)
  • zarquon42b (2)
  • dmenne (2)
  • dipterix (2)
  • nialsiG (2)
  • StereoFace3D (1)
  • Alireza-Mahalati (1)
  • marvinschmitt (1)
  • aharmer (1)
  • cignoni (1)
  • zerweck (1)
Pull Request Authors
  • dfsp-spirit (6)
  • zarquon42b (3)
  • dipterix (2)
  • Celli119 (2)
  • jefferis (1)
Top Labels
Issue Labels
enhancement (1) wontfix (1)
Pull Request Labels
enhancement (2)

Packages

  • Total packages: 1
  • Total downloads:
    • cran 2,465 last-month
  • Total docker downloads: 21,785
  • Total dependent packages: 23
  • Total dependent repositories: 69
  • Total versions: 31
  • Total maintainers: 1
cran.r-project.org: Rvcg

Manipulations of Triangular Meshes Based on the 'VCGLIB' API

  • Versions: 31
  • Dependent Packages: 23
  • Dependent Repositories: 69
  • Downloads: 2,465 Last month
  • Docker Downloads: 21,785
Rankings
Dependent repos count: 2.9%
Dependent packages count: 3.2%
Forks count: 6.8%
Average: 9.9%
Downloads: 9.9%
Stargazers count: 10.4%
Docker downloads count: 26.0%
Maintainers (1)
Last synced: 11 months ago

Dependencies

DESCRIPTION cran
  • R >= 3.1.0 depends
  • Rcpp * imports
  • grDevices * imports
  • stats * imports
  • utils * imports
  • Morpho * suggests
  • rgl * suggests