Skip to content
View zandergordan's full-sized avatar

Sponsoring

@AzuraCast

Block or report zandergordan

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. mripr mripr Public

    useR interface to MRIP data

    R 1

  2. octave.connect octave.connect Public

    Knitr Engine That Passes R Arrays to Octave

    R

  3. 1-page overview of R package develop... 1-page overview of R package development
    1
    # Creating R Packages
    2
    
                  
    3
    Here I have (very) briefly summarized the tutorial on creating R packages from [this guide](https://r-pkgs.org/whole-game.html). I have re-organized the content around 3 basic themes: (1) Initialization, meaning things which are only done once, (2) Development, meaning writing, documenting and testing your package, which hopefully takes up most of your time, and (3) Maintenance, which mostly consists of periodically calling `devtools` helper functions, and hopefully will not take much of your time.
    4
    
                  
    5
    ## Package Initialization:
  4. clio clio Public

    Application to control pneumatic actuators with MIDI

    Python