Git Product home page Git Product logo

ecodynizw / d6 Goto Github PK

View Code? Open in Web Editor NEW
10.0 10.0 1.0 28.16 MB

R package to simplify workflows of D6 research projects. The package provides utilities to set up a standardized folder structure and version control, and Rmarkdown templates and rendering functionality for a reproducible workflow.

R 1.12% HTML 98.88%
project-management reproducibility reproducible-science rmarkdown rstats version-control workflow

d6's Introduction

EcoDynIZW

We are the Department of Ecological Dynamics at the Leibniz Institute for Zoo and Wildlife Research (IZW).

Information

Repositories of Published Studies

R Packages

  • d6: A package for simplifying workflows at our department
  • d6berlin: A package with template maps for Berlin
  • d6raster: A package to automate raster access and processing
  • imageseg: R package for deep learning image segmentation
  • vietnameseConverter: R package for converting characters in legacy Vietnamese encodings to correct Unicode characters

d6's People

Contributors

wenzmo avatar z3tt avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

axtner

d6's Issues

d6_theme() on windows + quarto markdwon

Hi,

I encountered a problem rendering quarto markdowns on Windows after using d6_theme(). Although the plots in the R Session show the custom font, rendering to HTML was impossible (via quarto) even though fonts are installed. The solution to this was a extrafont::loadfonts(device="win") BEFORE library(ggplot). It took me some time to find out, apparently this is a windows specific issue, but maybe we can add something like:

if(.Platform$OS.type == "windows") {extrafont::loadfonts(device="win")}

in the package. If there are no disadvantages in doing so, I could open a pull request.

Cheers, and cool theme,

Marius

d6berlin::globe coordinate change not working

Hi,

changing the coordinates for d6berlin::globe results in an empty plot.

Reproducible example:

#working:
d6berlin::globe(center = c(13.405, 52.52))
#not working:
d6berlin::globe(center = c(13.405, 52.521))

tiny inconsistency in file-naming

Dear Cedric, there is a small inconsistency: the package creates the file 00_start.R, but in the R console output when creating a new project, it is named 01_start.R. E.g.:
'....
To continue working on your project, start editing the 01_start.R file in the new Rstudio session'

No problem at all... Happy new year

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.