https://github.com/avallecam/limonaid

https://github.com/avallecam/limonaid

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
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (13.8%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: avallecam
  • Language: R
  • Default Branch: master
  • Size: 648 KB
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created almost 6 years ago · Last pushed almost 6 years ago
Metadata Files
Readme

README.Rmd

---
output: github_document
---

```{r setup, include=FALSE}

knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

packagename <- 'limonaid';
packageSubtitle <- 'Working With LimeSurvey Surveys and Responses';

gitLab_ci_badge <-
  paste0("https://gitlab.com/r-packages/", packagename, "/badges/master/pipeline.svg");
gitLab_ci_url <-
  paste0("https://gitlab.com/r-packages/", packagename, "/commits/master");

codecov_badge <-
  paste0("https://codecov.io/gl/r-packages/", packagename, "/branch/master/graph/badge.svg");
codecov_url <-
  paste0("https://codecov.io/gl/r-packages/", packagename, "?branch=master");

pkgdown_url <-
  paste0("https://r-packages.gitlab.io/", packagename);

cran_url <-
  paste0("https://cran.r-project.org/package=", packagename);
cranVersion_badge <-
  paste0("https://www.r-pkg.org/badges/version/", packagename, "?color=brightgreen");
cranLastMonth_badge <-
  paste0("https://cranlogs.r-pkg.org/badges/last-month/", packagename, "?color=brightgreen");
cranTotal_badge <-
  paste0("https://cranlogs.r-pkg.org/badges/grand-total/", packagename, "?color=brightgreen");

```

[![Pipeline status](`r gitLab_ci_badge`)](`r gitLab_ci_url`)
[![Coverage status](`r codecov_badge`)](`r codecov_url`)
[![Version on CRAN](`r cranVersion_badge`)](`r cran_url`)
[![Version on CRAN](`r cranLastMonth_badge`)](`r cran_url`)
[![Version on CRAN](`r cranTotal_badge`)](`r cran_url`)

 
#  `r paste(packagename, "\U1F4E6")`

`r packagename`: `r packageSubtitle`

The pkgdown website for this project is located at `r pkgdown_url`.





LimeSurvey is Free/Libre Open Source Software for
the development and administrations of online studies, using
sophisticated tailoring capabilities to support multiple study
designs. This package supports programmatic creation of surveys
that can then be imported into LimeSurvey, as well as
userfriendly import of responses from LimeSurvey studies.





## Installation

You can install the released version of ``r packagename`` from [CRAN](https://CRAN.R-project.org) with:

```{r echo=FALSE, comment="", results="asis"}
cat(paste0("``` r
install.packages('", packagename, "');
```"));
```

You can install the development version of ``r packagename`` from [GitLab](https://gitlab.com) with:

```{r echo=FALSE, comment="", results="asis"}
cat(paste0("``` r
devtools::install_gitlab('r-packages/", packagename, "');
```"));
```

(assuming you have `devtools` installed; otherwise, install that first using the `install.packages` function)

Owner

  • Name: Andree Valle Campos
  • Login: avallecam
  • Kind: user
  • Location: Lima, Perú

pron: él/he/his, peruano, tusán.

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: over 1 year ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

DESCRIPTION cran
  • R6 >= 2.4 imports
  • knitr * suggests
  • sticky * suggests
  • testthat * suggests