Coder Social home page Coder Social logo

Motsai

Motsai Utilities Package

An R package for the analysis conducted by Sultan Wehaibi from Concordia University

Instructions

For Mac and Linux:

  • Install the release version of devtools from CRAN with
install.packages("devtools")
  • Install motsai package via the following command
devtools::install_github("xsultan/motsai")

For Windows:

Follow the same steps above, if you experience the following error:

Warning in install.packages :
 'lib = "C:/Program Files/R/R-X.X.X/library"' is not writable

Run the following code:

setwd(dir.create("packages_to_install"))
pathOfPackages <- paste(getwd(), "packages_to_install", sep="\\")
download.package(c("nlme", "lme4"), destdir=pathOfPackages, type="win.binary")
setwd(pathOfPackages)
install.packages(list.files(), repos=NULL, type="win.binary", lib=Sys.getenv("R_LIBS_USER"))
install.packages(c("minqa", "abind", "coda", "nloptr")

Now try to install the motsai package using the following command:

devtools::install_github("xsultan/motsai")

Motsai's Projects

bluepy icon bluepy

Python interface to Bluetooth LE on Linux

ehal icon ehal

Embedded Hardware Abstraction Library

hidapi icon hidapi

A Simple library for communicating with USB and Bluetooth HID devices on Linux, Mac, and Windows.

latero icon latero

The Latero by Tactile Labs is a state-of-the-art tactile display that operates by deforming the fingerpad skin with an array of laterally moving pins actuated by miniature piezoelectric bending motors.

neblina-python icon neblina-python

Python scripts that interact with and simulate the behaviour of the Neblina Motion Capture module.

neblina-swift icon neblina-swift

iOS application that connects to and interprets data from the Neblina module

pyslip icon pyslip

SLIP (Serial Line Internet Protocol) decoder / encoder

zephyr icon zephyr

Primary GIT Repository for the Zephyr Project

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.