Jiefei-Wang / SharedObject

Sharing R objects across multiple R processes without duplicating the object in memory
45 stars 3 forks source link

Apply minor edits to README.md and vignette formatting #1

Closed nturaga closed 5 years ago

nturaga commented 5 years ago

This gist has a diff which can be applied using

git apply filename.diff

https://gist.github.com/9782eb264ff7c3eae8703d78bfddff40.

The diff, includes a typo in the README.md file, and vignette formatting so R markdown is rendered more appropriately.

Jiefei-Wang commented 5 years ago

Hi Nitash,

Thanks for your comments, I have apply the diff files in commit 24ee4cbc183d809e4d97e2af67743a5a1dc26592

Jiefei