Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/LarsenLab/ezsetup
development of ezsetup package
https://github.com/LarsenLab/ezsetup
Last synced: 8 days ago
JSON representation
development of ezsetup package
- Host: GitHub
- URL: https://github.com/LarsenLab/ezsetup
- Owner: LarsenLab
- License: other
- Created: 2019-03-05T21:16:58.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-04T20:09:13.000Z (about 5 years ago)
- Last Synced: 2024-08-13T07:14:04.989Z (4 months ago)
- Language: R
- Size: 129 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - LarsenLab/ezsetup - development of ezsetup package (R)
README
# ezsetup
development of ezsetup package1. development : **run a check before commit**
whenever a change has made to the source code, please run a "check" before committing.
A package has to be error and warning free, it's ok if there are notes remaining after checking.
To run a check : click Build tab on the Enviroment HIstory panel > click Check .2. setup : **need to turn the repo to public**
library(devtools)
**install_github("LarsenLab/ezsetup")**
**library(ezsetup)**
**setRproj("~/Documents/SC_project", "singlecell")**3. update : ** reinstall the single one instead of update all **
update.packages() is the standard way to update ALL of packages.
The simpliest way to update this package is reinstall it.