Skip to content

Commit

Permalink
Please CMD check in r-devel
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Feb 27, 2017
1 parent 88e6487 commit f0cf0bb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Author: Jeroen Ooms, Duncan Temple Lang, Lloyd Hilaiel
URL: https://arxiv.org/abs/1403.2805,
https://www.opencpu.org/posts/jsonlite-a-smarter-json-encoder
BugReports: http://github.com/jeroenooms/jsonlite/issues
Maintainer: Jeroen Ooms <jeroen.ooms@stat.ucla.edu>
Maintainer: Jeroen Ooms <jeroen@berkeley.edu>
VignetteBuilder: knitr, R.rsp
Description: A fast JSON parser and generator optimized for statistical data
and the web. Started out as a fork of 'RJSONIO', but has been completely
Expand Down
7 changes: 7 additions & 0 deletions src/register.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#include <Rinternals.h>
#include <R_ext/Rdynload.h>

void R_init_jsonlite(DllInfo* info) {
R_registerRoutines(info, NULL, NULL, NULL, NULL);
R_useDynamicSymbols(info, TRUE);
}

0 comments on commit f0cf0bb

Please sign in to comment.