Science Score: 49.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
    Found .zenodo.json file
  • DOI references
    Found 3 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (13.3%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: sebastien-plutniak
  • License: gpl-3.0
  • Language: R
  • Default Branch: main
  • Size: 43 KB
Statistics
  • Stars: 1
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 2
Created 11 months ago · Last pushed 10 months ago
Metadata Files
Readme Changelog License

README.md

spatialCatalogueViewer: A 'Shiny' Tool to Create Interactive Catalogues for Geospatial Data

An R 'Shiny' application to seamlessly create interactive online catalogues for geospatial data. Items can be represented as points or areas and the interface allows for explorations through a map and a dynamic table featuring a simple search form and optional column filters.

Project Status: Active – The project has reached a stable, usable state and is being actively developed. Lifecycle: stable R-CMD-check DOI SWH CRAN status CRAN Downloads r-universe license

Contents

Installation

The package can be installed from the CRAN with:

r install.packages("spatialCatalogueViewer")

The development version is available from GitHub and can be installed with:

r if ( ! requireNamespace("remotes", quietly = TRUE)) install.packages("remotes") remotes::install_github("sebastien-plutniak/spatialCatalogueViewer")

Use cases

spatialCatalogueViewer is used by:

Deployment

To deploy spatialCatalogueViewer on a Shiny Server:

  • download the latest version of the package at https://github.com/sebastien-plutniak/spatialcatalogueviewer/archive/master.zip
  • edit the app.R file to your needs. For examples, see:
  • Upload the entire folder into shiny server's relevent application directory.

Community guidelines

Reporting bugs

If you find a bug, please fill an issue with all the details needed to reproduce it.

Suggesting changes

Suggestions of changes to spatialCatalogueViewer are very welcome. These requests may concern additional functions, changes to documentation, additional examples, new features, etc. They can be made by filling an issue and, even better, using pull requests and the GitHub Fork and Pull model.

Owner

  • Name: Sébastien Plutniak
  • Login: sebastien-plutniak
  • Kind: user
  • Location: Tours, France
  • Company: CNRS, CITERES

PhD in Sociology. Social Studies of Science. Quantitative methods. History and sociology of Archaeology. Computational Archaeology. Southeastasian Archaeology

GitHub Events

Total
  • Release event: 2
  • Watch event: 1
  • Push event: 11
  • Create event: 4
Last Year
  • Release event: 2
  • Watch event: 1
  • Push event: 11
  • Create event: 4

Issues and Pull Requests

Last synced: 10 months ago

Packages

  • Total packages: 1
  • Total downloads: unknown
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 2
  • Total maintainers: 1
cran.r-project.org: spatialCatalogueViewer

A 'Shiny' Tool to Create Interactive Catalogues for Geospatial Data

  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 0 Last month
Rankings
Dependent packages count: 25.7%
Dependent repos count: 31.5%
Average: 47.5%
Downloads: 85.4%
Last synced: 10 months ago

Dependencies

.github/workflows/r.yml actions
  • actions/checkout v2 composite
  • actions/upload-artifact main composite
  • r-lib/actions/check-r-package v2 composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite
DESCRIPTION cran
  • R >= 4.1.0 depends
  • DT * imports
  • leaflet * imports
  • leaflet.extras * imports
  • shiny * imports
  • shinythemes * imports