Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upSome additions to documentation #6
Merged
Conversation
| @@ -1,20 +1,22 @@ | |||
| Package: RcppMsgPack | |||
| Type: Package | |||
| Title: 'MsgPack' C++ Header Files | |||
| Title: 'MsgPack' C++ Header Files and R interface functions | |||
eddelbuettel
Sep 7, 2017
Owner
Yes, I noticed that too. Sorry for overlooking it pre-release.
Yes, I noticed that too. Sorry for overlooking it pre-release.
| @@ -1,6 +1,6 @@ | |||
| ## RcppMsgPack [](https://travis-ci.org/eddelbuettel/rcppmsgpack) [](http://www.gnu.org/licenses/gpl-2.0.html) [](https://cran.r-project.org/package=RcppMsgPack) [](http://www.r-pkg.org/pkg/RcppMsgPack) | |||
|
|
|||
| MsgPack Headers for R | |||
| MsgPack Headers for R and interface functions | |||
eddelbuettel
Sep 7, 2017
Owner
Maybe capitalize? 'Interface Functions' ? Next time.
Maybe capitalize? 'Interface Functions' ? Next time.
| 2. In R, install devtools: `install.packages("devtools")` | ||
| 3. `library(devtools)` | ||
| 4. `install_github("eddelbuettel/RcppMsgPack")` | ||
| 1. `Install.packages("RcppMsgPack")` |
eddelbuettel
Sep 7, 2017
Owner
lower case I here.
lower case I here.
| 2. In R, install devtools: `install.packages("devtools")` | ||
| 3. `library(devtools)` | ||
| 4. `install_github("traversc/msgpack2R")` | ||
| 1. `Install.packages("RcppMsgPack")` |
eddelbuettel
Sep 7, 2017
Owner
Same here.
Was about to make the same changes re Windows. Should be easier once Uwe's builder kicks in.
Same here.
Was about to make the same changes re Windows. Should be easier once Uwe's builder kicks in.
2662c93
into
eddelbuettel:master
1 check passed
1 check passed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Some additions to documentation. Feel free to change or remove anything as you see fit.