lusweave

R package | Landuse Sweave Utilities

https://github.com/pik-piam/lusweave

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 7 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (13.2%) to scientific vocabulary
Last synced: 7 months ago · JSON representation

Repository

R package | Landuse Sweave Utilities

Basic Info
  • Host: GitHub
  • Owner: pik-piam
  • License: other
  • Language: R
  • Default Branch: master
  • Size: 52.7 KB
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 1
  • Open Issues: 1
  • Releases: 1
Created about 8 years ago · Last pushed 9 months ago
Metadata Files
Readme License Zenodo

README.md

Sweave/Knitr Utilities

R package lusweave, version 1.46.5

CRAN status DOI R build status codecov r-universe

Purpose and Functionality

Set of tools which simplify the usage of SWeave/Knitr in R and allow to easily create PDF files from within R.

Installation

For installation of the most recent package version an additional repository has to be added in R:

r options(repos = c(CRAN = "@CRAN@", pik = "https://rse.pik-potsdam.de/r/packages")) The additional repository can be made available permanently by adding the line above to a file called .Rprofile stored in the home folder of your system (Sys.glob("~") in R returns the home directory).

After that the most recent version of the package can be installed using install.packages:

r install.packages("lusweave")

Package updates can be installed using update.packages (make sure that the additional repository has been added before running that command):

r update.packages()

Questions / Problems

In case of questions / problems please contact Jan Philipp Dietrich dietrich@pik-potsdam.de.

Citation

To cite package lusweave in publications use:

Bonsch M, Dietrich J, Klein D, Humpenoeder F (2025). "lusweave: Sweave/Knitr Utilities." doi:10.5281/zenodo.1158594 https://doi.org/10.5281/zenodo.1158594, Version: 1.46.5, https://github.com/pik-piam/lusweave.

A BibTeX entry for LaTeX users is

latex @Misc{, title = {lusweave: Sweave/Knitr Utilities}, author = {Markus Bonsch and Jan Philipp Dietrich and David Klein and Florian Humpenoeder}, doi = {10.5281/zenodo.1158594}, date = {2025-07-16}, year = {2025}, url = {https://github.com/pik-piam/lusweave}, note = {Version: 1.46.5}, }

Owner

  • Name: Potsdam Integrated Assessment Modelling (PIAM)
  • Login: pik-piam
  • Kind: organization
  • Location: Potsdam Institute for Climate Impact Research (PIK), Germany

Tools developed for use with data and models related to PIK's research.

GitHub Events

Total
  • Issue comment event: 1
  • Push event: 5
  • Pull request event: 3
Last Year
  • Issue comment event: 1
  • Push event: 5
  • Pull request event: 3

Committers

Last synced: about 2 years ago

All Time
  • Total Commits: 16
  • Total Committers: 3
  • Avg Commits per committer: 5.333
  • Development Distribution Score (DDS): 0.5
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Pascal Führlich p****h@p****e 8
Jan Philipp Dietrich d****h@p****e 7
Michaja Pehl p****l@p****e 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 9 months ago

All Time
  • Total issues: 0
  • Total pull requests: 9
  • Average time to close issues: N/A
  • Average time to close pull requests: 15 days
  • Total issue authors: 0
  • Total pull request authors: 3
  • Average comments per issue: 0
  • Average comments per pull request: 0.11
  • Merged pull requests: 6
  • Bot issues: 0
  • Bot pull requests: 2
Past Year
  • Issues: 0
  • Pull requests: 2
  • Average time to close issues: N/A
  • Average time to close pull requests: about 3 hours
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.5
  • Merged pull requests: 2
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • pfuehrlich-pik (5)
  • pre-commit-ci[bot] (3)
  • codeZeilen (2)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

DESCRIPTION cran
  • R >= 2.10.0 depends
  • methods * depends
  • knitr >= 1.38 imports
  • xtable * imports
  • covr * suggests
  • testthat >= 3.0.0 suggests
  • withr * suggests
.github/workflows/lucode2-check.yaml actions
  • actions/checkout v2 composite
  • r-lib/actions/setup-pandoc v1 composite